summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu2021-09-261-0/+8
* 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
* Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-018-36/+789
|\
| * Merge tag 'iio-for-5.15b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-08-174-7/+651
| |\
| | * iio: adc: Add driver for Renesas RZ/G2L A/D converterLad Prabhakar2021-08-153-0/+611
| | * iio: adc: rockchip_saradc: add voltage notifier so get referenced voltage onc...David Wu2021-08-151-7/+40
| * | Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman2021-08-162-3/+2
| |\ \ | | |/ | |/|
| * | 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/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: 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: adc: fsl-imx25-gcq: Use the defined variable to clean codeTang Bin2021-07-241-4/+4
| * | iio: adc: rockchip_saradc: add support for rk3568 saradcSimon Xue2021-07-171-1/+21
* | | Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-08-301-0/+23
|\ \ \ | |_|/ |/| |
| * | iio: adc: rn5t618: Add iio mapAndreas Kemnade2021-08-131-0/+23
| |/
* | iio: adc: Fix incorrect exit of for-loopColin Ian King2021-07-311-2/+2
* | iio: adc: ti-ads7950: Ensure CS is deasserted after reading channelsUwe Kleine-König2021-07-171-1/+0
|/
* iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-4/+1
* iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-06-141-1/+2
* iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-06-141-1/+2
* iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-06-141-2/+2
* iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron2021-06-141-1/+2
* iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-1311-20/+0
* iio: adc: ad_sigma_delta: remove ad_sd_{setup,cleanup}_buffer_and_trigger()Alexandru Ardelean2021-06-131-86/+0
* iio: adc: ad7124: Use devm_ managed calls for all of probe() + drop remove()Jonathan Cameron2021-06-131-33/+15
* iio: adc: ad7192: convert to device-managed functionsAlexandru Ardelean2021-06-131-53/+36
* iio: adc: ad7192: use devm_clk_get_optional() for mclkAlexandru Ardelean2021-06-131-3/+3
* iio: adc: ad7780: convert to device-managed functionsAlexandru Ardelean2021-06-131-28/+10
* iio: adc: ad7791: convert to device-managed functionsAlexandru Ardelean2021-06-131-31/+13
* iio: adc: ad7793: convert to device-managed functionsAlexandru Ardelean2021-06-131-38/+15
* iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()Alexandru Ardelean2021-06-131-0/+60
* Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-0933-275/+997
|\
| * iio: adc: ti-adc161s626: Use devm managed functions for all of probe.Jonathan Cameron2021-06-031-33/+18
| * iio: adc: ti-adc108s102: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-30/+15
| * iio: adc: ti-adc0832: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-27/+12
| * iio: adc: ti-adc081c: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-29/+14
| * iio: adc: max1118: Avoid jumping back and forth between spi and iio structuresJonathan Cameron2021-06-031-13/+9
| * iio: adc: max1118: Use devm_ managed functions for all of probeJonathan Cameron2021-06-031-31/+15