All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] staging: iio: light: use regmap in isl29018 for register access
@ 2012-04-20  7:27 Laxman Dewangan
  2012-04-20  7:27 ` [PATCH V4 1/2] staging: iio: light: convert multiple spaces to tab Laxman Dewangan
  2012-04-20  7:27 ` [PATCH V4 2/2] staging: iio: light: isl29018: use regmap for register access Laxman Dewangan
  0 siblings, 2 replies; 6+ messages in thread
From: Laxman Dewangan @ 2012-04-20  7:27 UTC (permalink / raw)
  To: jic23, gregkh, max, jbrenner, bfreed, lars, grundler
  Cc: linux-iio, devel, linux-kernel, Laxman Dewangan


This is patch series for using regmap framework for accessing device register.
THe first patch is for using tab for ndenting and second patch is for 
using regmap apis for register accesses.

Changes from V2: 
 Taken care of Lars's review comment.

Changes from V3:
Taken care of Lars's and Grant's comment about COMMAND1 register access.
-Use regmap_write() for ADD_COMMAND1 and keeping this as volatile.


Laxman Dewangan (2):
  staging: iio: light: convert multiple spaces to tab
  staging: iio: light: isl29018: use regmap for register access

 drivers/staging/iio/light/Kconfig    |   19 ++--
 drivers/staging/iio/light/isl29018.c |  178 +++++++++++++++++-----------------
 2 files changed, 100 insertions(+), 97 deletions(-)


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

end of thread, other threads:[~2012-04-20 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20  7:27 [PATCH V4 0/2] staging: iio: light: use regmap in isl29018 for register access Laxman Dewangan
2012-04-20  7:27 ` [PATCH V4 1/2] staging: iio: light: convert multiple spaces to tab Laxman Dewangan
2012-04-20 11:22   ` Lars-Peter Clausen
2012-04-20 15:52     ` Greg KH
2012-04-20  7:27 ` [PATCH V4 2/2] staging: iio: light: isl29018: use regmap for register access Laxman Dewangan
2012-04-20 15:04   ` Grant Grundler

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.