aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+2
2021-09-08iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano1-2/+1
2021-09-08iio/drivers/as73211: use HZ macrosDaniel Lezcano1-2/+1
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds80-687/+2386
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-0/+23
2021-08-17Merge tag 'iio-for-5.15b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman9-52/+1027
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman6-8/+10
2021-08-15iio: adc: Add driver for Renesas RZ/G2L A/D converterLad Prabhakar3-0/+611
2021-08-15iio: pressure: hp03: update device probe to register with devm functionsThéo Borém Fabris1-29/+7
2021-08-15iio: adc: rockchip_saradc: add voltage notifier so get referenced voltage once at probeDavid Wu1-7/+40
2021-08-15iio: ltc2983: fix device probeNuno Sá1-16/+14
2021-08-15iio: potentiometer: Add driver support for AD5110Mugilraj Dhavachelvan3-0/+355
2021-08-13iio: adc: rn5t618: Add iio mapAndreas Kemnade1-0/+23
2021-08-09iio: hid-sensor-press: Add timestamp channelYe Xiang1-16/+24
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold5-9/+45
2021-08-08iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold1-12/+59
2021-08-08iio: light: cm3323: Add of_device_id tableSiddharth Manthan1-0/+7
2021-08-08iio: chemical: Add driver support for sgp40Andreas Klinger3-0/+390
2021-08-08iio: ep93xx: Prepare clock before using itAlexander Sverdlin1-3/+3
2021-08-08iio: adc: fsl-imx25-gcq: adjust irq check to match docs and simplify codeTang Bin1-6/+3
2021-07-31iio: dac: max5821: convert device register to device managed functionThéo Borém Fabris1-24/+17
2021-07-31iio/adc: ingenic: add JZ4760B support to the sadc driverChristophe Branchereau1-0/+10
2021-07-31iio/adc: ingenic: add JZ4760 support to the sadc driverChristophe Branchereau1-4/+78
2021-07-31iio/adc: ingenic: rename has_aux2 to has_aux_mdChristophe Branchereau1-5/+5
2021-07-31iio: sx9310: Support ACPI propertyGwendal Grignou1-32/+16
2021-07-31iio: adc: Fix incorrect exit of for-loopColin Ian King1-2/+2
2021-07-25iio: adc: meson-saradc: Fix indentation of arguments after a line-breakMartin Blumenstingl1-4/+4
2021-07-25iio: adc: meson-saradc: Add missing space between if and parenthesisMartin Blumenstingl1-1/+1
2021-07-25iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCsMartin Blumenstingl1-1/+9
2021-07-24iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak1-2/+4
2021-07-24iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-16/+3
2021-07-24iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-24/+3
2021-07-24iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-16/+3
2021-07-24iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-17/+3
2021-07-24iio: adc: fsl-imx25-gcq: Use the defined variable to clean codeTang Bin1-4/+4
2021-07-24iio: accel: fxls8962af: fix i2c dependencyArnd Bergmann1-0/+2
2021-07-24iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov1-12/+21
2021-07-24iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov1-3/+312
2021-07-24iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov1-4/+5
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron25-71/+31
2021-07-19iio: light: si1145: remove redundant continue statementColin Ian King1-1/+0
2021-07-19iio: core: Support reading extended name as labelPaul Cercueil1-4/+7
2021-07-19iio: core: Forbid use of both labels and extended namesPaul Cercueil1-0/+22
2021-07-19Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy3-19/+36
2021-07-19iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean4-33/+9
2021-07-19iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean1-29/+19
2021-07-19iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean1-13/+9
2021-07-19iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean1-11/+22
2021-07-19iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean1-17/+15
2021-07-19iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean1-12/+29