aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/rcar-gyroadc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: adc: rcar-gyroadc: Use pm_runtime_resume_and_get() and check in probe()Jonathan Cameron1-8/+7
2020-09-29iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan1-6/+15
2020-09-03iio: adc: rcar-gyroadc: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-11-09iio: adc: rcar-gyroadc: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-07-27iio: adc: gyroadc: fix uninitialized return codeArnd Bergmann1-2/+2
2019-05-05iio: adc: rcar-gyroadc: Remove devm_iio_device_alloc() error printingGeert Uytterhoeven1-3/+1
2018-11-16iio: adc: rcar-gyroadc: convert to SPDX identifiersKuninori Morimoto1-10/+1
2018-09-02iio: Convert to using %pOFn instead of device_node.nameRob Herring1-6/+6
2017-10-09iio: adc: rcar-gyroadc: Use of_device_get_match_data() helperGeert Uytterhoeven1-3/+2
2017-10-09iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bitGeert Uytterhoeven1-1/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-04-27iio: adc: rcar-gyroadc: Derive interface clock speed from fck clockMarek Vasut1-8/+8
2017-02-05iio: adc: handle unknow of_device_id dataArnd Bergmann1-1/+3
2017-01-28iio: adc: Add Renesas GyroADC driverMarek Vasut1-0/+631