summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/rcar-gyroadc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()Jonathan Cameron2024-03-251-15/+6
* iio: adc: rcar-gyroadc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* iio: adc: rcar-gyroadc: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-111-1/+1
* iio:adc:rcar: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-4/+2
* iio:adc:rcar: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-2/+1
* iio: adc: rcar-gyroadc: Use pm_runtime_resume_and_get() and check in probe()Jonathan Cameron2021-05-171-8/+7
* iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan2020-09-291-6/+15
* iio: adc: rcar-gyroadc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-6/+3
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: rcar-gyroadc: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
* iio: adc: gyroadc: fix uninitialized return codeArnd Bergmann2019-07-271-2/+2
* iio: adc: rcar-gyroadc: Remove devm_iio_device_alloc() error printingGeert Uytterhoeven2019-05-051-3/+1
* iio: adc: rcar-gyroadc: convert to SPDX identifiersKuninori Morimoto2018-11-161-10/+1
* iio: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-021-6/+6
* iio: adc: rcar-gyroadc: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-091-3/+2
* iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bitGeert Uytterhoeven2017-10-091-1/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: rcar-gyroadc: Derive interface clock speed from fck clockMarek Vasut2017-04-271-8/+8
* iio: adc: handle unknow of_device_id dataArnd Bergmann2017-02-051-1/+3
* iio: adc: Add Renesas GyroADC driverMarek Vasut2017-01-281-0/+631