summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-11-081-90/+130
|\
| * iio: adc: ti_am335x_adc: Add the am437x compatibleMiquel Raynal2021-10-211-0/+1
| * iio: adc: ti_am335x_adc: Add the scale informationMiquel Raynal2021-10-211-0/+18
| * iio: adc: ti_am335x_adc: Add a unit to the timeout delayMiquel Raynal2021-10-211-2/+2
| * iio: adc: ti_am335x_adc: Gather the checks on the delaysMiquel Raynal2021-10-211-20/+30
| * iio: adc: ti_am335x_adc: Get rid of useless gotosMiquel Raynal2021-10-211-4/+3
| * iio: adc: ti_am335x_adc: Fix styleMiquel Raynal2021-10-211-52/+52
| * iio: adc: ti_am335x_adc: Replace license text with SPDX tagMiquel Raynal2021-10-211-9/+1
| * iio: adc: ti_am335x_adc: Wait the idle state to avoid stallsMiquel Raynal2021-10-211-2/+22
| * mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal2021-10-211-3/+3
| * mfd: ti_am335x_tscadc: Clarify the maximum values for DT entriesMiquel Raynal2021-10-211-9/+9
| * mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevantMiquel Raynal2021-10-201-1/+1
* | Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-10-2415-195/+495
|\ \
| * | iio: adc: adc128s052: Simplify adc128_probe()Christophe JAILLET2021-10-211-23/+10
| * | iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan2021-10-201-29/+41
| * | iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan2021-10-201-6/+68
| * | iio: adc: stm32-adc: add support of internal channelsOlivier Moysan2021-10-203-3/+146
| * | iio: adc: stm32-adc: add support of generic channels bindingOlivier Moysan2021-10-201-9/+86
| * | iio: adc: stm32-adc: split channel init into several routinesOlivier Moysan2021-10-201-44/+87
| * | iio: xilinx-xadc: Remove `irq` field from state structLars-Peter Clausen2021-10-202-4/+2
| * | iio: adc: ti-ads7950: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-2/+2
| * | iio: adc: rockchip_saradc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-15/+12
| * | iio: adc: qcom-pm8xxx-xoadc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-5/+4
| * | iio: adc: meson_saradc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-22/+17
| * | iio: adc: max1241: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-9/+8
| * | iio: adc: max1118: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-4/+3
| * | iio: adc: lpc18xx_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-8/+6
| * | iio: adc: imx7d_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-12/+6
| * | iio: adc: ab8500-gpadc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-13/+9
| * | iio: adc: lpc18xx_adc: Convert probe to device managed versionAndré Gustavo Nakagomi Lopez2021-10-201-30/+31
* | | Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-241-1/+1
|\ \ \ | |/ / |/| |
| * | iio: adc: tsc2046: fix scan interval warningOleksij Rempel2021-10-171-1/+1
* | | Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-1923-798/+1977
|\ \ \ | |/ / |/| |
| * | iio: imx8qxp-adc: mark PM functions as __maybe_unusedArnd Bergmann2021-10-191-2/+2
| * | iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean2021-10-191-2/+2
| * | iio: adc: ad799x: Implement selecting external reference voltage input on AD7...Florian Boor2021-10-191-17/+51
| * | iio: adc: max1027: fix error code in max1027_wait_eoc()Dan Carpenter2021-10-191-1/+1
| * | iio: adc: ti-adc108s102: Fix alignment of buffer pushed to iio buffers.Jonathan Cameron2021-10-191-5/+6
| * | iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"Colin Ian King2021-10-191-1/+1
| * | iio: adc: ad7291: convert probe to device-managed onlyAlexandru Ardelean2021-10-191-48/+22
| * | iio: adc: Kconfig: add COMPILE_TEST dep for berlin2-adcAlexandru Ardelean2021-10-191-1/+1
| * | iio: adc: berlin2-adc: convert probe to device-managed onlyAlexandru Ardelean2021-10-191-23/+11
| * | iio: adc: rn5t618-adc: use devm_iio_map_array_register() functionAlexandru Ardelean2021-10-191-12/+1
| * | iio: adc: max1363: convert probe to full device-managedAlexandru Ardelean2021-10-191-52/+30
| * | iio: adc: nau7802: convert probe to full device-managedAlexandru Ardelean2021-10-191-41/+9
| * | iio: adc: da9150-gpadc: convert probe to full-device managedAlexandru Ardelean2021-10-191-25/+2
| * | iio: adc: lp8788_adc: convert probe to full-device managedAlexandru Ardelean2021-10-191-26/+5
| * | iio: adc: axp288_adc: convert probe to full device-managedAlexandru Ardelean2021-10-191-24/+4
| * | iio: adc: intel_mrfld_adc: convert probe to full device-managedAlexandru Ardelean2021-10-191-22/+2
| * | iio: adc: fsl-imx25-gcq: initialize regulators as neededAlexandru Ardelean2021-10-191-29/+26