summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
* of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-3/+1
* Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-07-0435-888/+2310
|\
| * iio: adc: ad7173: Fix uninitialized symbol is_current_chanJonathan Cameron2024-07-021-1/+3
| * iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADCAngeloGioacchino Del Regno2024-07-013-0/+619
| * iio: xilinx-ams: Add labelsSean Anderson2024-06-301-48/+59
| * iio: adc: ad7944: use devm_spi_optimize_message()David Lechner2024-06-301-23/+3
| * iio: adc: ad7192: use devm_regulator_get_enable_read_voltageDavid Lechner2024-06-301-67/+36
| * iio: adc: ltc2309: Fix endian type passed to be16_to_cpu()Jonathan Cameron2024-06-281-1/+1
| * iio: adc: ti-ads8688: drop ads8688_remove()David Lechner2024-06-251-26/+6
| * iio: adc: ti-ads8688: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-24/+5
| * iio: adc: ti-adc108s102: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-25/+3
| * iio: adc: max1363: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-24/+4
| * iio: adc: ltc2309: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-37/+6
| * iio: adc: hx711: use dev_err_probe()David Lechner2024-06-251-22/+13
| * iio: adc: hx711: remove hx711_remove()David Lechner2024-06-251-22/+5
| * iio: adc: hx711: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-18/+2
| * iio: adc: aspeed_adc: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-22/+8
| * iio: adc: ti-ads1119: Add driverJoão Paulo Gonçalves2024-06-253-0/+838
| * iio: adc: stm32-dfsdm-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-17/+12
| * iio: adc: sc27xx_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-21/+20
| * iio: adc: rn5t618-adc: make use of regmap_set_bits()Trevor Gamblin2024-06-251-3/+2
| * iio: adc: qcom-spmi-rradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-26/+24
| * iio: adc: berlin2-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-13/+11
| * iio: adc: mp2629_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-11/+8
| * iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-57/+44
| * iio: adc: intel_mrfld_adc: make use of regmap_clear_bits()Trevor Gamblin2024-06-251-2/+2
| * iio: adc: ina2xx-adc: make use of regmap_clear_bits()Trevor Gamblin2024-06-251-2/+1
| * iio: adc: fsl-imx25-gcq: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-9/+7
| * iio: adc: cpcap-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin2024-06-251-27/+19
| * iio: adc: bcm_iproc_adc: make use of regmap_clear_bits()Trevor Gamblin2024-06-251-4/+4
| * iio: adc: axp288_adc: make use of regmap_set_bits()Trevor Gamblin2024-06-251-2/+2
| * iio: adc: axp20x_adc: make use of regmap_set_bits()Trevor Gamblin2024-06-251-3/+2
| * iio: adc: ad4130: make use of regmap_clear_bits()Trevor Gamblin2024-06-251-2/+2
| * iio: adc: ad7173: Add support for AD411x devicesDumitru Ceclan2024-06-251-32/+282
| * iio: adc: ad7173: document sampling frequency behaviourDumitru Ceclan2024-06-251-0/+15
| * iio: adc: ad7173: refactor device info structsDumitru Ceclan2024-06-251-138/+122
| * iio: adc: ad7173: add support for special inputsDumitru Ceclan2024-06-251-2/+25
| * iio: adc: ad7173: refactor ain and vref selectionDumitru Ceclan2024-06-251-19/+43
| * iio: adc: ad7173: refactor channel configuration parsingDumitru Ceclan2024-06-251-12/+17
| * iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan2024-06-253-11/+15
| * iio: adc: ad7944: use devm_regulator_get_enable_read_voltageDavid Lechner2024-06-221-42/+12
| * iio: adc: ad7793: use devm_regulator_get_enable_read_voltageDavid Lechner2024-06-221-21/+3
| * iio: adc: ad7292: use devm_regulator_get_enable_read_voltageDavid Lechner2024-06-221-30/+6
| * iio: adc: ad7266: use devm_regulator_get_enable_read_voltageDavid Lechner2024-06-221-27/+6
| * iio: adc: ad7192: Clean up devAlisa-Dariana Roman2024-06-221-35/+30
| * iio: adc: adi-axi-adc: improve probe() error messagingTrevor Gamblin2024-06-221-3/+6
* | Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman2024-07-012-2/+8
|\ \ | |/ |/|
| * iio: adc: ad7266: Fix variable checking bugFernando Yang2024-06-081-0/+2
| * iio: xilinx-ams: Don't include ams_ctrl_channels in scan_maskSean Anderson2024-06-081-2/+6
* | Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-172-20/+21
|\|