summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown
2020-10-08ASoC: stm32: dfsdm: add actual resolution traceOlivier Moysan
2020-10-05Merge 5.9-rc8 into staging-nextGreg Kroah-Hartman
2020-09-29iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan
2020-09-29iio: adc: stm32-adc: fix runtime autosuspend delay when slow pollingFabrice Gasnier
2020-09-29iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev
2020-09-29iio: ad7292: Fix of_node refcountingNuno Sá
2020-09-29iio: adc: ad9467: add support for AD9265 high-speed ADCMichael Hennerich
2020-09-29iio: adc: ad9467: add support for AD9434 high-speed ADCMichael Hennerich
2020-09-29iio: adc: ad9467: wrap a axi-adc chip-info into a ad9467_chip_info typeAlexandru Ardelean
2020-09-29iio: adc: stm32-dfsdm: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo
2020-09-29iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo
2020-09-29iio: adc: ad7291: convert to device treeMichael Auchter
2020-09-22iio: adc: qcom-spmi-adc5: fix driver nameDmitry Baryshkov
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2020-09-21iio:adc:ti-adc12138 Fix alignment issue with timestampJonathan Cameron
2020-09-21iio:adc:ti-adc0832 Fix alignment issue with timestampJonathan Cameron
2020-09-21iio: adc: exynos_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean
2020-09-21iio: adc: ad7949: Fix misspelling issueLee Jones
2020-09-21iio: adc: fsl-imx25-gcq: Replace indio_dev->mlock with own device lockSergiu Cuciurean
2020-09-20iio: adc: ad7124: Fix typo in device nameMircea Caprioru
2020-09-16iio: adc: meson-saradc: Make the of_device_id array style consistentMartin Blumenstingl
2020-09-16iio: adc: ad9467: return ENODEV vs EINVAL in ad9467_setup()Alexandru Ardelean
2020-09-16iio: adc: ad9467: refine mismatch vs unknown chip-id messagesAlexandru Ardelean
2020-09-16iio: adc: palmas_gpadc: use module_platform_driver to simplify the codeLiu Shixin
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-13iio: adc: stm32: Fix missing return in booster error pathKrzysztof Kozlowski
2020-09-08iio: adc: xilinx-xadc: use devm_krealloc()Bartosz Golaszewski
2020-09-06iio: adc: rockchip_saradc: Allow compile-testing with !ARMAlex Dewar
2020-09-03iio: adc: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: adc: rcar-gyroadc: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: adc: meson_saradc: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: adc: ltc2497: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: adc: exynos_adc: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: adc: envelope-detector: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: adc: adi-axi-adc: Use kobj_to_dev() instead of container_of()Tian Tao
2020-09-03iio:adc:axp20x: Convert from OF to generic fw / device propertiesJonathan Cameron
2020-09-03iio:adc:ti-adc081c: Drop ACPI ids that seem very unlikely to be official.Jonathan Cameron
2020-09-03iio:adc:ti-adc108s102: Drop CONFIG_OF and of_match_ptr protectionsJonathan Cameron
2020-09-03iio:adc:ti-adc128s052: drop of_match_ptr protectionJonathan Cameron
2020-09-03iio:adc:bcm_iproc: Drop of_match_ptr protection and switch to mod_devicetable.hJonathan Cameron
2020-09-01iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci
2020-08-31iio: adc: mcp3422: fix locking scopeAngelo Compagnucci
2020-08-31iio: adc: meson-saradc: Use the parent device to look up the calib dataMartin Blumenstingl
2020-08-31iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron