aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/adc/imx7d_adc.c
AgeCommit message (Expand)Author
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2019-06-17iio: imx7d_adc: Remove unneeded 'average_en' memberFabio Estevam
2019-06-17iio: imx7d_adc: Fit into a single lineFabio Estevam
2019-06-17iio: imx7d_adc: Introduce a definition for the input clockFabio Estevam
2019-06-17iio: imx7d_adc: Remove unneeded error messageFabio Estevam
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-22iio: imx7d_adc: Use devm_iio_device_register()Andrey Smirnov
2019-04-22iio: imx7d_adc: Simplify imx7d_adc_remove() with imx7d_adc_suspend()Andrey Smirnov
2019-04-22iio: imx7d_adc: Simplify imx7d_adc_probe() with imx7d_adc_resume()Andrey Smirnov
2019-04-14iio: imx7d_adc: Use devm_platform_ioremap_resource()Andrey Smirnov
2019-04-14iio: imx7d_adc: Replace pr_err with dev_errAndrey Smirnov
2019-04-14iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe()Andrey Smirnov
2018-05-22iio: adc: fix spelling mistake: "Freeacale" -> "Freescale"Colin Ian King
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-04-02iio: adc: Remove unnecessary cast on void pointersimran singhal
2015-12-12iio: adc: add IMX7D ADC driver supportHaibo Chen