summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad4130: only set GPIO_CTRL if pin is unusedCosmin Tanislav2024-02-231-3/+7
* iio: adc: ad4130: zero-initialize clock init dataCosmin Tanislav2024-02-231-1/+1
* iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2024-01-312-0/+9
* iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt2024-01-313-24/+166
* iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt2024-01-311-0/+6
* iio: adc: ad9467: fix scale settingNuno Sa2024-01-252-59/+62
* iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa2024-01-251-1/+6
* iio: adc: ad9467: don't ignore error codesNuno Sa2024-01-251-10/+17
* iio: adc: ad9467: fix reset gpio handlingNuno Sa2024-01-251-13/+18
* iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt2024-01-251-3/+3
* iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov2024-01-011-1/+3
* iio: adc: imx93: add four channels for imx93 adcHaibo Chen2024-01-011-0/+4
* iio: adc: meson: add separate config for axg SoC familyGeorge Stark2024-01-011-1/+15
* iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()Zhang Shurong2023-11-281-2/+7
* iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski2023-10-141-10/+14
* iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScaleRobert Hancock2023-10-132-3/+16
* iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholdsRobert Hancock2023-10-131-22/+0
* iio: adc: ad7192: Correct reference voltageAlisa-Dariana Roman2023-10-051-4/+25
* iio: adc: imx8qxp: Fix address for command buffer registersPhilipp Rossak2023-10-051-2/+2
* Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-133-22/+26
|\
| * iio: adc: meson: fix core clock enable/disable momentGeorge Stark2023-07-221-11/+12
| * iio: adc: ina2xx: avoid NULL pointer dereference on OF device matchAlvin Šipraga2023-07-151-3/+6
| * iio: adc: ad7192: Fix ac excitation featureAlisa Roman2023-07-151-8/+8
* | iio: adc: men_z188_adc: Remove redundant initialization owner in men_z188_driverLi Zetao2023-08-051-1/+0
* | iio: adc: fix the return value handle for platform_get_irq()Ruan Jinjie2023-07-294-8/+8
* | iio: adc: Remove redundant dev_err_probe()Ruan Jinjie2023-07-294-10/+6
* | iio: adc: Explicitly include correct DT includesRob Herring2023-07-2318-17/+14
* | iio: adc: meson: init voltage control bitsGeorge Stark2023-07-221-0/+48
* | iio: adc: meson: init internal continuous ring counterGeorge Stark2023-07-221-0/+9
* | iio: adc: meson: init channels 0,1 input muxesGeorge Stark2023-07-221-0/+16
* | iio: adc: meson: support reading from channel 7 mux inputsGeorge Stark2023-07-201-2/+75
* | iio: adc: meson: add channel labelsGeorge Stark2023-07-201-0/+12
* | iio: adc: meson: add enum for iio channel numbersGeorge Stark2023-07-201-17/+29
* | iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upperGeorge Stark2023-07-201-13/+13
* | iio: adc: meson: move enums declaration before variables declarationGeorge Stark2023-07-201-22/+22
* | iio: adc: meson: remove unused timestamp channelGeorge Stark2023-07-201-2/+0
* | iio: adc: ti-lmp92064: add buffering supportLeonard Göhrs2023-07-201-0/+53
* | iio: adc: stm32-adc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-201-2/+1
* | iio: adc: qcom-spmi-adc5: Add ADC5_GPIO2_100K_PUKonrad Dybcio2023-07-201-0/+2
* | iio: adc: ad7192: Use sysfs_emit_atAlisa Roman2023-07-201-3/+2
* | iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADCMaksim Kiselev2023-07-203-0/+287
* | iio: adc: Kconfig change description for Allwinner GPADCMaksim Kiselev2023-07-201-1/+1
* | iio: adi: ad7192: Add error check and more debug logMarkus Burri2023-07-151-3/+5
* | iio: adc: ad7192: Simplify using devm_clk_get_optional_enabled()Christophe JAILLET2023-07-151-15/+1
|/
* Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-032-16/+10
|\
| * Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman2023-06-058-52/+113
| |\
| * | iio: adc: Use devm_krealloc_arrayJames Clark2023-05-302-16/+10
* | | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-0324-123/+204
|\ \ \
| * \ \ Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-1522-118/+199
| |\ \ \
| | * | | iio: adc: rockchip_saradc: Use dev_err_probeShreeya Patel2023-06-041-25/+20