[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170110152653.GA29245@andreas>
Date: Tue, 10 Jan 2017 16:26:53 +0100
From: Andreas Klinger <ak@...klinger.de>
To: jic23@...nel.org, knaack.h@....de, lars@...afoo.de,
pmeerw@...erw.net, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org, ktsai@...ellamicro.com,
wsa@...-dreams.de, robh+dt@...nel.org, pawel.moll@....com,
mark.rutland@....com, ijc+devicetree@...lion.org.uk,
galak@...eaurora.org, trivial@...nel.org, mranostay@...il.com,
linux-i2c@...r.kernel.org, devicetree@...r.kernel.org
Cc: ak@...klinger.de
Subject: [PATCH 0/2] iio: distance: srf08: add IIO driver for us ranger
This patch series adds IIO driver support for srf08 ultrasonic ranger
devices.
The first patch add a trivial device tree binding for the device together
with a new vendor devantech.
The second patch is the IIO driver which in turn is using I2C to talk to
the device.
Documentation about the sensor can be found here:
http://www.robot-electronics.co.uk/htm/srf08tech.html
Andreas Klinger (2):
iio: distance: srf08: add trivial DT binding
iio: distance: srf08: add IIO driver for srf08
.../devicetree/bindings/i2c/trivial-devices.txt | 1 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/iio/proximity/Kconfig | 15 +
drivers/iio/proximity/Makefile | 1 +
drivers/iio/proximity/srf08.c | 345 +++++++++++++++++++++
5 files changed, 363 insertions(+)
create mode 100644 drivers/iio/proximity/srf08.c
--
2.1.4
Powered by blists - more mailing lists