summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-10-1714-16/+50
|\
| * iio: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N2021-10-031-3/+3
| * iio: adis16480: fix devices that do not support sleep modeNuno Sá2021-09-261-3/+11
| * iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu2021-09-261-0/+8
| * iio: adis16475: fix deadlock on frequency setNuno Sá2021-09-251-1/+2
| * iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter2021-09-181-1/+8
| * iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter2021-09-181-1/+1
| * iio: adc: ad7793: Fix IRQ flagAlexandru Tachici2021-09-141-1/+1
| * iio: adc: ad7780: Fix IRQ flagAlexandru Tachici2021-09-141-1/+1
| * iio: adc: ad7192: Add IRQ flagAlexandru Tachici2021-09-141-0/+1
| * iio: adc: aspeed: set driver data when adc probe.Billy Tsai2021-09-141-0/+1
| * iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runt...Yang Yingliang2021-09-141-1/+3
| * iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal2021-09-141-1/+0
| * iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal2021-09-141-1/+1
| * iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET2021-09-141-0/+6
| * iio: adc: rzg2l_adc: Fix -EBUSY timeout error returnColin Ian King2021-09-141-1/+1
| * iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer2021-09-141-1/+1
| * iio: dac: ti-dac5571: fix an error code in probe()Dan Carpenter2021-09-141-0/+1
* | iio/test-format: build kunit tests without structleak pluginBrendan Higgins2021-10-061-0/+1
|/
* 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