summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/imx7d_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-011-17/+7
|\
| * iio: imx7d_adc: Remove unneeded 'average_en' memberFabio Estevam2019-06-171-6/+2
| * iio: imx7d_adc: Fit into a single lineFabio Estevam2019-06-171-3/+1
| * iio: imx7d_adc: Introduce a definition for the input clockFabio Estevam2019-06-171-3/+2
| * iio: imx7d_adc: Remove unneeded error messageFabio Estevam2019-06-171-5/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* iio: imx7d_adc: Use devm_iio_device_register()Andrey Smirnov2019-04-221-12/+1
* iio: imx7d_adc: Simplify imx7d_adc_remove() with imx7d_adc_suspend()Andrey Smirnov2019-04-221-22/+24
* iio: imx7d_adc: Simplify imx7d_adc_probe() with imx7d_adc_resume()Andrey Smirnov2019-04-221-52/+36
* iio: imx7d_adc: Use devm_platform_ioremap_resource()Andrey Smirnov2019-04-141-3/+1
* iio: imx7d_adc: Replace pr_err with dev_errAndrey Smirnov2019-04-141-2/+3
* iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe()Andrey Smirnov2019-04-141-19/+18
* iio: adc: fix spelling mistake: "Freeacale" -> "Freescale"Colin Ian King2018-05-221-1/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: Remove unnecessary cast on void pointersimran singhal2017-04-021-1/+1
* iio: adc: add IMX7D ADC driver supportHaibo Chen2015-12-121-0/+609