linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] iio: proximity: add PulsedLight LIDAR sensor support
@ 2015-08-12  6:01 Matt Ranostay
  2015-08-12  6:01 ` [PATCH 1/2] devicetree: add PulsedLight vendor + device docs Matt Ranostay
  2015-08-12  6:01 ` [PATCH 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
  0 siblings, 2 replies; 19+ messages in thread
From: Matt Ranostay @ 2015-08-12  6:01 UTC (permalink / raw)
  To: jic23; +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 v4:
* moved comment to read command function
* remove un-needed buffer indexing
* renamed device and driver name to pulsedlight-lidar-lite-v2 to resolve
  confusion that v1 will likely not work with this driver

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  | 292 +++++++++++++++++++++
 5 files changed, 307 insertions(+)
 create mode 100644 drivers/iio/proximity/pulsedlight-lidar-lite-v2.c

-- 
1.9.1


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 0/2] iio: proximity: add PulsedLight LIDAR sensor support
@ 2015-08-01  3:58 Matt Ranostay
  2015-08-01  3:58 ` [PATCH 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
  0 siblings, 1 reply; 19+ messages in thread
From: Matt Ranostay @ 2015-08-01  3:58 UTC (permalink / raw)
  To: marex, matt, pantelis.antoniou, jic23
  Cc: linux-iio, devicetree, Matt Ranostay

PulsedLight "blue label" v2 LIDAR sensor can be polled over 100HZ with
the sysfs + hrtimer iio trigger, or using single measurement raw measurment.

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.

Matt Ranostay (2):
  devicetree: add PulsedLight vendor prefix
  iio: proximity: add support for PulsedLight LIDAR

 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/iio/proximity/Kconfig                      |  13 +
 drivers/iio/proximity/Makefile                     |   1 +
 drivers/iio/proximity/lidar.c                      | 309 +++++++++++++++++++++
 4 files changed, 324 insertions(+)
 create mode 100644 drivers/iio/proximity/lidar.c

-- 
1.9.1

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

end of thread, other threads:[~2015-08-18  2:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12  6:01 [PATCH v5 0/2] iio: proximity: add PulsedLight LIDAR sensor support Matt Ranostay
2015-08-12  6:01 ` [PATCH 1/2] devicetree: add PulsedLight vendor + device docs Matt Ranostay
2015-08-12  6:01 ` [PATCH 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
2015-08-16  8:24   ` Jonathan Cameron
2015-08-18  2:33     ` Matt Ranostay
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01  3:58 [PATCH 0/2] iio: proximity: add PulsedLight LIDAR sensor support Matt Ranostay
2015-08-01  3:58 ` [PATCH 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
2015-08-01  8:39   ` Vladimir Barinov
2015-08-01 21:17     ` Jonathan Cameron
2015-08-01 22:22       ` Matt Ranostay
2015-08-02  7:36         ` Vladimir Barinov
2015-08-02 18:18         ` Jonathan Cameron
2015-08-02  9:42   ` Lars-Peter Clausen
2015-08-02 18:23     ` Jonathan Cameron
2015-08-02 18:39       ` Lars-Peter Clausen
2015-08-02 19:52         ` Jonathan Cameron
2015-08-02 21:28     ` Matt Ranostay
2015-08-03  8:00       ` Lars-Peter Clausen
2015-08-03  8:19         ` Matt Ranostay
2015-08-02  9:45   ` Lars-Peter Clausen

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