summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2025-01-16Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman
2025-01-04iio: adc: ad7625: Add ending newlines to error messagesUwe Kleine-König
2024-12-28iio: adc: meson: simplify MESON_SAR_ADC_REG11 register accessMartin Blumenstingl
2024-12-28iio: adc: meson: use tabs instead of spaces for some REG11 bit fieldsMartin Blumenstingl
2024-12-28iio: adc: meson: fix voltage reference selection field name typoMartin Blumenstingl
2024-12-28iio: adc: rockchip: correct alignment of timestampJonathan Cameron
2024-12-28iio: adc: ti-lmp92064: Switch timestamp type from int64_t __aligned(8) to ali...Jonathan Cameron
2024-12-28iio: adc: Use aligned_s64 instead of open coding alignment.Jonathan Cameron
2024-12-28io: adc: ina2xx-adc: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron
2024-12-28iio: adc: ad7944: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron
2024-12-28iio: adc: max1363: Use a small fixed size buffer to replace dynamic allocationVasileios Amoiridis
2024-12-28iio: adc: dln2-adc: zero full struct instead of just the paddingVasileios Amoiridis
2024-12-28iio: adc: ad_sigma_delta: Use `unsigned int` instead of plain `unsigned`Uwe Kleine-König
2024-12-20iio: adc: ad7606: Fix hardcoded offset in the ADC channelsGuillaume Stols
2024-12-11iio: adc: ad7173: add calibration supportGuillaume Ranquet
2024-12-11iio: adc: ad4000: Add support for PulSAR devicesMarcelo Schmitt
2024-12-11iio: adc: ad4000: Use device specific timing for SPI transfersMarcelo Schmitt
2024-12-11iio: adc: ad4000: Add timestamp channelMarcelo Schmitt
2024-12-11iio: adc: ad7124: Implement temperature measurementUwe Kleine-König
2024-12-11iio: adc: ad7124: Add error reporting during probeUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Check for previous ready signalsUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Store information about reset sequence lengthUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Fix a race conditionUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_r...Uwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Add support for reading irq status using a GPIOUwe Kleine-König
2024-12-11iio: adc: ad7124: Refuse invalid input specifiersUwe Kleine-König
2024-12-11iio: adc: ad7124: Don't create more channels than the driver can handleUwe Kleine-König
2024-12-11iio: adc: rzg2l_adc: Add support for Renesas RZ/G3SClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Add suspend/resume supportClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Add support for channel 8Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S supportClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Enable runtime PM autosuspend supportClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Use read_poll_timeout()Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Simplify the runtime PM codeClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controlsClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()Claudiu Beznea
2024-12-08iio: adc: ti-ads1119: fix sample size in scan struct for triggered bufferJavier Carrasco
2024-12-07iio: adc: ad9467: Fix the "don't allow reading vref if not available" caseChristophe JAILLET
2024-12-07iio: adc: vf610_adc: limit i.MX6SX's channel number to 4Frank Li
2024-12-07iio: adc: vf610_adc: use devm_* and dev_err_probe() to simple codeFrank Li
2024-12-07iio: adc: ad4695: move dt-bindings headerDavid Lechner
2024-12-07iio: adc: pac1921: Add ACPI support to Microchip pac1921Victor Duicu
2024-12-07iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori
2024-12-07iio: adc: ad7173: fix using shared static info structDavid Lechner
2024-12-07iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam
2024-12-07iio: adc: ti-ads1119: fix information leak in triggered bufferJavier Carrasco
2024-12-07iio: adc: rockchip_saradc: fix information leak in triggered bufferJavier Carrasco