summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman14 days2-21/+29
|\
| * iio: adc: ad7606: Fix hardcoded offset in the ADC channelsGuillaume Stols2024-12-202-21/+29
* | Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman2025-01-1311-48/+109
|\|
| * iio: adc: ti-ads1119: fix sample size in scan struct for triggered bufferJavier Carrasco2024-12-081-1/+1
| * iio: adc: ad9467: Fix the "don't allow reading vref if not available" caseChristophe JAILLET2024-12-071-3/+12
| * iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori2024-12-071-1/+1
| * iio: adc: ad7173: fix using shared static info structDavid Lechner2024-12-071-4/+6
| * iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam2024-12-071-2/+2
| * iio: adc: ti-ads1119: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| * iio: adc: rockchip_saradc: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| * iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| * iio: adc: ti-ads1298: Add NULL check in ads1298_initCharles Han2024-12-071-0/+2
| * iio: adc: stm32-dfsdm: handle label as an optional propertyOlivier Moysan2024-12-071-5/+8
| * iio: adc: ad4695: fix buffered read, single sample timingsTrevor Gamblin2024-12-071-31/+69
| * iio: adc: ad7124: Disable all channels at probe timeUwe Kleine-König2024-12-071-0/+3
* | iio: adc: ad7625: Add ending newlines to error messagesUwe Kleine-König2025-01-041-4/+4
* | iio: adc: meson: simplify MESON_SAR_ADC_REG11 register accessMartin Blumenstingl2024-12-281-21/+8
* | iio: adc: meson: use tabs instead of spaces for some REG11 bit fieldsMartin Blumenstingl2024-12-281-4/+4
* | iio: adc: meson: fix voltage reference selection field name typoMartin Blumenstingl2024-12-281-5/+5
* | iio: adc: rockchip: correct alignment of timestampJonathan Cameron2024-12-281-1/+1
* | iio: adc: ti-lmp92064: Switch timestamp type from int64_t __aligned(8) to ali...Jonathan Cameron2024-12-281-1/+1
* | iio: adc: Use aligned_s64 instead of open coding alignment.Jonathan Cameron2024-12-2813-13/+13
* | io: adc: ina2xx-adc: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron2024-12-281-1/+1
* | iio: adc: ad7944: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron2024-12-281-1/+1
* | iio: adc: max1363: Use a small fixed size buffer to replace dynamic allocationVasileios Amoiridis2024-12-281-21/+9
* | iio: adc: dln2-adc: zero full struct instead of just the paddingVasileios Amoiridis2024-12-281-19/+2
* | iio: adc: ad_sigma_delta: Use `unsigned int` instead of plain `unsigned`Uwe Kleine-König2024-12-281-1/+1
* | iio: adc: ad7173: add calibration supportGuillaume Ranquet2024-12-111-0/+116
* | iio: adc: ad4000: Add support for PulSAR devicesMarcelo Schmitt2024-12-111-0/+162
* | iio: adc: ad4000: Use device specific timing for SPI transfersMarcelo Schmitt2024-12-111-9/+42
* | iio: adc: ad4000: Add timestamp channelMarcelo Schmitt2024-12-111-42/+56
* | iio: adc: ad7124: Implement temperature measurementUwe Kleine-König2024-12-111-21/+91
* | iio: adc: ad7124: Add error reporting during probeUwe Kleine-König2024-12-111-36/+40
* | iio: adc: ad_sigma_delta: Check for previous ready signalsUwe Kleine-König2024-12-111-1/+98
* | iio: adc: ad_sigma_delta: Store information about reset sequence lengthUwe Kleine-König2024-12-116-6/+11
* | iio: adc: ad_sigma_delta: Fix a race conditionUwe Kleine-König2024-12-111-21/+35
* | iio: adc: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_r...Uwe Kleine-König2024-12-111-1/+1
* | iio: adc: ad_sigma_delta: Add support for reading irq status using a GPIOUwe Kleine-König2024-12-111-5/+33
* | iio: adc: ad7124: Refuse invalid input specifiersUwe Kleine-König2024-12-111-0/+18
* | iio: adc: ad7124: Don't create more channels than the driver can handleUwe Kleine-König2024-12-111-0/+10
* | iio: adc: rzg2l_adc: Add support for Renesas RZ/G3SClaudiu Beznea2024-12-111-0/+9
* | iio: adc: rzg2l_adc: Add suspend/resume supportClaudiu Beznea2024-12-111-0/+70
* | iio: adc: rzg2l_adc: Add support for channel 8Claudiu Beznea2024-12-111-18/+44
* | iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S supportClaudiu Beznea2024-12-111-28/+59
* | iio: adc: rzg2l_adc: Enable runtime PM autosuspend supportClaudiu Beznea2024-12-111-2/+6
* | iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()Claudiu Beznea2024-12-111-6/+7
* | iio: adc: rzg2l_adc: Use read_poll_timeout()Claudiu Beznea2024-12-111-19/+10
* | iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea2024-12-111-6/+4
* | iio: adc: rzg2l_adc: Simplify the runtime PM codeClaudiu Beznea2024-12-111-78/+20
* | iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controlsClaudiu Beznea2024-12-111-31/+4