summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-4/+2
|\
| * iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano2021-09-081-2/+1
| * iio/drivers/as73211: use HZ macrosDaniel Lezcano2021-09-081-2/+1
* | Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-0180-687/+2386
|\ \
| * \ Merge tag 'iio-for-5.15b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-08-179-52/+1027
| |\ \
| | * | iio: adc: Add driver for Renesas RZ/G2L A/D converterLad Prabhakar2021-08-153-0/+611
| | * | iio: pressure: hp03: update device probe to register with devm functionsThéo Borém Fabris2021-08-151-29/+7
| | * | iio: adc: rockchip_saradc: add voltage notifier so get referenced voltage onc...David Wu2021-08-151-7/+40
| | * | iio: ltc2983: fix device probeNuno Sá2021-08-151-16/+14
| | * | iio: potentiometer: Add driver support for AD5110Mugilraj Dhavachelvan2021-08-153-0/+355
| * | | Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman2021-08-166-8/+10
| |\ \ \ | | |/ / | |/| / | | |/
| * | iio: hid-sensor-press: Add timestamp channelYe Xiang2021-08-091-16/+24
| * | iio: accel: bmc150: Add support for BMC156Stephan Gerhold2021-08-085-9/+45
| * | iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold2021-08-081-12/+59
| * | iio: light: cm3323: Add of_device_id tableSiddharth Manthan2021-08-081-0/+7
| * | iio: chemical: Add driver support for sgp40Andreas Klinger2021-08-083-0/+390
| * | iio: ep93xx: Prepare clock before using itAlexander Sverdlin2021-08-081-3/+3
| * | iio: adc: fsl-imx25-gcq: adjust irq check to match docs and simplify codeTang Bin2021-08-081-6/+3
| * | iio: dac: max5821: convert device register to device managed functionThéo Borém Fabris2021-07-311-24/+17
| * | iio/adc: ingenic: add JZ4760B support to the sadc driverChristophe Branchereau2021-07-311-0/+10
| * | iio/adc: ingenic: add JZ4760 support to the sadc driverChristophe Branchereau2021-07-311-4/+78
| * | iio/adc: ingenic: rename has_aux2 to has_aux_mdChristophe Branchereau2021-07-311-5/+5
| * | iio: sx9310: Support ACPI propertyGwendal Grignou2021-07-311-32/+16
| * | iio: adc: meson-saradc: Fix indentation of arguments after a line-breakMartin Blumenstingl2021-07-251-4/+4
| * | iio: adc: meson-saradc: Add missing space between if and parenthesisMartin Blumenstingl2021-07-251-1/+1
| * | iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCsMartin Blumenstingl2021-07-251-1/+9
| * | iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-16/+3
| * | iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-24/+3
| * | iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-16/+3
| * | iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-17/+3
| * | iio: adc: fsl-imx25-gcq: Use the defined variable to clean codeTang Bin2021-07-241-4/+4
| * | iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov2021-07-241-12/+21
| * | iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov2021-07-241-3/+312
| * | iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov2021-07-241-4/+5
| * | iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-2425-71/+31
| * | iio: light: si1145: remove redundant continue statementColin Ian King2021-07-191-1/+0
| * | iio: core: Support reading extended name as labelPaul Cercueil2021-07-191-4/+7
| * | iio: core: Forbid use of both labels and extended namesPaul Cercueil2021-07-191-0/+22
| * | Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy2021-07-193-19/+36
| * | iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean2021-07-194-33/+9
| * | iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean2021-07-191-29/+19
| * | iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean2021-07-191-13/+9
| * | iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean2021-07-191-11/+22
| * | iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean2021-07-191-17/+15
| * | iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean2021-07-191-12/+29
| * | iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-33/+11
| * | iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron2021-07-191-1/+17
| * | iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
| * | iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
| * | iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+10