summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/rcar-gyroadc.c
Commit message (Expand)AuthorAgeFilesLines
* 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