summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2023-05-13iio: imu: mpu6050: Add support for the ICM 20600 IMUHermes Zhang5-2/+25
2023-05-13iio: adc: qcom-spmi-vadc: Propagate fw node label to userspaceMarijn Suijten1-1/+18
2023-05-13iio: adc: qcom-spmi-adc5: Remove unnecessary datasheet_name NULL checkMarijn Suijten1-2/+1
2023-05-13iio: adc: qcom-spmi-adc5: Fall back to datasheet_name instead of fwnode nameMarijn Suijten1-1/+1
2023-05-13iio: adc: qcom-spmi-adc5: Use driver datasheet_name instead of DT labelMarijn Suijten1-5/+5
2023-05-13iio: kx022a: Probe asynchronouslyMatti Vaittinen2-0/+2
2023-05-13iio: bu27034: Probe asynchronouslyMatti Vaittinen1-0/+1
2023-05-13iio: buffer: fix coding style warningsNuno Sá1-49/+49
2023-05-13iio: light: Add support for TI OPT4001 light sensorStefan Windfeldt-Prytz3-0/+479
2023-05-13iio: adc: palmas: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+0
2023-05-13iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer1-0/+2
2023-05-13iio: light: al3320a: Handle ACPI device CALS0001Marius Hoch1-0/+8
2023-05-13iio: accel: bma400: Simplify an error messageChristophe JAILLET1-2/+1
2023-05-13iio: st_sensors: Add ACPI support for lsm303d to the LSM9DS0 IMU driverMarius Hoch1-0/+7
2023-05-13iio: st_sensors: Add lsm303d support to the LSM9DS0 IMU driverMarius Hoch3-1/+12
2023-05-13iio: magnetometer: st_accel: Add LSM303DMarius Hoch1-0/+1
2023-05-13iio: accel: st_accel: Add LSM303DMarius Hoch1-0/+1
2023-05-13iio: addac: ad74413: fix resistance input processingRasmus Villemoes1-1/+1
2023-05-13iio: light: vcnl4035: fixed chip ID checkFrank Li1-0/+3
2023-05-13iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer1-19/+23
2023-05-13iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer1-10/+9
2023-05-13iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil1-6/+2
2023-05-13iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede1-2/+2
2023-05-13iio: gts-helpers: fix integration time unitsMatti Vaittinen1-10/+32
2023-05-13iio: bu27034: Fix integration timeMatti Vaittinen1-5/+9
2023-05-13iio: adc: palmas: fix off by one bugsDan Carpenter1-5/+5
2023-05-13iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo1-5/+5
2023-05-13iio: ad4130: Make sure clock provider gets removedLars-Peter Clausen1-1/+11
2023-05-13iio: tmag5273: Fix runtime PM leak on measurement errorLars-Peter Clausen1-2/+3
2023-05-13iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID ...ChiaEn Wu1-2/+51
2023-05-13iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter1-4/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds69-816/+5302
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-04-26Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-24Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki1-0/+1
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-04-13iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström1-14/+2
2023-04-13iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström1-24/+419
2023-04-13iio: adc: palmas: always reset events on unloadPatrik Dahlström1-0/+11
2023-04-13iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström1-10/+9
2023-04-13iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström1-13/+23
2023-04-13iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström1-25/+25
2023-04-13iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström1-44/+6
2023-04-13iio: adc: palmas: Take probe fully device managed.Jonathan Cameron1-68/+42
2023-04-13iio: imu: lsm6dsx: Add ACPI mount matrix retrievalJonathan Cameron1-3/+74
2023-04-12iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-CJonathan Cameron2-3/+15
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman68-672/+4736
2023-04-10iio: light: ROHM BU27034 Ambient Light SensorMatti Vaittinen3-0/+1512
2023-04-10iio: light: Add gain-time-scale helpersMatti Vaittinen3-0/+1081