summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
10 daysiio: adc: rzg2l_adc: Set driver data before enabling runtime PMClaudiu Beznea1-2/+2
10 daysiio: adc: rzg2l: Cleanup suspend/resume pathClaudiu Beznea1-21/+8
10 daysiio: adc: ad7380: fix missing max_conversion_rate_hz on adaq4381-4David Lechner1-0/+1
10 daysiio: adc: bd79124: Add GPIOLIB dependencyMatti Vaittinen1-1/+1
2025-08-11iio: adc: ad7124: fix channel lookup in syscalib functionsDavid Lechner1-7/+7
2025-08-11iio: adc: ad7173: prevent scan if too many setups requestedDavid Lechner1-12/+75
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski5-6/+6
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+1
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds39-502/+5814
2025-07-16iio: adc: ad_sigma_delta: Select IIO_BUFFER_DMAENGINE and SPI_OFFLOADNathan Chancellor1-0/+2
2025-07-16iio: adc: ad7173: fix setting ODR in probeDavid Lechner1-1/+2
2025-07-16iio: adc: ad7173: fix calibration channelDavid Lechner1-3/+2
2025-07-16iio: adc: ad7173: fix num_slotsDavid Lechner1-10/+26
2025-07-16iio: adc: ad7173: fix channels index for syscalib_modeDavid Lechner1-3/+3
2025-07-16iio: adc: ad_sigma_delta: change to buffer predisableDavid Lechner1-2/+2
2025-07-14iio: adc: ad4170-4: Add support for weigh scale, thermocouple, and RTD sensMarcelo Schmitt1-1/+499
2025-07-14iio: adc: ad4170-4: Add support for internal temperature sensorMarcelo Schmitt1-0/+62
2025-07-14iio: adc: ad4170-4: Add GPIO controller supportMarcelo Schmitt2-1/+224
2025-07-14iio: adc: ad4170-4: Add clock provider supportMarcelo Schmitt2-1/+147
2025-07-14iio: adc: ad4170-4: Add timestamp channelMarcelo Schmitt1-2/+17
2025-07-14iio: adc: ad4170-4: Add support for buffered data captureMarcelo Schmitt2-1/+217
2025-07-14iio: adc: ad4170-4: Add digital filter and sample frequency config supportMarcelo Schmitt1-2/+261
2025-07-14iio: adc: ad4170-4: Add support for calibration biasMarcelo Schmitt1-0/+19
2025-07-14iio: adc: ad4170-4: Add support for calibration gainMarcelo Schmitt1-0/+20
2025-07-14iio: adc: Add basic support for AD4170-4Ana-Maria Cusco3-0/+1586
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6373 PMIC AUXADCAngeloGioacchino Del Regno1-0/+50
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6363 PMIC AUXADCAngeloGioacchino Del Regno1-16/+252
2025-07-13iio: adc: mt6359: Move reference voltage to platform dataAngeloGioacchino Del Regno1-2/+6
2025-07-13iio: adc: mt6359: Add ready register index and mask to channel dataAngeloGioacchino Del Regno1-53/+65
2025-07-13iio: adc: ad4000: don't use shift_right()David Lechner1-1/+1
2025-07-13iio: adc: ad_sigma_delta: add SPI offload supportDavid Lechner1-47/+118
2025-07-13iio: adc: ad_sigma_delta: use spi_optimize_message()David Lechner1-38/+34
2025-07-13iio: adc: ad_sigma_delta: refactor setting read addressDavid Lechner1-6/+10
2025-07-13iio: adc: ad_sigma_delta: audit included headersDavid Lechner1-2/+9
2025-07-13iio: adc: ad_sigma_delta: use BITS_TO_BYTES() macroDavid Lechner1-7/+8
2025-07-13iio: adc: ad_sigma_delta: use sizeof() in ALIGN()David Lechner1-1/+2
2025-07-13iio: adc: ad_sigma_delta: use u8 instead of uint8_tDavid Lechner1-8/+9
2025-07-13iio: adc: ad_sigma_delta: sort includesDavid Lechner1-9/+7
2025-07-13iio: adc: ad_sigma_delta: don't overallocate scan bufferDavid Lechner1-1/+1
2025-07-13iio: adc: ad7768-1: add low pass -3dB cutoff attributeJonathan Santos1-1/+17
2025-07-13iio: adc: ad7124: Use separate structures rather than array for chip infoDavid Lechner1-22/+14
2025-07-06iio: adc: stm32-adc: make stm32_adc_trig_info constDavid Lechner1-3/+3
2025-07-06iio: adc: qcom-vadc: make scale_adc5_fn constDavid Lechner1-1/+1
2025-07-06iio: adc: mp2629_adc: make mp2629_channels constDavid Lechner1-1/+1
2025-07-06iio: adc: axp20x_adc: make axp717_maps constDavid Lechner1-1/+1
2025-07-06iio: adc: at91_adc: make at91_adc_caps constDavid Lechner1-5/+5
2025-07-06iio: adc: ad7091r8: make ad7091r_init_info constDavid Lechner1-3/+3
2025-07-06iio: adc: ad7091r5: make ad7091r5_init_info constDavid Lechner1-1/+1
2025-07-06iio: adc: ad7380: remove unused oversampling_ratio getterDavid Lechner1-5/+0
2025-07-06iio: adc: ad4851: add spi 3-wire supportAntoniu Miclaus1-4/+6