summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | iio: temperature: Add MCP9600 thermocouple EMF converterAndrew Hepp2023-11-163-0/+150
| * | iio: imu: Fix spelling mistake "accelrometer" -> "accelerometer"Colin Ian King2023-11-161-2/+2
| * | iio: pressure: bmp280: Add support for BMP390Angel Iglesias2023-11-162-1/+3
| * | iio: pressure: bmp280: Allow multiple chips id per family of devicesAngel Iglesias2023-11-162-10/+28
| * | iio: pressure: bmp280: Rearrange vars in reverse xmas tree orderAngel Iglesias2023-11-162-6/+4
| * | iio: pressure: bmp280: Use spi_get_device_match_data()Angel Iglesias2023-11-161-3/+1
| * | iio: pressure: bmp280: Use i2c_get_match_data()Biju Das2023-11-161-3/+1
| * | iio: bu27008: Add illuminance channelMatti Vaittinen2023-11-161-5/+196
| * | iio: pressure: fix some word spelling errorsLi peiyu2023-11-162-4/+4
| * | iio: proximity: sx9324: Switch to device_property_match_property_string()Andy Shevchenko2023-11-161-14/+10
| * | iio: magnetometer: tmag5273: Switch to device_property_match_property_string()Andy Shevchenko2023-11-161-7/+3
| * | iio: frequency: admv1014: Switch to device_property_match_property_string()Andy Shevchenko2023-11-161-19/+12
| * | iio: frequency: adf4377: Switch to device_property_match_property_string()Andy Shevchenko2023-11-161-10/+6
| * | iio: resolver: ad2s1210: add reset gpio supportDavid Lechner2023-11-161-0/+12
| * | iio: resolver: ad2s1210: add support for adi,fixed-modeDavid Lechner2023-11-161-31/+119
| * | iio: imu: Add driver for BMI323 IMUJagath Jog J2023-11-168-0/+2603
| * | iio: adc: Add driver support for MAX34408/9Ivan Mikhaylov2023-11-163-0/+288
| |/
* | Revert "iio: hid-sensor-als: Add light color temperature support"Srinivas Pandruvada2023-12-191-35/+2
* | Revert "iio: hid-sensor-als: Add light chromaticity support"Srinivas Pandruvada2023-12-191-63/+0
* | iio: adc: MCP3564: fix hardware identification logicMarius Cristea2023-12-041-2/+2
* | iio: adc: MCP3564: fix calib_bias and calib_scale range checksJavier Carrasco2023-12-041-2/+2
* | iio: adc: meson: add separate config for axg SoC familyGeorge Stark2023-12-041-1/+15
* | iio: adc: imx93: add four channels for imx93 adcHaibo Chen2023-12-041-0/+4
* | iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov2023-12-041-1/+3
* | iio: triggered-buffer: prevent possible freeing of wrong bufferDavid Lechner2023-11-261-0/+10
* | iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui2023-11-261-2/+2
* | iio: imu: adis16475: use bit numbers in assign_bit()Nuno Sa2023-11-261-2/+2
* | iio: imu: adis16475: add spi_device_id tableNuno Sa2023-11-261-45/+72
* | iio: tmag5273: fix temperature offsetJavier Carrasco2023-11-251-1/+1
* | iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco2023-11-161-2/+2
* | iio: kx022a: Fix acceleration value scalingMatti Vaittinen2023-11-161-11/+26
|/
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-03111-1183/+6406
|\
| * Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-10-20111-1183/+6406
| |\
| | * iio: Use device_get_match_data()Rob Herring2023-10-143-19/+11
| | * iio: adc: MCP3564: fix warn: unsigned '__x' is never less than zero.Marius Cristea2023-10-141-1/+1
| | * iio: si7005: Add device tree supportJavier Carrasco2023-10-141-0/+7
| | * drivers: imu: adis16475.c: Remove scan index from delta channelsRamona Gradinariu2023-10-141-21/+46
| | * iio: resolver: ad2s1210: remove of_match_ptr()David Lechner2023-10-141-2/+1
| | * iio: resolver: ad2s1210: remove DRV_NAME macroDavid Lechner2023-10-141-3/+1
| | * iio: resolver: ad2s1210: move out of stagingDavid Lechner2023-10-123-0/+1536
| | * iio: event: add optional event label supportDavid Lechner2023-10-111-0/+55
| | * iio: adc: mt6577_auxadc: Fix kernel panic on suspendAngeloGioacchino Del Regno2023-10-111-0/+1
| | * iio: adc: ad7192: Add fast settling supportAlisa-Dariana Roman2023-10-111-26/+81
| | * iio: adc: ad7192: Remove unused memberAlisa-Dariana Roman2023-10-111-8/+6
| | * iio: adc: ad7192: Organize chip infoAlisa-Dariana Roman2023-10-111-27/+18
| | * iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli2023-10-111-0/+8
| | * iio: magnetometer: ak8975: Fix 'Unexpected device' errorAndré Apitzsch2023-10-051-6/+5
| | * iio: adc: stm32-adc: Replace deprecated strncpy() with strscpy()Justin Stitt2023-10-051-1/+1
| | * iio: adc: meson: improve error logging at probe stageGeorge Stark2023-10-051-6/+10
| | * iio: kx022a: Support ROHM KX132ACR-LBZMatti Vaittinen2023-10-055-5/+43