aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/imx7d_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-2/+3
2022-06-14iio: adc: imx7d_adc: explicitly add proper header filesNuno Sá1-0/+1
2021-11-17iio: imx7d_adc: Don't pass IIO device to imx7d_adc_{enable,disable}()Lars-Peter Clausen1-3/+2
2021-10-20iio: adc: imx7d_adc: Make use of the helper function dev_err_probe()Cai Huoqing1-12/+6
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-17/+7
2019-06-17iio: imx7d_adc: Remove unneeded 'average_en' memberFabio Estevam1-6/+2
2019-06-17iio: imx7d_adc: Fit into a single lineFabio Estevam1-3/+1
2019-06-17iio: imx7d_adc: Introduce a definition for the input clockFabio Estevam1-3/+2
2019-06-17iio: imx7d_adc: Remove unneeded error messageFabio Estevam1-5/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-22iio: imx7d_adc: Use devm_iio_device_register()Andrey Smirnov1-12/+1
2019-04-22iio: imx7d_adc: Simplify imx7d_adc_remove() with imx7d_adc_suspend()Andrey Smirnov1-22/+24
2019-04-22iio: imx7d_adc: Simplify imx7d_adc_probe() with imx7d_adc_resume()Andrey Smirnov1-52/+36
2019-04-14iio: imx7d_adc: Use devm_platform_ioremap_resource()Andrey Smirnov1-3/+1
2019-04-14iio: imx7d_adc: Replace pr_err with dev_errAndrey Smirnov1-2/+3
2019-04-14iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe()Andrey Smirnov1-19/+18
2018-05-22iio: adc: fix spelling mistake: "Freeacale" -> "Freescale"Colin Ian King1-1/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-04-02iio: adc: Remove unnecessary cast on void pointersimran singhal1-1/+1
2015-12-12iio: adc: add IMX7D ADC driver supportHaibo Chen1-0/+609