summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: max1027: unlock on error path in max1027_read_single_value()Dan Carpenter2022-07-191-3/+3
* iio: adc: imx8qxp: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron2022-07-181-7/+6
* iio: adc: xilinx-ams: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ti-am335x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: stmpe-adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-3/+3
* iio: adc: mt6577_auxadc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-6/+6
* iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-5/+5
* iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-2/+3
* iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ti-ads124s08: Drop unused parameter to ads124s_read()Jonathan Cameron2022-07-181-3/+3
* iio: adc: npcm: Add NPCM8XX supportTomer Maimon2022-07-181-7/+29
* iio: adc: ad7949: Fix error messageThorsten Scherer2022-07-161-1/+1
* iio: adc: stx104: Implement and utilize register structuresWilliam Breathitt Gray2022-07-161-24/+50
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-1460-272/+1272
|\
| * iio: adc: xilinx-xadc: Drop duplicate NULL check in xadc_parse_dt()Andy Shevchenko2022-07-131-20/+18
| * iio: adc: xilinx-xadc: Make use of device propertiesAndy Shevchenko2022-07-131-23/+16
| * iio: adc: ad778-1: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-011-1/+1
| * iio: adc: ti-tsc2046: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-011-1/+1
| * iio: adc: stm32-adc: disable adc before calibrationOlivier Moysan2022-07-011-0/+3
| * iio: adc: stm32-adc: make safe adc disableOlivier Moysan2022-07-011-0/+3
| * iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"Colin Ian King2022-07-011-1/+1
| * iio: adc: stm32-adc: Use generic_handle_domain_irq()Sebastian Andrzej Siewior2022-06-191-1/+1
| * Merge branch 'immutable-qcom-spmi-rradc' into togregJonathan Cameron2022-06-183-0/+1035
| |\
| | * iio: adc: qcom-spmi-rradc: introduce round robin adcCaleb Connolly2022-06-183-0/+1035
| * | iio: adc: meson_saradc: Use regmap_read_poll_timeout() for busy waitAndy Shevchenko2022-06-151-18/+13
| * | iio: adc: meson_saradc: Use temporary variable for struct deviceAndy Shevchenko2022-06-151-31/+22
| * | iio: adc: meson_saradc: Use devm_clk_get_optional()Andy Shevchenko2022-06-151-16/+6
| * | iio: adc: meson_saradc: Convert to use dev_err_probe()Andy Shevchenko2022-06-151-33/+19
| * | iio: adc: meson_saradc: Align messages to be with physical device prefixAndy Shevchenko2022-06-151-4/+3
| * | iio: adc: meson_saradc: Don't attach managed resource to IIO device objectAndy Shevchenko2022-06-151-7/+5
| * | iio: adc: sc27xx_adc: Re-use generic struct u32_fractAndy Shevchenko2022-06-151-8/+7
| * | iio: at91-sama5d2: Limit requested watermark value to hwfifo sizePaul Cercueil2022-06-151-1/+1
| * | iio: adc: intel_mrfld_adc: explicitly add proper header filesAndy Shevchenko2022-06-151-0/+1
| * | iio: adc: rzg2l_adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: npcm_adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: mt6360-adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: mp2629_adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: ingenic-adc: explicitly add proper header filesNuno Sá2022-06-141-0/+2
| * | iio: adc: imx8qxp-adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: imx7d_adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: berlin2-adc: explicitly add proper header filesNuno Sá2022-06-141-0/+2
| * | iio: adc: ad7606_par: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: ad7606: explicitly add proper header filesNuno Sá2022-06-141-0/+1
| * | iio: adc: ti-tlc4541: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
| * | iio: adc: ti-ads8688: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * | iio: adc: ti-ads8344: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * | iio: adc: ti-ads7950: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
| * | iio: adc: ti-ads131e08: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * | iio: adc: ti-ads124s08: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1