linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] iio: proximity: add PulsedLight LIDAR sensor support
@ 2015-08-18 14:40 Matt Ranostay
  2015-08-18 14:40 ` [PATCH v6 1/2] devicetree: add PulsedLight vendor + device docs Matt Ranostay
  2015-08-18 14:40 ` [PATCH v6 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Ranostay @ 2015-08-18 14:40 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Matt Ranostay

This patchset adds support for this range finding LIDAR module, and reports
distance back in meters to centimeter resolution with +/- 2.5 CM of accuracy
at ~40 meters.

Changes from v5:
* Use indio_dev->mlock mutex to be sure of buffer enabled state
  and removed data->lock
* Changed CONFIG_LIDAR to CONFIG_LIDAR_LITE_V2
* Changed lidar to lidar-lite-v2 in i2c module lookup table 

Matt Ranostay (2):
  devicetree: add PulsedLight vendor + device docs
  iio: proximity: add support for PulsedLight LIDAR

 .../devicetree/bindings/i2c/trivial-devices.txt    |   1 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/iio/proximity/Kconfig                      |  12 +
 drivers/iio/proximity/Makefile                     |   1 +
 drivers/iio/proximity/pulsedlight-lidar-lite-v2.c  | 288 +++++++++++++++++++++
 5 files changed, 303 insertions(+)
 create mode 100644 drivers/iio/proximity/pulsedlight-lidar-lite-v2.c

-- 
1.9.1


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

end of thread, other threads:[~2015-08-31 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 14:40 [PATCH v6 0/2] iio: proximity: add PulsedLight LIDAR sensor support Matt Ranostay
2015-08-18 14:40 ` [PATCH v6 1/2] devicetree: add PulsedLight vendor + device docs Matt Ranostay
2015-08-31 15:48   ` Jonathan Cameron
2015-08-18 14:40 ` [PATCH v6 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
2015-08-31 15:49   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).