public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: driver for Semtech SX9500
@ 2014-11-17 15:12 Vlad Dogaru
  2014-11-17 15:12 ` [PATCH 1/2] iio: rename proximity sensors in kernel config Vlad Dogaru
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vlad Dogaru @ 2014-11-17 15:12 UTC (permalink / raw)
  To: linux-iio, jic23, mranostay; +Cc: Vlad Dogaru

Add a driver for Semtech's SX9500 proximity sensor, but first change the
Kconfig prompt from 'Lightning sensors' to 'Proximity sensors'.

The device does not estimate distance, it only outputs a single bit which
indicates proximity.  We use 0 to mean that an object is close and 1 otherwise,
sort of an uncalibrated distance.  From what I understand in the ABI
specification, this is allowed.

Vlad Dogaru (2):
  iio: rename proximity sensors in kernel config
  iio: driver for Semtech SX9500 proximity solution

 drivers/iio/proximity/Kconfig  |  12 +-
 drivers/iio/proximity/Makefile |   1 +
 drivers/iio/proximity/sx9500.c | 752 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 764 insertions(+), 1 deletion(-)
 create mode 100644 drivers/iio/proximity/sx9500.c

-- 
1.9.1

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

end of thread, other threads:[~2014-11-22 10:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 15:12 [PATCH 0/2] iio: driver for Semtech SX9500 Vlad Dogaru
2014-11-17 15:12 ` [PATCH 1/2] iio: rename proximity sensors in kernel config Vlad Dogaru
2014-11-22 10:39   ` Jonathan Cameron
2014-11-17 15:12 ` [PATCH 2/2] iio: driver for Semtech SX9500 proximity solution Vlad Dogaru
2014-11-17 15:25 ` [PATCH 0/2] iio: driver for Semtech SX9500 Peter Meerwald
2014-11-18 22:02   ` Jonathan Cameron
2014-11-18 22:12     ` Jonathan Cameron
2014-11-19  8:31       ` Peter Meerwald
2014-11-19 13:57       ` Vlad Dogaru
2014-11-20 10:07         ` Vlad Dogaru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox