All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] iio: jsa1212: Add JSA1212 proximity/ALS sensor
@ 2014-09-11  0:09 Kuppuswamy Sathyanarayanan
  2014-09-11  0:09 ` [PATCH v4 1/1] " Kuppuswamy Sathyanarayanan
  0 siblings, 1 reply; 4+ messages in thread
From: Kuppuswamy Sathyanarayanan @ 2014-09-11  0:09 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, srinivas.pandruvada, sathyanarayanan.kuppuswamy

Please let me know your review comments.

PATCH v4 changes:

1. Removed unused register defines
2. Used standard endian conversion function instead of custom one.
3. Replaced register default value constants with appropriate bit value macros.
4. Removed iio user interfaces before powering off the device in remove function.

PATCH v3 changes:

1. Replaced status flags with bool values.
2. Added regmap suppport to avoid adding custom i2c register update routine.
3. Also addressed some minor comments from Jonathan Cameron

PATCH v2 changes:

1. Combined ALS/PXS enable/disable functions into a single routine.
2. Removed extra debug messages.
3. Also addressed review comments from Peter Meerwald

Kuppuswamy Sathyanarayanan (1):
  iio: jsa1212: Add JSA1212 proximity/ALS sensor

 drivers/iio/light/Kconfig   |  10 +
 drivers/iio/light/Makefile  |   1 +
 drivers/iio/light/jsa1212.c | 487 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 498 insertions(+)
 create mode 100644 drivers/iio/light/jsa1212.c

-- 
1.9.1


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

end of thread, other threads:[~2014-09-11 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11  0:09 [PATCH v4 0/1] iio: jsa1212: Add JSA1212 proximity/ALS sensor Kuppuswamy Sathyanarayanan
2014-09-11  0:09 ` [PATCH v4 1/1] " Kuppuswamy Sathyanarayanan
2014-09-11  8:21   ` Daniel Baluta
2014-09-11 19:31     ` sathyanarayanan kuppuswamy

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.