summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()Alexandru Ardelean2021-01-141-5/+1
* | | Merge branch 'ib-iio-thermal-5.11-rc1' into togregJonathan Cameron2021-01-225-359/+148
|\ \ \ | | |/ | |/|
| * | iio: adc: qcom-vadc-common: scale adcmap_100k_104ef_104fbDmitry Baryshkov2021-01-161-36/+34
| * | iio: adc: qcom-vadc-common: simplify qcom_vadc_map_voltage_tempDmitry Baryshkov2021-01-161-20/+1
| * | iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculationDmitry Baryshkov2021-01-161-35/+15
| * | iio: adc: move vadc_map_pt from header to the source fileDmitry Baryshkov2021-01-161-0/+11
| * | iio: adc: qcom-spmi-adc5: use of_device_get_match_dataDmitry Baryshkov2021-01-161-11/+7