summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2025-02-03iio: adc: stm32: Drop unnecessary DT property presence checkRob Herring (Arm)1-4/+2
2025-02-03iio: adc: ad7380: add alert supportJulien Stephan1-0/+192
2025-02-03iio: adc: ad7380: do not store osr in private data structureJulien Stephan1-14/+65
2025-02-03iio: adc: ad7380: enable regmap cacheJulien Stephan1-0/+18
2025-02-03iio: adc: ad7380: do not use iio_device_claim_direct_scoped anymoreJulien Stephan1-43/+67
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
2024-12-11iio: adc: rzg2l_adc: Add suspend/resume supportClaudiu Beznea1-0/+70
2024-12-11iio: adc: rzg2l_adc: Add support for channel 8Claudiu Beznea1-18/+44
2024-12-11iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S supportClaudiu Beznea1-28/+59
2024-12-11iio: adc: rzg2l_adc: Enable runtime PM autosuspend supportClaudiu Beznea1-2/+6
2024-12-11iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()Claudiu Beznea1-6/+7
2024-12-11iio: adc: rzg2l_adc: Use read_poll_timeout()Claudiu Beznea1-19/+10
2024-12-11iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea1-6/+4
2024-12-11iio: adc: rzg2l_adc: Simplify the runtime PM codeClaudiu Beznea1-78/+20
2024-12-11iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controlsClaudiu Beznea1-31/+4
2024-12-11iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()Claudiu Beznea1-46/+32
2024-12-08iio: adc: ti-ads1119: fix sample size in scan struct for triggered bufferJavier Carrasco1-1/+1
2024-12-07iio: adc: ad9467: Fix the "don't allow reading vref if not available" caseChristophe JAILLET1-3/+12
2024-12-07iio: adc: vf610_adc: limit i.MX6SX's channel number to 4Frank Li1-2/+18
2024-12-07iio: adc: vf610_adc: use devm_* and dev_err_probe() to simple codeFrank Li1-53/+25
2024-12-07iio: adc: ad4695: move dt-bindings headerDavid Lechner1-1/+1
2024-12-07iio: adc: pac1921: Add ACPI support to Microchip pac1921Victor Duicu1-6/+87