summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron2020-08-311-4/+7
| * | iio:adc:ti-adc084s021 Fix alignment and data leak issues.Jonathan Cameron2020-08-311-3/+7
| * | iio:adc:ti-adc081c Fix alignment and data leak issuesJonathan Cameron2020-08-311-3/+8
| * | iio: adc: rockchip_saradc: select IIO_TRIGGERED_BUFFERMichael Walle2020-08-221-0/+2
| * | iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not setMaxim Kochetkov2020-08-221-0/+10
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* Merge branch 'ib-5.8-jz47xx-ts' into HEADJonathan Cameron2020-07-222-40/+352
|\
| * IIO: Ingenic JZ47xx: Add touchscreen mode.Artur Rojek2020-07-202-2/+249
| * iio/adc: ingenic: Retrieve channels list from soc data structPaul Cercueil2020-07-201-34/+65
| * IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idxArtur Rojek2020-07-201-0/+16
| * IIO: Ingenic JZ47xx: Error check clk_enable calls.Artur Rojek2020-07-201-6/+24
* | iio: adc: ad7124: move chip ID & name on the chip_info tableAlexandru Ardelean2020-07-221-14/+59
* | iio: adc: ad7192: move ad7192_of_match table closer to the end of the fileAlexandru Ardelean2020-07-201-9/+9
* | iio: adc: rockchip_saradc: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-1/+1