All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] iio: Using devm_* APIs in some sensor drivers
@ 2014-06-18  6:21 Beomho Seo
  2014-06-18  6:21 ` [PATCH 1/5] iio: adc: exynos_adc: Use devm_* APIs Beomho Seo
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Beomho Seo @ 2014-06-18  6:21 UTC (permalink / raw)
  To: linux-iio, jic23, j.anaszewski, sachin.kamat, ch.naveen, ktsai,
	srinivas.pandruvada, t.figa
  Cc: myungjoo.ham, jh80.chung, cw00.choi, Beomho Seo

This patch use devm_* APIs for some sensor drivers.
Using them make sensor driver simpler.

Beomho Seo (5):
  iio: adc: exynos_adc: Use devm_* APIs
  iio: light: cm32181: Use devm_* APIs
  iio: light: cm36651: Use devm_* APIs
  iio: light: gp2ap020a00f: Use devm_* APIs
  iio: magnetometer: ak8975: Use devm_* APIs

 drivers/iio/adc/exynos_adc.c      |   11 +++------
 drivers/iio/light/cm32181.c       |   11 +--------
 drivers/iio/light/cm36651.c       |   11 ++++-----
 drivers/iio/light/gp2ap020a00f.c  |   10 +++-----
 drivers/iio/magnetometer/ak8975.c |   48 ++++++++-----------------------------
 5 files changed, 21 insertions(+), 70 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-21 11:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18  6:21 [PATCH 0/5] iio: Using devm_* APIs in some sensor drivers Beomho Seo
2014-06-18  6:21 ` [PATCH 1/5] iio: adc: exynos_adc: Use devm_* APIs Beomho Seo
2014-06-18  6:35   ` Sachin Kamat
2014-06-18 14:53     ` Srinivas Pandruvada
2014-06-18 19:50       ` Jonathan Cameron
2014-06-18  6:21 ` [PATCH 2/5] iio: light: cm32181: " Beomho Seo
2014-06-18  8:20   ` Sachin Kamat
2014-06-21 11:44     ` Jonathan Cameron
2014-06-18  6:21 ` [PATCH 3/5] iio: light: cm36651: " Beomho Seo
2014-06-18 14:50   ` Srinivas Pandruvada
2014-06-18  6:21 ` [PATCH 4/5] iio: light: gp2ap020a00f: " Beomho Seo
2014-06-18  8:17   ` Sachin Kamat
2014-06-18 14:51   ` Srinivas Pandruvada
2014-06-18  6:21 ` [PATCH 5/5] iio: magnetometer: ak8975: " Beomho Seo
2014-06-21 11:43   ` 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.