All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: proximity: add PulsedLight LIDAR sensor support
@ 2015-08-05  4:41 ` Matt Ranostay
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Ranostay @ 2015-08-05  4:41 UTC (permalink / raw)
  To: marex, jic23, lars, vladimir.barinov; +Cc: linux-iio, devicetree, 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 v3:
* removed rogue stray newline
* made buffer parameter 16 bytes to fit alignment

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/lidar.c                      | 294 +++++++++++++++++++++
 5 files changed, 309 insertions(+)
 create mode 100644 drivers/iio/proximity/lidar.c

-- 
1.9.1


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

end of thread, other threads:[~2015-08-12  4:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05  4:41 [PATCH v4 0/2] iio: proximity: add PulsedLight LIDAR sensor support Matt Ranostay
2015-08-05  4:41 ` Matt Ranostay
2015-08-05  4:41 ` [PATCH v4 1/2] devicetree: add PulsedLight vendor + device docs Matt Ranostay
2015-08-05  4:41   ` Matt Ranostay
2015-08-05  4:41 ` [PATCH v4 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
2015-08-05  4:41   ` Matt Ranostay
2015-08-08 15:05   ` Jonathan Cameron
2015-08-08 15:05     ` Jonathan Cameron
2015-08-12  4:24     ` Matt Ranostay
2015-08-12  4:24       ` Matt Ranostay

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.