summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2019-11-09iio: adc: cc10001: use devm_platform_ioremap_resourceJonathan Cameron
2019-11-09iio: adc: bcm_iproc_adc: drop a stray semicolonJonathan Cameron
2019-11-09iio: adc: mt6577_auxdac: use devm_platform_ioremap_resourceJonathan Cameron
2019-11-09iio: adc: aspeed: use devm_platform_ioremap_resourceJonathan Cameron
2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn
2019-11-02iio: dln2-adc: fix iio_triggered_buffer_postenable() positionAlexandru Ardelean
2019-10-27iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier
2019-10-22iio: adc: hx711: optimize performance in read cycleAndreas Klinger
2019-10-22iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier
2019-10-22iio: adc: twl4030: Use false / true instead of 0 / 1 with booleansJonathan Cameron
2019-10-18iio: adc: xilinx-xadc: use devm_platform_ioremap_resourceJonathan Cameron
2019-10-18iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.Jonathan Cameron
2019-10-18iio: adc: meson_saradc: use devm_platform_ioremap_resourceJonathan Cameron
2019-10-18iio: adc: exynos: use devm_platform_ioremap_resourceJonathan Cameron
2019-10-18iio: adc: exynos: Drop a stray semicolonJonathan Cameron
2019-10-18iio: adc: stmpe-adc: Cleanup endian type of local variableJonathan Cameron
2019-10-18iio: adc: mcp320x: Tidy up endian types in type cast.Jonathan Cameron
2019-10-18iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron
2019-10-18Merge branch 'ib-ab8500-5.4-rc1' into HEADJonathan Cameron
2019-10-18iio: adc: New driver for the AB8500 GPADCLinus Walleij
2019-10-15iio: adc: intel_mrfld_adc: Add Basin Cove ADC driverVincent Pelletier
2019-10-15iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal
2019-10-15iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal
2019-10-15iio: adc: max1027: Reset the device at probe timeMiquel Raynal
2019-10-15iio: adc: max1027: Make it optional to use interruptsMiquel Raynal
2019-10-15iio: adc: max1027: Add debugfs register read supportMiquel Raynal
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman
2019-10-13Merge tag 'iio-for-5.5a-take3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2019-10-13iio: adc: sc27xx: Use devm_hwspin_lock_request_specific() to simplify codeBaolin Wang
2019-10-10Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede
2019-10-09iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier
2019-10-09iio: adc: hx711: fix bug in sampling of dataAndreas Klinger
2019-09-21iio: ad7949: fix incorrect SPI xfer lenAndrea Merello
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-15iio: ad7949: kill pointless "readback"-handling codeAndrea Merello
2019-09-08IIO: Ingenic JZ47xx: Add support for JZ4770 SoC ADC.Artur Rojek
2019-09-08iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel
2019-09-08iio: adc: ad_sigma_delta: Export ad_sd_calibrateMircea Caprioru
2019-09-03Merge tag 'iio-for-5.4b-take3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2019-09-03hwmon: Remove ads1015 driverGuenter Roeck
2019-08-25iio: adc: ad7606: Add support for AD7606B ADCStefan Popa
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman
2019-08-18iio: adc: sc27xx: Change to polling mode to read dataFreeman Liu
2019-08-18iio: adc: max1027: Use device-managed APIsChuhong Yuan
2019-08-12Merge tag 'iio-for-5.4a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2019-08-11iio: hi8435: Drop hi8435_remove() by using devres for remaining elementsAndrey Smirnov
2019-08-11iio: hi8435: Use gpiod_set_value_cansleep()Andrey Smirnov