summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/imx7d_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: imx7d_adc: do not use internal iio_dev lockNuno Sá2022-11-231-5/+9
* iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-2/+3
* iio: adc: imx7d_adc: explicitly add proper header filesNuno Sá2022-06-141-0/+1
* iio: imx7d_adc: Don't pass IIO device to imx7d_adc_{enable,disable}()Lars-Peter Clausen2021-11-171-3/+2
* iio: adc: imx7d_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-12/+6
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* 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