summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7124: Fix DT channel configurationAlexandru Tachici2020-01-131-7/+5
* Merge tag 'iio-fixes-for-5.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-12-096-15/+42
|\
| * iio: adc: max9611: Fix too short conversion time delayGeert Uytterhoeven2019-12-081-6/+10
| * iio: ad7949: fix channels mixupsAndrea Merello2019-12-081-5/+17
| * iio: adc: max1027: fix not unregistered iio triggerChuhong Yuan2019-12-081-1/+7
| * iio: adc: intel_mrfld_adc: Allocating too much data in probe()Dan Carpenter2019-12-081-1/+1
| * iio: adc: ad7124: Enable internal referenceMircea Caprioru2019-12-081-1/+6
| * iio: adc: ad7606: fix reading unnecessary data from deviceBeniamin Bia2019-12-081-1/+1
* | Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-2730-227/+963
|\|
| * Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-11-1315-37/+398
| |\
| | * iio: adc: Add driver support for AD7292Marcelo Schmitt2019-11-103-0/+361
| | * iio: adc: stm32: allow to tune analog clockFabrice Gasnier2019-11-091-3/+13
| | * iio: adc: vf610: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: spear_adc: Use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: rcar-gyroadc: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: npcm: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: lpc18xx: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: ingenic: Use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: cc10001: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: bcm_iproc_adc: drop a stray semicolonJonathan Cameron2019-11-091-1/+1
| | * iio: adc: mt6577_auxdac: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: adc: aspeed: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
| | * iio: dln2-adc: fix iio_triggered_buffer_postenable() positionAlexandru Ardelean2019-11-021-6/+14
| * | Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2019-11-111-2/+2
| |\ \ | | |/ | |/|
| * | iio: adc: hx711: optimize performance in read cycleAndreas Klinger2019-10-221-17/+5
| * | iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier2019-10-222-13/+19
| * | iio: adc: twl4030: Use false / true instead of 0 / 1 with booleansJonathan Cameron2019-10-221-9/+9
| * | iio: adc: xilinx-xadc: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
| * | iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.Jonathan Cameron2019-10-181-1/+1
| * | iio: adc: meson_saradc: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
| * | iio: adc: exynos: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
| * | iio: adc: exynos: Drop a stray semicolonJonathan Cameron2019-10-181-1/+1
| * | iio: adc: stmpe-adc: Cleanup endian type of local variableJonathan Cameron2019-10-181-1/+1
| * | iio: adc: mcp320x: Tidy up endian types in type cast.Jonathan Cameron2019-10-181-1/+1
| * | iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron2019-10-181-2/+2
| * | Merge branch 'ib-ab8500-5.4-rc1' into HEADJonathan Cameron2019-10-183-0/+1229
| |\ \
| * | | iio: adc: intel_mrfld_adc: Add Basin Cove ADC driverVincent Pelletier2019-10-153-0/+274
| * | | iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal2019-10-152-3/+39
| * | | iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal2019-10-151-42/+32
| * | | iio: adc: max1027: Reset the device at probe timeMiquel Raynal2019-10-151-0/+8
| * | | iio: adc: max1027: Make it optional to use interruptsMiquel Raynal2019-10-151-27/+32
| * | | iio: adc: max1027: Add debugfs register read supportMiquel Raynal2019-10-151-2/+5
| * | | Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-147-151/+221
| |\ \ \
| * \ \ \ Merge tag 'iio-for-5.5a-take3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-134-65/+136
| |\ \ \ \
| | * | | | iio: adc: sc27xx: Use devm_hwspin_lock_request_specific() to simplify codeBaolin Wang2019-10-131-15/+1
| | * | | | iio: ad7949: fix incorrect SPI xfer lenAndrea Merello2019-09-211-3/+3
| | * | | | iio: ad7949: kill pointless "readback"-handling codeAndrea Merello2019-09-151-24/+3
| | * | | | IIO: Ingenic JZ47xx: Add support for JZ4770 SoC ADC.Artur Rojek2019-09-081-22/+127
| | * | | | iio: adc: ad_sigma_delta: Export ad_sd_calibrateMircea Caprioru2019-09-081-1/+2
* | | | | | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-271-0/+1
|\ \ \ \ \ \