summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2025-07-13iio: adc: ad7768-1: add low pass -3dB cutoff attributeJonathan Santos1-1/+17
2025-07-13iio: adc: ad7124: Use separate structures rather than array for chip infoDavid Lechner1-22/+14
2025-07-06iio: adc: stm32-adc: make stm32_adc_trig_info constDavid Lechner1-3/+3
2025-07-06iio: adc: qcom-vadc: make scale_adc5_fn constDavid Lechner1-1/+1
2025-07-06iio: adc: mp2629_adc: make mp2629_channels constDavid Lechner1-1/+1
2025-07-06iio: adc: axp20x_adc: make axp717_maps constDavid Lechner1-1/+1
2025-07-06iio: adc: at91_adc: make at91_adc_caps constDavid Lechner1-5/+5
2025-07-06iio: adc: ad7091r8: make ad7091r_init_info constDavid Lechner1-3/+3
2025-07-06iio: adc: ad7091r5: make ad7091r5_init_info constDavid Lechner1-1/+1
2025-07-06iio: adc: ad7380: remove unused oversampling_ratio getterDavid Lechner1-5/+0
2025-07-06iio: adc: ad4851: add spi 3-wire supportAntoniu Miclaus1-4/+6
2025-07-06iio: adc: ad7173: simplify clock enable/disableDavid Lechner1-19/+5
2025-07-01include: linux: move adi-axi-common.h out of fpgaNuno Sá1-2/+1
2025-06-29iio: adc: ad7380: fix adi,gain-milli property parsingDavid Lechner1-2/+3
2025-06-29iio: adc: ad7949: use spi_is_bpw_supported()David Lechner1-4/+3
2025-06-29iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel mapsChen-Yu Tsai1-0/+1
2025-06-29iio: adc: adi-axi-adc: fix ad7606_bus_reg_read()David Lechner1-2/+4
2025-06-26iio: adc: ti-tsc2046: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: ti-lmp92064: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: ti-ads1119: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: ti-ads1015: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: stm32-adc: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: rtq6056: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: rockchip_saradc: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: mt6360-adc: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: dln2-adc: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: ad7768-1: add filter type and oversampling ratio attributesJonathan Santos1-95/+319
2025-06-26iio: adc: ad7768-1: replace manual attribute declarationJonathan Santos1-32/+31
2025-06-26iio: adc: ad7768-1: add support for Synchronization over SPIJonathan Santos1-2/+91
2025-06-26iio: adc: ad7768-1: add multiple scan types to support 16-bits modeJonathan Santos1-10/+64
2025-06-26iio: adc: ad7768-1: Add GPIO controller supportSergiu Cuciurean1-2/+138
2025-06-26iio: adc: ad7768-1: add regulator to control VCM outputJonathan Santos2-0/+160
2025-06-26iio: adc: stm32-adc: Use dev_fwnode()Jiri Slaby (SUSE)1-2/+1
2025-06-26iio: adc: ad7173: check return value of spi_setup()David Lechner1-1/+3
2025-06-26iio: adc: stm32-dfsdm: Fix build warnings about export.hAntonio Borneo2-0/+2
2025-06-26iio: adc: ad7405: add ad7405 driverPop Ioan Daniel3-0/+264
2025-06-26iio: adc: adi-axi-adc: add axi_adc_oversampling_ratio_setPop Ioan Daniel1-0/+17
2025-06-26iio: backend: update iio_backend_oversampling_ratio_setPop Ioan Daniel2-2/+4
2025-06-26iio: adc: ad4851: ad4851_set_oversampling_ratio parameters updatePop Ioan Daniel1-2/+1
2025-06-26iio: adc: ti-ads131e08: Fix spelling mistake "tweek" -> "tweak"Colin Ian King1-5/+5
2025-06-09iio: adc: ad7606: add gain calibration supportAngelo Dureghello2-0/+44
2025-06-09iio: adc: ad7606: rename chan_scale to a more generic chan_infoAngelo Dureghello2-75/+75
2025-06-09iio: adc: ad7606: exit for invalid fdt dt_schema propertiesAngelo Dureghello1-6/+4
2025-06-09iio: adc: ad7606: add offset and phase calibration supportAngelo Dureghello2-0/+169
2025-06-09iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirementJonathan Santos1-4/+19
2025-06-09iio: adc: ad7606: add enabling of optional Vrefin voltageAngelo Dureghello1-0/+5
2025-06-09iio: adc: ad7606: enable Vdrive power supplyAngelo Dureghello1-0/+5
2025-06-09iio: adc: ad7476: Support ROHM BU79100GMatti Vaittinen1-0/+7
2025-06-09iio: Remove single use of macro definition for driver nameWaqar Hameed3-10/+3
2025-06-09iio: adc: ad4080: add driver supportAntoniu Miclaus3-0/+634