summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
3 daysiio: adc: aspeed: clear reference voltage bits before configuring vrefBilly Tsai1-0/+1
3 daysiio: adc: ade9000: move mutex init before IRQ registrationAntoniu Miclaus1-4/+4
3 daysiio: adc: ade9000: fix wrong register in CALIBBIAS case for active powerGiorgi Tchankvetadze1-1/+1
3 daysiio: adc: ade9000: fix wrong return type in streaming pushGiorgi Tchankvetadze1-1/+1
3 daysiio: adc: ti-ads7950: do not clobber gpio state in ti_ads7950_get()Dmitry Torokhov1-3/+5
3 daysiio: adc: ti-ads7950: normalize return value of gpio_getDmitry Torokhov1-1/+1
3 daysiio: adc: ti-ads1119: Replace IRQF_ONESHOT with IRQF_NO_THREADFelix Gu1-4/+2
3 daysiio: adc: ti-ads1119: Reinit completion before wait_for_completion_timeout()Felix Gu1-0/+3
3 daysiio: adc: ti-ads1119: Fix unbalanced pm reference count in ds1119_single_conv...Felix Gu1-1/+1
3 daysiio: adc: ti-adc161s626: use DMA-safe memory for spi_read()David Lechner1-12/+8
3 daysiio: adc: ti-adc161s626: fix buffer read on big-endianDavid Lechner1-9/+12
2026-03-04iio: Use IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-01-30iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshotThorsten Blum1-3/+3
2026-01-30iio: adc: exynos_adc: fix OF populate on driver rebindJohan Hovold1-13/+2
2026-01-30iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driverPei Xiao1-0/+1
2026-01-30iio: adc: ad9467: fix ad9434 vref maskTomas Melin1-1/+1
2026-01-30iio: adc: ad7606: Fix incorrect type for error return variableHaotian Zhang1-1/+2
2026-01-30iio: adc: ad7280a: handle spi_setup() errors in probe()Pavel Zhigulin1-1/+3
2026-01-02iio: adc: ti_am335x_adc: Limit step_avg to valid range for gcc complainsPei Xiao1-1/+1
2025-12-12iio: adc: ad4080: fix chip identificationAntoniu Miclaus1-3/+6
2025-10-13iio: adc: ad7124: fix temperature channelDavid Lechner1-4/+8
2025-10-13iio: adc: ad7280a: fix ad7280_store_balance_timer()David Lechner1-1/+1
2025-10-13iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handlingOlivier Moysan1-3/+2
2025-10-13iio: adc: ad7380: fix SPI offload trigger rateDavid Lechner1-0/+8
2025-10-13iio: adc: rtq6056: Correct the sign bit indexChiYuan Huang1-1/+1
2025-10-13iio: adc: ad4030: Fix _scale value for common-mode channelsMarcelo Schmitt1-1/+1
2025-09-23Merge tag 'iio-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman57-955/+4395
2025-09-15iio: adc: Support ROHM BD79112 ADC/GPIOMatti Vaittinen3-0/+567
2025-09-13iio: adc: ad7173: support changing filter typeDavid Lechner1-5/+181
2025-09-13iio: adc: ad7173: rename odr fieldDavid Lechner1-8/+8
2025-09-13iio: adc: ad7173: rename ad7173_chan_spec_ext_infoDavid Lechner1-2/+2
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron5-43/+94
2025-09-13iio: adc: Add driver for Marvell 88PM886 PMIC ADCDuje Mihanović3-0/+407
2025-09-13iio: adc: ad7124: add filter supportDavid Lechner1-32/+230
2025-09-13iio: adc: ad7124: support fractional sampling_frequencyDavid Lechner1-26/+39
2025-09-13iio: adc: ad7124: use guard(mutex) to simplify return pathsDavid Lechner1-23/+12
2025-09-13iio: adc: ad7124: use read_avail() for scale_availableDavid Lechner1-13/+29
2025-09-13iio: adc: ad7124: use clamp()David Lechner1-5/+2
2025-09-13iio: adc: ad7124: fix sample rate for multi-channel useDavid Lechner1-6/+20
2025-09-13iio: adc: add ade9000 supportAntoniu Miclaus3-0/+1819
2025-09-10iio: adc: PAC1934: Use devm_mutex_init()Christophe JAILLET1-10/+1
2025-09-10iio: adc: Add Intel Dollar Cove TI PMIC ADC driverHans de Goede3-0/+340
2025-09-10iio: adc: exynos_adc: Drop platform data supportKrzysztof Kozlowski1-10/+1
2025-09-10iio: adc: exynos_adc: Drop touchscreen supportKrzysztof Kozlowski1-195/+1
2025-09-10iio: adc: exynos_adc: Drop S3C2410 supportKrzysztof Kozlowski1-74/+1
2025-09-10iio: adc: update ad7779 to use IIO backendIoana Risteiu2-1/+108
2025-08-31iio: adc: extract setup function without backendIoana Risteiu1-40/+46
2025-08-31iio: adc: adi-axi-adc: add axi_adc_num_lanes_setIoana Risteiu1-0/+1
2025-08-30iio: adc: ad7124: add clock output supportDavid Lechner1-0/+33
2025-08-30iio: adc: ad7124: add external clock supportDavid Lechner1-7/+76