summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2025-05-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-05-18iio: adc: rockchip: Fix clock initialization sequenceSimon Xue1-9/+8
2025-05-18iio: adc: ad7606: fix serial register accessAngelo Dureghello1-1/+1
2025-05-18iio: adc: ad7266: Fix potential timestamp alignment issue.Jonathan Cameron1-1/+1
2025-05-18iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-05-02iio: adc: ad4695: make ad4695_exit_conversion_mode() more robustTrevor Gamblin1-6/+28
2025-05-02iio: adc: ad7768-1: Fix conversion result signSergiu Cuciurean1-2/+2
2025-05-02iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary retu...Jonathan Cameron1-2/+1
2025-04-10iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos1-0/+15
2025-04-10iio: adc: ad7173: Fix comparison of channel configsUwe Kleine-König1-4/+21
2025-04-10iio: adc: ad7124: Fix comparison of channel configsUwe Kleine-König1-4/+31
2025-04-10iio: adc: ad4130: Fix comparison of channel setupsUwe Kleine-König1-2/+39
2025-04-10iio: adc: ad_sigma_delta: Disable channel after calibrationUwe Kleine-König1-0/+1
2025-04-10iio: adc: ad7192: Grab direct mode for calibrationUwe Kleine-König1-0/+5
2025-04-10iio: adc: ad7173: Grab direct mode for calibrationUwe Kleine-König1-0/+5
2025-04-10iio: adc: ad7124: Really disable all channels at probe timeUwe Kleine-König1-5/+3
2025-04-10iio: adc: ad7124: Micro-optimize channel disablingUwe Kleine-König1-8/+9
2025-02-03iio: adc: ad7606: fix wrong scale availableAngelo Dureghello1-1/+1
2025-02-03iio: adc: ad7192: fix channel selectMarkus Burri1-1/+1
2025-02-03iio: adc: at91-sama5d2_adc: fix sama7g5 realbits valueNayab Sayed1-28/+40
2025-02-03iio: adc: pac1921: Move ACPI_FREE() to cover all branchesVictor Duicu1-1/+1
2025-01-16Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-21/+29
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman11-48/+109
2025-01-04iio: adc: ad7625: Add ending newlines to error messagesUwe Kleine-König1-4/+4
2024-12-28iio: adc: meson: simplify MESON_SAR_ADC_REG11 register accessMartin Blumenstingl1-21/+8
2024-12-28iio: adc: meson: use tabs instead of spaces for some REG11 bit fieldsMartin Blumenstingl1-4/+4
2024-12-28iio: adc: meson: fix voltage reference selection field name typoMartin Blumenstingl1-5/+5
2024-12-28iio: adc: rockchip: correct alignment of timestampJonathan Cameron1-1/+1
2024-12-28iio: adc: ti-lmp92064: Switch timestamp type from int64_t __aligned(8) to ali...Jonathan Cameron1-1/+1
2024-12-28iio: adc: Use aligned_s64 instead of open coding alignment.Jonathan Cameron13-13/+13
2024-12-28io: adc: ina2xx-adc: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron1-1/+1
2024-12-28iio: adc: ad7944: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron1-1/+1
2024-12-28iio: adc: max1363: Use a small fixed size buffer to replace dynamic allocationVasileios Amoiridis1-21/+9
2024-12-28iio: adc: dln2-adc: zero full struct instead of just the paddingVasileios Amoiridis1-19/+2
2024-12-28iio: adc: ad_sigma_delta: Use `unsigned int` instead of plain `unsigned`Uwe Kleine-König1-1/+1
2024-12-20iio: adc: ad7606: Fix hardcoded offset in the ADC channelsGuillaume Stols2-21/+29
2024-12-11iio: adc: ad7173: add calibration supportGuillaume Ranquet1-0/+116
2024-12-11iio: adc: ad4000: Add support for PulSAR devicesMarcelo Schmitt1-0/+162
2024-12-11iio: adc: ad4000: Use device specific timing for SPI transfersMarcelo Schmitt1-9/+42
2024-12-11iio: adc: ad4000: Add timestamp channelMarcelo Schmitt1-42/+56
2024-12-11iio: adc: ad7124: Implement temperature measurementUwe Kleine-König1-21/+91
2024-12-11iio: adc: ad7124: Add error reporting during probeUwe Kleine-König1-36/+40
2024-12-11iio: adc: ad_sigma_delta: Check for previous ready signalsUwe Kleine-König1-1/+98
2024-12-11iio: adc: ad_sigma_delta: Store information about reset sequence lengthUwe Kleine-König6-6/+11
2024-12-11iio: adc: ad_sigma_delta: Fix a race conditionUwe Kleine-König1-21/+35
2024-12-11iio: adc: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_r...Uwe Kleine-König1-1/+1
2024-12-11iio: adc: ad_sigma_delta: Add support for reading irq status using a GPIOUwe Kleine-König1-5/+33
2024-12-11iio: adc: ad7124: Refuse invalid input specifiersUwe Kleine-König1-0/+18
2024-12-11iio: adc: ad7124: Don't create more channels than the driver can handleUwe Kleine-König1-0/+10
2024-12-11iio: adc: rzg2l_adc: Add support for Renesas RZ/G3SClaudiu Beznea1-0/+9