linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] AS3935 lightning sensor support
@ 2014-02-06  7:00 Matt Ranostay
  2014-02-06  7:00 ` [PATCH 1/2] iio:as3935: Add DT binding docs for AS3935 driver Matt Ranostay
  2014-02-06  7:00 ` [PATCH 2/2] iio: Add AS3935 lightning sensor support Matt Ranostay
  0 siblings, 2 replies; 7+ messages in thread
From: Matt Ranostay @ 2014-02-06  7:00 UTC (permalink / raw)
  To: linux-kernel, linux-iio, devicetree
  Cc: matt.porter, pantelis.antoniou, Matt Ranostay

This series adds support for the AMS AS3935 lightning sensor that allows
reporting back estimated storm distance and strike events.

Matt Ranostay (2):
  iio:as3935: Add DT binding docs for AS3935 driver
  iio: Add AS3935 lightning sensor support

 .../ABI/testing/sysfs-bus-iio-proximity-as3935     |  18 +
 .../devicetree/bindings/iio/proximity/as3935.txt   |  28 ++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/iio/Kconfig                                |   1 +
 drivers/iio/Makefile                               |   1 +
 drivers/iio/proximity/Kconfig                      |  19 +
 drivers/iio/proximity/Makefile                     |   6 +
 drivers/iio/proximity/as3935.c                     | 437 +++++++++++++++++++++
 8 files changed, 511 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-proximity-as3935
 create mode 100644 Documentation/devicetree/bindings/iio/proximity/as3935.txt
 create mode 100644 drivers/iio/proximity/Kconfig
 create mode 100644 drivers/iio/proximity/Makefile
 create mode 100644 drivers/iio/proximity/as3935.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-02-09 23:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06  7:00 [PATCH 0/2] AS3935 lightning sensor support Matt Ranostay
2014-02-06  7:00 ` [PATCH 1/2] iio:as3935: Add DT binding docs for AS3935 driver Matt Ranostay
2014-02-09 21:54   ` Jonathan Cameron
2014-02-09 23:16     ` Matt Ranostay
2014-02-06  7:00 ` [PATCH 2/2] iio: Add AS3935 lightning sensor support Matt Ranostay
2014-02-09 21:48   ` Jonathan Cameron
2014-02-09 23:32     ` 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).