summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
5 daysiio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols1-2/+2
5 daysiio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols2-4/+5
2024-08-17iio: adc: ad7173: fix GPIO device infoDumitru Ceclan1-3/+0
2024-08-06iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan1-2/+1
2024-08-06iio: adc: ad_sigma_delta: fix irq_flags on irq requestNuno Sa1-1/+1
2024-08-03iio: adc: ads1119: Fix IRQ flagsFrancesco Dolcini1-1/+1
2024-08-03iio: adc: ad7124: fix config comparisonDumitru Ceclan1-11/+15
2024-08-03iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan1-0/+1
2024-07-29iio: adc: ad7173: Fix incorrect compatible stringDumitru Ceclan1-5/+5
2024-07-29iio: adc: ad7606: remove frstdata check for serial modeGuillaume Stols3-29/+49
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman35-888/+2310
2024-07-02iio: adc: ad7173: Fix uninitialized symbol is_current_chanJonathan Cameron1-1/+3
2024-07-01iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADCAngeloGioacchino Del Regno3-0/+619
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman2-2/+8
2024-06-30iio: xilinx-ams: Add labelsSean Anderson1-48/+59
2024-06-30iio: adc: ad7944: use devm_spi_optimize_message()David Lechner1-23/+3
2024-06-30iio: adc: ad7192: use devm_regulator_get_enable_read_voltageDavid Lechner1-67/+36
2024-06-28iio: adc: ltc2309: Fix endian type passed to be16_to_cpu()Jonathan Cameron1-1/+1
2024-06-25iio: adc: ti-ads8688: drop ads8688_remove()David Lechner1-26/+6
2024-06-25iio: adc: ti-ads8688: use devm_regulator_get_enable_read_voltage()David Lechner1-24/+5
2024-06-25iio: adc: ti-adc108s102: use devm_regulator_get_enable_read_voltage()David Lechner1-25/+3
2024-06-25iio: adc: max1363: use devm_regulator_get_enable_read_voltage()David Lechner1-24/+4
2024-06-25iio: adc: ltc2309: use devm_regulator_get_enable_read_voltage()David Lechner1-37/+6
2024-06-25iio: adc: hx711: use dev_err_probe()David Lechner1-22/+13
2024-06-25iio: adc: hx711: remove hx711_remove()David Lechner1-22/+5
2024-06-25iio: adc: hx711: use devm_regulator_get_enable_read_voltage()David Lechner1-18/+2
2024-06-25iio: adc: aspeed_adc: use devm_regulator_get_enable_read_voltage()David Lechner1-22/+8
2024-06-25iio: adc: ti-ads1119: Add driverJoão Paulo Gonçalves3-0/+838
2024-06-25iio: adc: stm32-dfsdm-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-17/+12
2024-06-25iio: adc: sc27xx_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-21/+20
2024-06-25iio: adc: rn5t618-adc: make use of regmap_set_bits()Trevor Gamblin1-3/+2
2024-06-25iio: adc: qcom-spmi-rradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-26/+24
2024-06-25iio: adc: berlin2-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-13/+11
2024-06-25iio: adc: mp2629_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-11/+8
2024-06-25iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-57/+44
2024-06-25iio: adc: intel_mrfld_adc: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-06-25iio: adc: ina2xx-adc: make use of regmap_clear_bits()Trevor Gamblin1-2/+1
2024-06-25iio: adc: fsl-imx25-gcq: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-9/+7
2024-06-25iio: adc: cpcap-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-27/+19
2024-06-25iio: adc: bcm_iproc_adc: make use of regmap_clear_bits()Trevor Gamblin1-4/+4
2024-06-25iio: adc: axp288_adc: make use of regmap_set_bits()Trevor Gamblin1-2/+2
2024-06-25iio: adc: axp20x_adc: make use of regmap_set_bits()Trevor Gamblin1-3/+2
2024-06-25iio: adc: ad4130: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-06-25iio: adc: ad7173: Add support for AD411x devicesDumitru Ceclan1-32/+282
2024-06-25iio: adc: ad7173: document sampling frequency behaviourDumitru Ceclan1-0/+15
2024-06-25iio: adc: ad7173: refactor device info structsDumitru Ceclan1-138/+122
2024-06-25iio: adc: ad7173: add support for special inputsDumitru Ceclan1-2/+25
2024-06-25iio: adc: ad7173: refactor ain and vref selectionDumitru Ceclan1-19/+43
2024-06-25iio: adc: ad7173: refactor channel configuration parsingDumitru Ceclan1-12/+17