summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorLines
2022-08-21iio: ad7292: Prevent regulator double disableMatti Vaittinen-3/+1
2022-08-21iio: adc: mcp3911: use correct formula for AD conversionMarcus Folkesson-5/+12
2022-08-21iio: adc: mcp3911: correct "microchip,device-addr" propertyMarcus Folkesson-1/+8
2022-08-15iio: adc: mcp3911: make use of the sign bitMarcus Folkesson-0/+2
2022-07-19iio: adc: max1027: unlock on error path in max1027_read_single_value()Dan Carpenter-3/+3
2022-07-18iio: adc: imx8qxp: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron-7/+6
2022-07-18iio: adc: xilinx-ams: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+4
2022-07-18iio: adc: ti-am335x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+4
2022-07-18iio: adc: stmpe-adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-3/+3
2022-07-18iio: adc: mt6577_auxadc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-6/+6
2022-07-18iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-5/+5
2022-07-18iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-2/+3
2022-07-18iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+5
2022-07-18iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+4
2022-07-18iio: adc: ti-ads124s08: Drop unused parameter to ads124s_read()Jonathan Cameron-3/+3
2022-07-18iio: adc: npcm: Add NPCM8XX supportTomer Maimon-7/+29
2022-07-16iio: adc: ad7949: Fix error messageThorsten Scherer-1/+1
2022-07-16iio: adc: stx104: Implement and utilize register structuresWilliam Breathitt Gray-24/+50
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-272/+1272
2022-07-13iio: adc: xilinx-xadc: Drop duplicate NULL check in xadc_parse_dt()Andy Shevchenko-20/+18
2022-07-13iio: adc: xilinx-xadc: Make use of device propertiesAndy Shevchenko-23/+16
2022-07-01iio: adc: ad778-1: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson-1/+1
2022-07-01iio: adc: ti-tsc2046: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson-1/+1
2022-07-01iio: adc: stm32-adc: disable adc before calibrationOlivier Moysan-0/+3
2022-07-01iio: adc: stm32-adc: make safe adc disableOlivier Moysan-0/+3
2022-07-01iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"Colin Ian King-1/+1
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-28/+50
2022-06-19iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan-1/+1
2022-06-19iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan-10/+17
2022-06-19iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin-0/+3
2022-06-19iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_dataMiaoqian Lin-0/+1
2022-06-19iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau-10/+0
2022-06-19iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau-1/+6
2022-06-19iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang-3/+7
2022-06-19iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang-2/+6
2022-06-19iio: adc: stm32-adc: Use generic_handle_domain_irq()Sebastian Andrzej Siewior-1/+1
2022-06-18Merge branch 'immutable-qcom-spmi-rradc' into togregJonathan Cameron-0/+1035
2022-06-18iio: adc: qcom-spmi-rradc: introduce round robin adcCaleb Connolly-0/+1035
2022-06-15iio: adc: meson_saradc: Use regmap_read_poll_timeout() for busy waitAndy Shevchenko-18/+13
2022-06-15iio: adc: meson_saradc: Use temporary variable for struct deviceAndy Shevchenko-31/+22
2022-06-15iio: adc: meson_saradc: Use devm_clk_get_optional()Andy Shevchenko-16/+6
2022-06-15iio: adc: meson_saradc: Convert to use dev_err_probe()Andy Shevchenko-33/+19
2022-06-15iio: adc: meson_saradc: Align messages to be with physical device prefixAndy Shevchenko-4/+3
2022-06-15iio: adc: meson_saradc: Don't attach managed resource to IIO device objectAndy Shevchenko-7/+5
2022-06-15iio: adc: sc27xx_adc: Re-use generic struct u32_fractAndy Shevchenko-8/+7
2022-06-15iio: at91-sama5d2: Limit requested watermark value to hwfifo sizePaul Cercueil-1/+1
2022-06-15iio: adc: intel_mrfld_adc: explicitly add proper header filesAndy Shevchenko-0/+1
2022-06-14iio: adc: rzg2l_adc: explicitly add proper header filesNuno Sá-0/+1
2022-06-14iio: adc: npcm_adc: explicitly add proper header filesNuno Sá-0/+1
2022-06-14iio: adc: mt6360-adc: explicitly add proper header filesNuno Sá-0/+1