summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2025-04-22iio: adc: ad4130: use new GPIO line value setter callbacksBartosz Golaszewski1-5/+5
2025-04-22iio: adc: ti-ads7950: use new GPIO line value setter callbacksBartosz Golaszewski1-5/+12
2025-04-22iio: bd79124: Use set_rv and set_multiple_rvMatti Vaittinen1-12/+11
2025-04-22iio: adc: ad7606: add SPI offload supportAngelo Dureghello4-14/+265
2025-04-22iio: adc: ad7380: add ad7389-4David Lechner1-0/+18
2025-04-22iio: adc: ad7380: move internal reference voltage to chip_infoDavid Lechner1-2/+20
2025-04-22iio: adc: ad7380: rename internal_ref_onlyDavid Lechner1-5/+5
2025-04-22iio: adc: ad7124: Make register naming consistentUwe Kleine-König1-89/+83
2025-04-22iio: adc: ad7124: Remove ability to write filter_low_pass_3db_frequencyUwe Kleine-König1-35/+1
2025-04-22iio: adc: ad7124: Fix 3dB filter frequency readingUwe Kleine-König1-2/+2
2025-04-22iio: adc: ad4000: Add support for SPI offloadMarcelo Schmitt2-35/+354
2025-04-22iio: adc: ad7944: drop bits_per_word hackDavid Lechner1-11/+0
2025-04-22iio: adc: rcar: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-5/+4
2025-04-22iio: adc: mxs-lradc: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-8/+6
2025-04-22iio: adc: ti-ads1015: Switch to sparse friendly iio_device_claim/release_dire...Jonathan Cameron1-8/+6
2025-04-22iio: adc: ti-ads1015: Use guard(mutex) and factor out code for INFO_RAWJonathan Cameron1-98/+64
2025-04-22iio: adc: ti-ads1100: Switch to sparse friendly iio_device_claim/release_dire...Jonathan Cameron1-4/+3
2025-04-22iio: adc: ti-ads1100: Use guard(mutex) to allow direct returnsJonathan Cameron1-25/+14
2025-04-22iio: adc: vf610: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-22iio: adc: vf610: Move claim of direct mode to caller of vf610_read_sample and...Jonathan Cameron1-23/+14
2025-04-22iio: adc: ad7606_par: add ad7606c chipsDavid Lechner1-0/+4
2025-04-22iio: adc: ad7606: dynamically allocate channel infoDavid Lechner4-325/+102
2025-04-22iio: adc: ad7606: drop ch param from ad7606_scale_setup_cb_tDavid Lechner2-22/+24
2025-04-22iio: adc: ad7606: don't use address fieldDavid Lechner2-5/+4
2025-04-22iio: adc: ad7606: use kernel identifier name styleDavid Lechner2-9/+9
2025-04-22iio: adc: ad7606: fix kernel-doc commentsDavid Lechner1-46/+46
2025-04-22iio: adc: ad7606: use devm_mutex_init()David Lechner1-1/+5
2025-04-22iio: adc: ad7606: add missing max sample ratesDavid Lechner1-2/+11
2025-04-22iio: adc: ad7606_spi: check error in ad7606B_sw_mode_config()David Lechner1-3/+5
2025-04-22iio: adc: Support ROHM BD79124 ADCMatti Vaittinen3-0/+1160
2025-04-22iio: adc: sun20i-gpadc: Use adc-helpersMatti Vaittinen2-25/+15
2025-04-22iio: adc: rzg2l_adc: Use adc-helpersMatti Vaittinen2-23/+17
2025-04-22iio: adc: add helpers for parsing ADC nodesMatti Vaittinen3-0/+87
2025-04-22iio: adc: meson: add support for the GXLX SoCMartin Blumenstingl1-0/+34
2025-04-22iio: adc: sort TI drivers alphanumericalTobias Sperling1-57/+57
2025-04-21iio: adc: ad7606: fix serial register accessAngelo Dureghello1-1/+1
2025-04-18iio: adc: ad7266: Fix potential timestamp alignment issue.Jonathan Cameron1-1/+1
2025-04-18iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-04-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-04-12iio: adc: qcom-spmi-iadc: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+3
2025-04-07iio: adc: ad4030: explain rearranging raw sample dataDavid Lechner1-0/+6
2025-04-07iio: adc: ad4030: don't store scan_type in stateDavid Lechner1-15/+9
2025-04-07iio: adc: ad4030: move setting mode to update_scan_modeDavid Lechner1-6/+7
2025-04-07iio: adc: ad4030: remove some duplicate codeDavid Lechner1-5/+4
2025-04-07iio: adc: ad4030: check scan_type for errorDavid Lechner1-3/+5
2025-04-07iio: adc: ad7380: fix event threshold shiftDavid Lechner1-6/+19
2025-04-07iio: adc: ad7606: check for NULL before calling sw_mode_config()David Lechner1-3/+8
2025-04-07iio: adc: ad7380: disable offload before using SPI busDavid Lechner1-4/+3
2025-04-07iio: adc: rockchip: Fix clock initialization sequenceSimon Xue1-9/+8
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds55-1310/+8050