devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: proximity: add PulsedLight LIDAR sensor support
@ 2015-08-05  4:41 Matt Ranostay
       [not found] ` <1438749676-28781-1-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Ranostay @ 2015-08-05  4:41 UTC (permalink / raw)
  To: marex-ynQEQJNshbs, jic23-DgEjT+Ai2ygdnm+yROfE0A,
	lars-Qo5EllUWu/uELgA04lAiVw,
	vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8
  Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, 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] 5+ messages in thread

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

Thread overview: 5+ 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
     [not found] ` <1438749676-28781-1-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-05  4:41   ` [PATCH v4 1/2] devicetree: add PulsedLight vendor + device docs Matt Ranostay
2015-08-05  4:41   ` [PATCH v4 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
     [not found]     ` <1438749676-28781-3-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-08 15:05       ` Jonathan Cameron
     [not found]         ` <55C61AA5.10105-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-08-12  4:24           ` Matt Ranostay

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).