All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] i.MX7D ADC improvements
@ 2019-04-03  7:03 Andrey Smirnov
  2019-04-03  7:03 ` [PATCH 1/6] iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe() Andrey Smirnov
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Andrey Smirnov @ 2019-04-03  7:03 UTC (permalink / raw)
  To: linux-iio
  Cc: Andrey Smirnov, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Chris Healy,
	linux-kernel

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

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_iio_device_register()
  iio: imx7d_adc: Use devm_platform_ioremap_resource()
  iio: imx7d_adc: Use imx7d_adc_resume() in imx7d_adc_probe()
  iio: imx7d_adc: Drop imx7d_adc_remove()

 drivers/iio/adc/imx7d_adc.c | 175 +++++++++++++++---------------------
 1 file changed, 73 insertions(+), 102 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-04-14  1:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03  7:03 [PATCH 0/6] i.MX7D ADC improvements Andrey Smirnov
2019-04-03  7:03 ` [PATCH 1/6] iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe() Andrey Smirnov
2019-04-07 11:02   ` Jonathan Cameron
2019-04-03  7:03 ` [PATCH 2/6] iio: imx7d_adc: Replace pr_err with dev_err Andrey Smirnov
2019-04-07 11:03   ` Jonathan Cameron
2019-04-03  7:03 ` [PATCH 3/6] iio: imx7d_adc: Use devm_iio_device_register() Andrey Smirnov
2019-04-07 11:07   ` Jonathan Cameron
2019-04-14  1:04     ` Andrey Smirnov
2019-04-03  7:03 ` [PATCH 4/6] iio: imx7d_adc: Use devm_platform_ioremap_resource() Andrey Smirnov
2019-04-07 11:09   ` Jonathan Cameron
2019-04-03  7:03 ` [PATCH 5/6] iio: imx7d_adc: Use imx7d_adc_resume() in imx7d_adc_probe() Andrey Smirnov
2019-04-07 11:15   ` Jonathan Cameron
2019-04-14  1:05     ` Andrey Smirnov
2019-04-03  7:03 ` [PATCH 6/6] iio: imx7d_adc: Drop imx7d_adc_remove() Andrey Smirnov
2019-04-07 11:16   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.