summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2023-12-11iio: humidity: Add driver for ti HDC302x humidity sensorsLi peiyu1-0/+473
2023-12-11iio: core: introduce trough info element for minimum valuesJavier Carrasco1-0/+1
2023-12-11iio: light: driver for Lite-On ltr390Anshul Dalal3-0/+208
2023-12-11iio: light: isl76682: remove unreachable codeJiapeng Chong1-1/+0
2023-12-11iio: pressure: driver for Honeywell HSC/SSC seriesPetre Rodan6-0/+723
2023-12-11iio: temperature: mlx90635 MLX90635 IR Temperature sensorCrt Mori3-0/+1110
2023-12-11iio: adc: adi-axi-adc: convert to regmapNuno Sa2-34/+53
2023-12-10iio: adc: ad9467: use the more common !val NULL checkNuno Sa1-1/+1
2023-12-10iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa1-46/+43
2023-12-10iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa1-3/+1
2023-12-10iio: adc: ad9467: fix scale settingNuno Sa2-59/+62
2023-12-10iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa1-1/+6
2023-12-10iio: adc: ad9467: don't ignore error codesNuno Sa1-10/+17
2023-12-10iio: adc: ad9467: fix reset gpio handlingNuno Sa1-13/+18
2023-12-10iio: adc: mcp3911: simplify code with guard macroMarcus Folkesson1-41/+23
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)4-18/+18
2023-12-06iio: light: pa1203001: Drop ACPI_PTR() protection.Jonathan Cameron1-1/+1
2023-12-06iio: light: isl76682: Add ISL76682 driverMarek Vasut3-0/+362
2023-12-04iio: light: add VEML6075 UVA and UVB light sensor driverJavier Carrasco3-0/+486
2023-12-04iio: add modifiers for A and B ultraviolet lightJavier Carrasco1-0/+2
2023-12-04iio: adc: MCP3564: fix hardware identification logicMarius Cristea1-2/+2
2023-12-04iio: adc: MCP3564: fix calib_bias and calib_scale range checksJavier Carrasco1-2/+2
2023-12-04iio: proximity: irsd200: Drop unused includeLinus Walleij1-1/+0
2023-12-04iio: dac: ad5791: Add support for controlling RBUF via devicetreeMichael Hennerich1-1/+8
2023-12-04iio: adc: meson: add separate config for axg SoC familyGeorge Stark1-1/+15
2023-12-04iio: adc: imx93: add four channels for imx93 adcHaibo Chen1-0/+4
2023-12-04iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov1-1/+3
2023-11-26iio: imu: bmi323: Make the local structures staticJagath Jog J2-2/+2
2023-11-26iio: light: ltrf216a: Return floating point valuesShreeya Patel1-5/+5
2023-11-26iio: triggered-buffer: prevent possible freeing of wrong bufferDavid Lechner1-0/+10
2023-11-26iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui1-2/+2
2023-11-26iio: imu: inv_mpu6050: return callee's error code rather than -EINVALSu Hui1-6/+3
2023-11-26iio: imu: adis16475: use bit numbers in assign_bit()Nuno Sa1-2/+2
2023-11-26iio: imu: adis16475: add spi_device_id tableNuno Sa1-45/+72
2023-11-26iio: amplifiers: hmc425a: add support for ADRF5740 AttenuatorAna-Maria Cusco1-0/+23
2023-11-25iio: tmag5273: fix temperature offsetJavier Carrasco1-1/+1
2023-11-16iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco1-2/+2
2023-11-16iio: kx022a: Fix acceleration value scalingMatti Vaittinen1-11/+26
2023-11-16iio: buffer: document known issueMatti Vaittinen1-0/+16
2023-11-16iio: sanity check available_scan_masks arrayMatti Vaittinen1-0/+63
2023-11-16iio: imu: adis: Use spi cs inactive delayRamona Gradinariu1-12/+6
2023-11-16iio/imu: inv_icm42600: Use max() helper macrosBragatheswaran Manickavel3-12/+3
2023-11-16iio: temperature: Add MCP9600 thermocouple EMF converterAndrew Hepp3-0/+150
2023-11-16iio: imu: Fix spelling mistake "accelrometer" -> "accelerometer"Colin Ian King1-2/+2
2023-11-16iio: pressure: bmp280: Add support for BMP390Angel Iglesias2-1/+3
2023-11-16iio: pressure: bmp280: Allow multiple chips id per family of devicesAngel Iglesias2-10/+28
2023-11-16iio: pressure: bmp280: Rearrange vars in reverse xmas tree orderAngel Iglesias2-6/+4
2023-11-16iio: pressure: bmp280: Use spi_get_device_match_data()Angel Iglesias1-3/+1
2023-11-16iio: pressure: bmp280: Use i2c_get_match_data()Biju Das1-3/+1
2023-11-16iio: bu27008: Add illuminance channelMatti Vaittinen1-5/+196