summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2019-10-22iio: adc: hx711: optimize performance in read cycleAndreas Klinger1-17/+5
2019-10-22iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier2-13/+19
2019-10-22iio: adc: twl4030: Use false / true instead of 0 / 1 with booleansJonathan Cameron1-9/+9
2019-10-18iio: adc: xilinx-xadc: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-10-18iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.Jonathan Cameron1-1/+1
2019-10-18iio: adc: meson_saradc: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-10-18iio: adc: exynos: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-10-18iio: adc: exynos: Drop a stray semicolonJonathan Cameron1-1/+1
2019-10-18iio: adc: stmpe-adc: Cleanup endian type of local variableJonathan Cameron1-1/+1
2019-10-18iio: adc: mcp320x: Tidy up endian types in type cast.Jonathan Cameron1-1/+1
2019-10-18iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron1-2/+2
2019-10-18Merge branch 'ib-ab8500-5.4-rc1' into HEADJonathan Cameron3-0/+1229
2019-10-18iio: adc: New driver for the AB8500 GPADCLinus Walleij3-0/+1229
2019-10-15iio: adc: intel_mrfld_adc: Add Basin Cove ADC driverVincent Pelletier3-0/+274
2019-10-15iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal2-3/+39
2019-10-15iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal1-42/+32
2019-10-15iio: adc: max1027: Reset the device at probe timeMiquel Raynal1-0/+8
2019-10-15iio: adc: max1027: Make it optional to use interruptsMiquel Raynal1-27/+32
2019-10-15iio: adc: max1027: Add debugfs register read supportMiquel Raynal1-2/+5
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman7-151/+221
2019-10-13Merge tag 'iio-for-5.5a-take3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman4-65/+136
2019-10-13iio: adc: sc27xx: Use devm_hwspin_lock_request_specific() to simplify codeBaolin Wang1-15/+1
2019-10-10Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman7-151/+221
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-09iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-136/+136
2019-10-09iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-09-21iio: ad7949: fix incorrect SPI xfer lenAndrea Merello1-3/+3
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-236/+663
2019-09-15iio: ad7949: kill pointless "readback"-handling codeAndrea Merello1-24/+3
2019-09-08IIO: Ingenic JZ47xx: Add support for JZ4770 SoC ADC.Artur Rojek1-22/+127
2019-09-08iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel1-5/+5
2019-09-08iio: adc: ad_sigma_delta: Export ad_sd_calibrateMircea Caprioru1-1/+2
2019-09-03Merge tag 'iio-for-5.4b-take3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman5-88/+157
2019-09-03hwmon: Remove ads1015 driverGuenter Roeck1-1/+1
2019-08-25iio: adc: ad7606: Add support for AD7606B ADCStefan Popa3-3/+123
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2019-08-18iio: adc: sc27xx: Change to polling mode to read dataFreeman Liu1-54/+27
2019-08-18iio: adc: max1027: Use device-managed APIsChuhong Yuan1-31/+7
2019-08-12Merge tag 'iio-for-5.4a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman24-153/+511
2019-08-11iio: hi8435: Drop hi8435_remove() by using devres for remaining elementsAndrey Smirnov1-21/+11
2019-08-11iio: hi8435: Use gpiod_set_value_cansleep()Andrey Smirnov1-1/+1
2019-08-05iio: adc: max9611: Fix temperature reading in probeJacopo Mondi1-1/+1
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd20-56/+17
2019-07-28iio: adc: ad7606: Add debug mode for ad7616Beniamin Bia1-1/+32
2019-07-28iio: adc: ad7606: Add support for software mode for ad7616Beniamin Bia3-9/+213
2019-07-28iio: adc: ad7606: Allow reconfigration after resetBeniamin Bia1-0/+4
2019-07-28iio: adc: ad7606: Move spi dependent features to spi fileBeniamin Bia2-27/+5
2019-07-28iio: adc: ad7606: Move common channel definition to headerBeniamin Bia2-23/+23