linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] iio: add driver for ping))) and laserping sensors
@ 2019-11-07 12:59 Andreas Klinger
  0 siblings, 0 replies; only message in thread
From: Andreas Klinger @ 2019-11-07 12:59 UTC (permalink / raw)
  To: robh+dt, jic23, mark.rutland
  Cc: mripard, shawnguo, heiko, icenowy, laurent.pinchart, knaack.h,
	lars, pmeerw, gregkh, christophe.jaillet, tglx, mchehab+samsung,
	davem, paulmck, devicetree, linux-iio, linux-kernel

This patchset adds support for parallax PING))) and LaserPING sensors as
iio driver. The driver is derived from srf04 but the device is using only
one GPIO for both triggering and the echo.

Andreas Klinger (5):
  dt-bindings: add vendor prefix parallax
  dt-bindings: add parallax ping sensors
  iio: ping: add parallax ping sensors
  iio: add ping sensors to kernel configuration
  MAINTAINERS: add maintainer for ping iio sensors

 .../bindings/iio/proximity/parallax-ping.yaml      |  51 ++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   7 +
 drivers/iio/proximity/Kconfig                      |  15 +
 drivers/iio/proximity/Makefile                     |   1 +
 drivers/iio/proximity/ping.c                       | 336 +++++++++++++++++++++
 6 files changed, 412 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml
 create mode 100644 drivers/iio/proximity/ping.c

-- 
2.11.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-07 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 12:59 [PATCH 0/5] iio: add driver for ping))) and laserping sensors Andreas Klinger

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