[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190414183504.23286-1-andrew.smirnov@gmail.com>
Date: Sun, 14 Apr 2019 11:34:58 -0700
From: Andrey Smirnov <andrew.smirnov@...il.com>
To: linux-iio@...r.kernel.org
Cc: Andrey Smirnov <andrew.smirnov@...il.com>,
Jonathan Cameron <jic23@...nel.org>,
Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Chris Healy <cphealy@...il.com>, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/6] i.MX7D ADC improvements
Everyone:
This series is a number of small improvements I made to i.MX7D ADC
driver. Hopefully each patch is self-explanatory.
Feedback is welcome!
Thanks,
Andrey Smirnov
Changes [v1]:
- Renamed imx7d_adc_resume() to imx7d_adc_enable()
- Renamed imx7d_adc_suspend() to imx7d_adc_disable()
- Reordered the series to have "iio: imx7d_adc: Use
devm_iio_device_register()" as the last patch to avoid
concurrency problems during removal
[v1] lore.kernel.org/lkml/20190403070325.1077-1-andrew.smirnov@...il.com
Andrey Smirnov (6):
iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe()
iio: imx7d_adc: Replace pr_err with dev_err
iio: imx7d_adc: Use devm_platform_ioremap_resource()
iio: imx7d_adc: Simplify imx7d_adc_probe() with imx7d_adc_resume()
iio: imx7d_adc: Simplify imx7d_adc_remove() with imx7d_adc_suspend()
iio: imx7d_adc: Use devm_iio_device_register()
drivers/iio/adc/imx7d_adc.c | 175 +++++++++++++++---------------------
1 file changed, 74 insertions(+), 101 deletions(-)
--
2.20.1
Powered by blists - more mailing lists