summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6373 PMIC AUXADCAngeloGioacchino Del Regno
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6363 PMIC AUXADCAngeloGioacchino Del Regno
2025-07-13iio: adc: mt6359: Move reference voltage to platform dataAngeloGioacchino Del Regno
2025-07-13iio: adc: mt6359: Add ready register index and mask to channel dataAngeloGioacchino Del Regno
2025-07-13iio: adc: ad4000: don't use shift_right()David Lechner
2025-07-13iio: adc: ad_sigma_delta: add SPI offload supportDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: use spi_optimize_message()David Lechner
2025-07-13iio: adc: ad_sigma_delta: refactor setting read addressDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: audit included headersDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: use BITS_TO_BYTES() macroDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: use sizeof() in ALIGN()David Lechner
2025-07-13iio: adc: ad_sigma_delta: use u8 instead of uint8_tDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: sort includesDavid Lechner
2025-07-13iio: adc: ad_sigma_delta: don't overallocate scan bufferDavid Lechner
2025-07-13iio: adc: ad7768-1: add low pass -3dB cutoff attributeJonathan Santos
2025-07-13iio: adc: ad7124: Use separate structures rather than array for chip infoDavid Lechner
2025-07-06iio: adc: stm32-adc: make stm32_adc_trig_info constDavid Lechner
2025-07-06iio: adc: qcom-vadc: make scale_adc5_fn constDavid Lechner
2025-07-06iio: adc: mp2629_adc: make mp2629_channels constDavid Lechner
2025-07-06iio: adc: axp20x_adc: make axp717_maps constDavid Lechner
2025-07-06iio: adc: at91_adc: make at91_adc_caps constDavid Lechner
2025-07-06iio: adc: ad7091r8: make ad7091r_init_info constDavid Lechner
2025-07-06iio: adc: ad7091r5: make ad7091r5_init_info constDavid Lechner
2025-07-06iio: adc: ad7380: remove unused oversampling_ratio getterDavid Lechner
2025-07-06iio: adc: ad4851: add spi 3-wire supportAntoniu Miclaus
2025-07-06iio: adc: ad7173: simplify clock enable/disableDavid Lechner
2025-06-26iio: adc: ti-tsc2046: use = { } instead of memset()David Lechner
2025-06-26iio: adc: ti-lmp92064: use = { } instead of memset()David Lechner
2025-06-26iio: adc: ti-ads1119: use = { } instead of memset()David Lechner
2025-06-26iio: adc: ti-ads1015: use = { } instead of memset()David Lechner
2025-06-26iio: adc: stm32-adc: use = { } instead of memset()David Lechner
2025-06-26iio: adc: rtq6056: use = { } instead of memset()David Lechner
2025-06-26iio: adc: rockchip_saradc: use = { } instead of memset()David Lechner
2025-06-26iio: adc: mt6360-adc: use = { } instead of memset()David Lechner
2025-06-26iio: adc: dln2-adc: use = { } instead of memset()David Lechner
2025-06-26iio: adc: ad7768-1: add filter type and oversampling ratio attributesJonathan Santos
2025-06-26iio: adc: ad7768-1: replace manual attribute declarationJonathan Santos
2025-06-26iio: adc: ad7768-1: add support for Synchronization over SPIJonathan Santos
2025-06-26iio: adc: ad7768-1: add multiple scan types to support 16-bits modeJonathan Santos
2025-06-26iio: adc: ad7768-1: Add GPIO controller supportSergiu Cuciurean
2025-06-26iio: adc: ad7768-1: add regulator to control VCM outputJonathan Santos
2025-06-26iio: adc: stm32-adc: Use dev_fwnode()Jiri Slaby (SUSE)
2025-06-26iio: adc: ad7173: check return value of spi_setup()David Lechner
2025-06-26iio: adc: stm32-dfsdm: Fix build warnings about export.hAntonio Borneo
2025-06-26iio: adc: ad7405: add ad7405 driverPop Ioan Daniel
2025-06-26iio: adc: adi-axi-adc: add axi_adc_oversampling_ratio_setPop Ioan Daniel
2025-06-26iio: backend: update iio_backend_oversampling_ratio_setPop Ioan Daniel
2025-06-26iio: adc: ad4851: ad4851_set_oversampling_ratio parameters updatePop Ioan Daniel
2025-06-26iio: adc: ti-ads131e08: Fix spelling mistake "tweek" -> "tweak"Colin Ian King
2025-06-09iio: adc: ad7606: add gain calibration supportAngelo Dureghello