summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing2021-05-221-0/+1
* iio: adc: ad7923: Fix undersized rx buffer.Jonathan Cameron2021-05-221-1/+3
* iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_t...Jonathan Cameron2021-05-221-2/+6
* iio: adc: ad7192: handle regulator voltage error firstAlexandru Ardelean2021-05-131-7/+4
* iio: adc: ad7192: Avoid disabling a clock that was never enabled.Jonathan Cameron2021-05-131-2/+6
* iio: adc: ad7124: Fix potential overflow due to non sequential channel numbersJonathan Cameron2021-05-131-0/+7
* iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.Jonathan Cameron2021-05-131-16/+13
* Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-04-261-2/+8
|\
* | iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbolAlexandru Ardelean2021-04-071-1/+1
* | iio:adc: Fix trivial typoJonathan Cameron2021-04-071-1/+1
* | iio:adc:ad7476: Fix remove handlingJonathan Cameron2021-04-071-14/+4
* | iio:adc:ad_sigma_delta: Use IRQF_NO_AUTOEN rather than request and disableJonathan Cameron2021-04-071-5/+2
* | iio:adc:sun4i-gpadc: Use new IRQF_NO_AUTOEN flag instead of request then disableJonathan Cameron2021-04-071-2/+2
* | iio:adc:nau7802: Use IRQF_NO_AUTOEN instead of request then disableJonathan Cameron2021-04-071-3/+3
* | iio:adc:exynos-adc: Use new IRQF_NO_AUTOEN flag rather than separate irq_disa...Jonathan Cameron2021-04-071-2/+2
* | iio:adc:ad7766: Use new IRQF_NO_AUTOEN to reduce boilerplateJonathan Cameron2021-04-071-8/+7
* | iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debugMugilraj Dhavachelvan2021-04-071-5/+5
* | iio:adc: Drop false comment about lack of timestamp controlJonathan Cameron2021-04-074-24/+0
* | iio: adc: ad7923: register device with devm_iio_device_registerLucas Stankus2021-03-291-13/+1
* | iio: adc: ad7923: use device-managed function for triggered bufferLucas Stankus2021-03-291-12/+3
* | iio: adc: ad7923: use devm_add_action_or_reset for regulator disableLucas Stankus2021-03-291-6/+12
* | Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-03-2622-224/+1361
|\ \
| * | iio: adc: ad7292: Modify the bool initialization assignmentGuoqing Chi2021-03-251-1/+1
| * | iio: adc: adi-axi-adc: Drop false marking for kernel-docJonathan Cameron2021-03-251-1/+1
| * | iio: adc: cpcap-adc: kernel-doc fix - that should be _ in structure nameJonathan Cameron2021-03-251-1/+1
| * | iio: adc: ti-adc084s021: kernel-doc fixes, missing function namesJonathan Cameron2021-03-251-2/+2
| * | iio: xilinx-xadc: Remove code to set trigger parentGwendal Grignou2021-03-251-1/+0
| * | iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-254-4/+0
| * | iio: set default trig->dev.parentGwendal Grignou2021-03-252-5/+4
| * | iio: adc: ad7124: allow more than 8 channelsAlexandru Tachici2021-03-251-158/+301
| * | iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-251-1/+1
| * | iio: adc: npcm_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-2/+13
| * | iio: adc: palmas_gpadc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-3/+13
| * | iio: adc: spear_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-4/+16
| * | iio: adc: mt6360: Include right headerLinus Walleij2021-03-111-1/+2
| * | iio: use getter/setter functionsJulia Lawall2021-03-111-1/+1
| * | iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean2021-03-111-10/+2
| * | iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-112-21/+11
| * | iio: adc: Add driver for Texas Instruments ADS131E0x ADC familyTomislav Denis2021-03-113-0/+961
| * | iio: adc: stm32-adc: enable timestamping for non-DMA usageAhmad Fatoum2021-03-111-8/+31
| * | iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron2021-03-111-0/+1
| |/
* | Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-03-154-3/+6
|\ \ | |/ |/|
| * iio: adc: ab8500-gpadc: Fix off by 10 to 3Linus Walleij2021-02-211-1/+1
| * iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron2021-02-211-0/+1
| * iio: adc: adi-axi-adc: add proper Kconfig dependenciesAlexandru Ardelean2021-02-141-0/+2
| * iio: adc: ad7949: fix wrong ADC result due to incorrect bit maskWilfried Wessner2021-02-121-1/+1
| * iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux2021-01-161-1/+1
* | Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-221-0/+50
|\ \
| * | thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov2021-02-151-0/+50
* | | Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman2021-01-251-5/+1
|\ \ \ | | |/ | |/|