summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | iio: adc: move qcom-vadc-common.h to include dirDmitry Baryshkov2021-01-165-192/+4
| * | iio: adc: qcom-vadc-common: use fixp_linear_interpolateDmitry Baryshkov2021-01-161-4/+4
| * | iio: adc: qcom-vadc: move several adc5 functions to common fileDmitry Baryshkov2021-01-163-71/+82
| |/
* | iio: adc: stm32-dfsdm: Remove redundant null check before clk_disable_unprepareXu Wang2021-01-221-2/+1
* | iio: adc: ad7476: Add LTC2314-14 supportDragos Bogdan2021-01-091-0/+6
* | iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang2021-01-092-27/+16
* | iio: adc: ab8500-gpadc: Support non-hw-conversionLinus Walleij2021-01-091-12/+18
* | iio: sc27xx_adc: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* | iio: adc: xilinx: use more devres helpers and remove remove()Bartosz Golaszewski2021-01-091-78/+55
* | iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()Bartosz Golaszewski2021-01-091-5/+12
* | iio: adc: xilinx: use helper variable for &pdev->devBartosz Golaszewski2021-01-091-6/+7
* | iio: xilinx-xadc: Add basic support for Ultrascale System MonitorLars-Peter Clausen2021-01-094-58/+171
|/
* iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao2020-12-031-1/+1
* iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-3/+10
* iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron2020-12-031-1/+1
* iio:adc:ti-adc084s021 Tidy up endian typesJonathan Cameron2020-12-031-5/+5
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-5/+3
* iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probeAlexandre Belloni2020-12-031-67/+48
* iio: adc: at91_adc: rework trigger definitionAlexandre Belloni2020-12-031-44/+36
* iio: adc: at91_adc: rework resolution selectionAlexandre Belloni2020-12-031-57/+40
* iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni2020-12-031-20/+0
* iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-031-10/+8
* iio: adc: ad7298: check regulator for null in ad7298_get_ref_voltage()Alexandru Ardelean2020-12-031-1/+1
* iio: adc: ad7298: convert probe to device-managed functionsAlexandru Ardelean2020-11-281-31/+15
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-2415-160/+560
|\
| * iio: adc: ad7292: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-2/+0
| * iio: adc: cpcap: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
| * iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-4/+8
| * iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a functionAlexandru Ardelean2020-11-211-42/+36
| * iio: adc: ad7887: convert probe to device-managed functionsAlexandru Ardelean2020-11-141-28/+15
| * iio: adc: stm32-adc: adapt clock duty cycle for proper operationFabrice Gasnier2020-11-141-1/+20
| * iio: adc: mt6360: Add ADC driver for MT6360Gene Chen2020-11-083-0/+384
| * iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan2020-11-081-23/+6
| * iio: adc: ad7768-1: Add channel labels.Cristian Pop2020-11-081-0/+41