summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2024-08-17iio: adc: ad7173: fix GPIO device infoDumitru Ceclan
2024-08-06iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan
2024-08-06iio: adc: ad_sigma_delta: fix irq_flags on irq requestNuno Sa
2024-08-03iio: adc: ads1119: Fix IRQ flagsFrancesco Dolcini
2024-08-03iio: adc: ad7124: fix config comparisonDumitru Ceclan
2024-08-03iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan
2024-07-29iio: adc: ad7173: Fix incorrect compatible stringDumitru Ceclan
2024-07-29iio: adc: ad7606: remove frstdata check for serial modeGuillaume Stols
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2024-07-02iio: adc: ad7173: Fix uninitialized symbol is_current_chanJonathan Cameron
2024-07-01iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADCAngeloGioacchino Del Regno
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman
2024-06-30iio: xilinx-ams: Add labelsSean Anderson
2024-06-30iio: adc: ad7944: use devm_spi_optimize_message()David Lechner
2024-06-30iio: adc: ad7192: use devm_regulator_get_enable_read_voltageDavid Lechner
2024-06-28iio: adc: ltc2309: Fix endian type passed to be16_to_cpu()Jonathan Cameron
2024-06-25iio: adc: ti-ads8688: drop ads8688_remove()David Lechner
2024-06-25iio: adc: ti-ads8688: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: adc: ti-adc108s102: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: adc: max1363: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: adc: ltc2309: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: adc: hx711: use dev_err_probe()David Lechner
2024-06-25iio: adc: hx711: remove hx711_remove()David Lechner
2024-06-25iio: adc: hx711: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: adc: aspeed_adc: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: adc: ti-ads1119: Add driverJoão Paulo Gonçalves
2024-06-25iio: adc: stm32-dfsdm-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: sc27xx_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: rn5t618-adc: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: qcom-spmi-rradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: berlin2-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: mp2629_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: intel_mrfld_adc: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: ina2xx-adc: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: fsl-imx25-gcq: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: cpcap-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: bcm_iproc_adc: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: axp288_adc: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: axp20x_adc: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: ad4130: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: ad7173: Add support for AD411x devicesDumitru Ceclan
2024-06-25iio: adc: ad7173: document sampling frequency behaviourDumitru Ceclan
2024-06-25iio: adc: ad7173: refactor device info structsDumitru Ceclan
2024-06-25iio: adc: ad7173: add support for special inputsDumitru Ceclan
2024-06-25iio: adc: ad7173: refactor ain and vref selectionDumitru Ceclan
2024-06-25iio: adc: ad7173: refactor channel configuration parsingDumitru Ceclan
2024-06-25iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan
2024-06-22iio: adc: ad7944: use devm_regulator_get_enable_read_voltageDavid Lechner