summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/sun4i-gpadc-iio.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: sun4i-gpadc-iio: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-5/+3
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-231-1/+0
* thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
* iio/drivers/sun4i_gpadc: Switch to new of thermal APIDaniel Lezcano2022-08-171-8/+6
* iio:adc:sun4i-gpadc: Use new IRQF_NO_AUTOEN flag instead of request then disableJonathan Cameron2021-04-071-2/+2
* 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: sun4i-gpadc-iio: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* iio: adc: sun4i-gpadc-iio convert to SPDX license tagsYangtao Li2019-05-181-4/+1
* iio: adc: sun4i-gpadc: use of_device_get_match_dataCorentin Labbe2017-10-211-4/+2
* iio: adc: sun4i-gpadc-iio: do not fail probing when no thermal DT nodeQuentin Schulz2017-10-091-1/+5
* iio: adc: sun4i-gpadc-iio: register in the thermal after registering in pmQuentin Schulz2017-10-091-19/+15
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: sun4i-gpadc-iio: fix unbalanced irq enable/disableQuentin Schulz2017-07-041-2/+1
* iio: adc: sun4i-gpadc-iio: fix parent device being used in devm functionQuentin Schulz2017-05-211-14/+22
* iio: adc: sun4i-gpadc-iio: Fix module autoload when OF devices are registeredEduardo Molinas2017-05-071-0/+1
* iio: adc: sun4i-gpadc-iio: Fix module autoload when PLATFORM devices are regi...Eduardo Molinas2017-05-071-0/+1
* iio: adc: sun4i-gpadc-iio: add support for A33 thermal sensorQuentin Schulz2017-04-081-3/+97
* iio: adc: sun4i-gpadc-iio: move code used in MFD probing to new functionQuentin Schulz2017-04-081-33/+45
* iio: adc: Remove unnecessary cast on void pointersimran singhal2017-04-021-1/+1
* iio: adc: add support for Allwinner SoCs ADCQuentin Schulz2017-03-081-0/+613