summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: max9611: Fix misuse of GENMASK macroJoe Perches2019-08-161-1/+1
* iio: adc: stm32-dfsdm: missing error case during probeFabien Dessenne2019-07-311-2/+6
* iio: adc: stm32-dfsdm: manage the get_irq error caseFabien Dessenne2019-07-311-0/+6
* iio: adc: ti-ads8688: fix timestamp is not updated in bufferSean Nyekjaer2019-06-091-1/+1
* iio: adc: ti-ads7950: Fix improper use of mlockJustin Chen2019-05-311-4/+15
* iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-05-311-5/+11
* iio: adc: stm32-dfsdm: fix unmet direct dependencies detectedFabrice Gasnier2019-05-311-0/+1
* iio: adc: xilinx: prevent touching unclocked h/w on removeSven Van Asbroeck2019-05-161-1/+1
* iio: adc: xilinx: fix potential use-after-free on probeSven Van Asbroeck2019-05-161-0/+1
* iio: adc: xilinx: fix potential use-after-free on removeSven Van Asbroeck2019-05-161-1/+1
* iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger2019-04-271-11/+17
* iio: ad_sigma_delta: select channel when reading registerDragos Bogdan2019-04-271-0/+1
* iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driverLinus Torvalds2019-04-051-7/+3Star
* iio: adc: exynos-adc: Fix NULL pointer exception on unbindKrzysztof Kozlowski2019-03-231-1/+1
* iio: ti-ads8688: Update buffer allocation for timestampsDan Murphy2019-02-151-1/+2
* iio: adc: axp288: Fix TS-pin handlingHans de Goede2019-02-151-16/+60
* iio: adc: meson-saradc: fix internal clock namesMartin Blumenstingl2019-02-121-4/+4
* iio: adc: meson-saradc: check for devm_kasprintf failureNicholas Mc Guire2019-02-121-0/+6
* iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev2018-11-131-1/+3
* iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev2018-11-131-0/+2
* iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()Alexey Khoroshilov2018-11-131-0/+6
* iio: adc: xilinx: Move request_irq before enabling interruptsManish Narani2018-07-291-4/+4
* iio: adc: xilinx: Remove platform_get_irq from xadc_remove functionManish Narani2018-07-292-5/+6
* iio: adc: xilinx: limit pcap clock frequency valueManish Narani2018-07-291-0/+15
* iio: adc: xilinx: Check for return values in clk related functionsManish Narani2018-07-291-2/+9
* iio: ad_sigma_delta: use unsigned long for timeoutNicholas Mc Guire2018-07-281-2/+3
* iio: adc: meson-saradc: add support for the Meson8m2 SoCsMartin Blumenstingl2018-07-231-0/+9
* iio: adc: ti-ads7950: allow simultaneous use of buffer and direct modeDavid Lechner2018-07-231-14/+19
* iio: adc: ti-ads7950: use SPDX-License-IdentifierDavid Lechner2018-07-231-9/+1Star
* iio: adc: at91-sama5d2_adc: fix up casting in at91_adc_read_info_raw()Dan Carpenter2018-07-231-2/+5
* iio: adc: xilinx: Remove dead code from xadc_zynq_setupManish Narani2018-07-231-3/+1Star
* iio: hx711: add delay until DOUT is readyAndreas Klinger2018-07-151-0/+39
* iio: adc: max1363: merge calls to of_match_device and of_device_get_match_dataJulia Lawall2018-07-081-6/+2Star
* iio: adc: ina2xx: avoid kthread_stop() with stale task_structAkinobu Mita2018-07-071-4/+13
* iio: adc: Add Spreadtrum SC27XX PMICs ADC supportFreeman Liu2018-06-303-0/+533
* Merge tag 'iio-for-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-06-262-77/+706
|\
| * iio: adc: at91-sama5d2_adc: add support for oversampling resolutionEugen Hristev2018-06-251-26/+163
| * iio: adc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-241-2/+0Star
| * iio: adc: at91-sama5d2_adc: add support for position and pressure channelsEugen Hristev2018-06-101-58/+551
| * iio: adc: sun4i-gpadc: select REGMAP_IRQArnd Bergmann2018-06-101-0/+1
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-133-8/+12
* | treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-131-2/+2
|/
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-099-108/+279
|\
| * iio: adc: fix spelling mistake: "Freeacale" -> "Freescale"Colin Ian King2018-05-221-1/+1
| * iio: adc: stm32-dfsdm: include stm32-dfsdm-adc.hFabrice Gasnier2018-05-201-2/+2
| * iio: adc: ti-ads8688: add trigger and buffer supportSean Nyekjaer2018-05-121-3/+45
| * iio: adc: stm32-dfsdm: Add support for stm32mp1Fabrice Gasnier2018-05-121-0/+21
| * Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-05-117-102/+210
| |\
| | * iio: adc: stm32-adc: add support for STM32MP1Fabrice Gasnier2018-05-072-22/+91
| | * iio: adc: stm32-dfsdm: add check on spi-max-frequencyFabrice Gasnier2018-04-281-0/+5