summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-152-0/+6
|\
| * Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-092-0/+6
| |\
| | * ASoC: stm32: dfsdm: add actual resolution traceOlivier Moysan2020-10-082-0/+6
* | | Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1525-249/+274
|\ \ \
| * | | Merge 5.9-rc8 into staging-nextGreg Kroah-Hartman2020-10-052-3/+3
| |\| |
| * | | iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan2020-09-291-6/+15
| * | | iio: adc: stm32-adc: fix runtime autosuspend delay when slow pollingFabrice Gasnier2020-09-291-1/+8
| * | | iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev2020-09-291-4/+12
| * | | iio: ad7292: Fix of_node refcountingNuno Sá2020-09-291-1/+3
| * | | iio: adc: ad9467: add support for AD9265 high-speed ADCMichael Hennerich2020-09-291-0/+26
| * | | iio: adc: ad9467: add support for AD9434 high-speed ADCMichael Hennerich2020-09-291-0/+33
| * | | iio: adc: ad9467: wrap a axi-adc chip-info into a ad9467_chip_info typeAlexandru Ardelean2020-09-291-33/+29
| * | | iio: adc: stm32-dfsdm: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo2020-09-291-7/+4
| * | | iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo2020-09-291-7/+3
| * | | iio: adc: ad7291: convert to device treeMichael Auchter2020-09-291-14/+21
| * | | Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-2210-37/+57
| |\ \ \
| | * | | iio:adc:ti-adc12138 Fix alignment issue with timestampJonathan Cameron2020-09-211-4/+9
| | * | | iio:adc:ti-adc0832 Fix alignment issue with timestampJonathan Cameron2020-09-211-3/+8
| | * | | iio: adc: exynos_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-09-211-4/+16
| | * | | iio: adc: ad7949: Fix misspelling issueLee Jones2020-09-211-1/+1
| | * | | iio: adc: fsl-imx25-gcq: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-09-211-2/+13
| | * | | iio: adc: meson-saradc: Make the of_device_id array style consistentMartin Blumenstingl2020-09-161-7/+4
| | * | | iio: adc: ad9467: return ENODEV vs EINVAL in ad9467_setup()Alexandru Ardelean2020-09-161-1/+1
| | * | | iio: adc: ad9467: refine mismatch vs unknown chip-id messagesAlexandru Ardelean2020-09-161-1/+2
| | * | | iio: adc: palmas_gpadc: use module_platform_driver to simplify the codeLiu Shixin2020-09-161-12/+1
| | * | | iio: adc: stm32: Fix missing return in booster error pathKrzysztof Kozlowski2020-09-131-1/+1
| | * | | iio: adc: rockchip_saradc: Allow compile-testing with !ARMAlex Dewar2020-09-061-1/+1
| * | | | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-1410-22/+54
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | iio: adc: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-034-70/+34
| * | | iio: adc: rcar-gyroadc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-6/+3
| * | | iio: adc: meson_saradc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-5/+2
| * | | iio: adc: ltc2497: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-7/+3
| * | | iio: adc: exynos_adc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-7/+3
| * | | iio: adc: envelope-detector: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-10/+6
| * | | iio: adc: adi-axi-adc: Use kobj_to_dev() instead of container_of()Tian Tao2020-09-031-1/+1
| * | | iio:adc:axp20x: Convert from OF to generic fw / device propertiesJonathan Cameron2020-09-031-7/+7
| * | | iio:adc:ti-adc081c: Drop ACPI ids that seem very unlikely to be official.Jonathan Cameron2020-09-031-23/+1
| * | | iio:adc:ti-adc108s102: Drop CONFIG_OF and of_match_ptr protectionsJonathan Cameron2020-09-031-3/+2
| * | | iio:adc:ti-adc128s052: drop of_match_ptr protectionJonathan Cameron2020-09-031-1/+2
| * | | iio:adc:bcm_iproc: Drop of_match_ptr protection and switch to mod_devicetable.hJonathan Cameron2020-09-032-3/+3
* | | | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-8/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman2020-09-1410-22/+54
| |\ \ \ | | | |/ | | |/|
| * | | iio: adc: xilinx-xadc: use devm_krealloc()Bartosz Golaszewski2020-09-081-8/+8
| | |/ | |/|
* | | iio: adc: qcom-spmi-adc5: fix driver nameDmitry Baryshkov2020-09-221-1/+1
* | | iio: adc: ad7124: Fix typo in device nameMircea Caprioru2020-09-201-2/+2
| |/ |/|
* | Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-138-20/+52
|\ \
| * | iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci2020-09-011-1/+3
| * | iio: adc: mcp3422: fix locking scopeAngelo Compagnucci2020-08-311-5/+7
| * | iio: adc: meson-saradc: Use the parent device to look up the calib dataMartin Blumenstingl2020-08-311-1/+1
| * | iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron2020-08-311-3/+7