All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: proximity: add PulsedLight LIDAR sensor support
@ 2015-08-03  4:27 ` Matt Ranostay
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Ranostay @ 2015-08-03  4:27 UTC (permalink / raw)
  To: marex, jic23, lars, vladimir.barinov; +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 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.

Changesfrom v1:
* Add check for invalid signal return
* Removed un-nedded IIO_CHAN_INFO_CALIBBIAS software biasing
* Mark i2c buffer cacheline aligned
* Added IIO_CHAN_INFO_SCALE for centimeter scale
* Minor tab alignment changes

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                      |  12 +
 drivers/iio/proximity/Makefile                     |   1 +
 drivers/iio/proximity/lidar.c                      | 284 +++++++++++++++++++++
 4 files changed, 298 insertions(+)
 create mode 100644 drivers/iio/proximity/lidar.c

-- 
1.9.1


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

end of thread, other threads:[~2015-08-05  7:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03  4:27 [PATCH v2 0/2] iio: proximity: add PulsedLight LIDAR sensor support Matt Ranostay
2015-08-03  4:27 ` Matt Ranostay
2015-08-03  4:27 ` [PATCH v2 1/2] devicetree: add PulsedLight vendor prefix Matt Ranostay
2015-08-03  4:27   ` Matt Ranostay
2015-08-03  4:27 ` [PATCH v2 2/2] iio: proximity: add support for PulsedLight LIDAR Matt Ranostay
2015-08-03  4:27   ` Matt Ranostay
2015-08-03  6:48   ` Peter Meerwald
2015-08-03  8:21     ` Matt Ranostay
2015-08-04 20:35       ` Tristan Lelong
2015-08-05  1:45         ` Matt Ranostay
2015-08-05  7:13           ` Tristan Lelong

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.