devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] leds: add SN3218 LED driver
@ 2016-01-28 20:41 Stefan Wahren
       [not found] ` <1454013667-25889-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
  2016-01-28 20:41 ` [PATCH RFC 2/3] DT: add binding for " Stefan Wahren
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Wahren @ 2016-01-28 20:41 UTC (permalink / raw)
  To: Richard Purdie, Jacek Anaszewski, Rob Herring, Mark Rutland
  Cc: devicetree, linux-kernel, linux-leds, Stefan Wahren

This patch series implements support for the Si-En SN3218
18 Channel LED Driver through I2C. This implemention only write
data over I2C und get the platform data via DT.

The driver has been tested on a Raspberry Pi B.

Stefan Wahren (3):
  of: Add vendor prefix for Si-En Technology
  DT: add binding for SN3218 LED driver
  leds: add SN3218 LED driver

 .../devicetree/bindings/leds/leds-sn3218.txt       |   41 ++++
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 drivers/leds/Kconfig                               |    8 +
 drivers/leds/Makefile                              |    1 +
 drivers/leds/leds-sn3218.c                         |  254 ++++++++++++++++++++
 5 files changed, 305 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-sn3218.txt
 create mode 100644 drivers/leds/leds-sn3218.c

-- 
1.7.9.5

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

end of thread, other threads:[~2016-01-29 12:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 20:41 [PATCH RFC 0/3] leds: add SN3218 LED driver Stefan Wahren
     [not found] ` <1454013667-25889-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2016-01-28 20:41   ` [PATCH RFC 1/3] of: Add vendor prefix for Si-En Technology Stefan Wahren
     [not found]     ` <1454013667-25889-2-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2016-01-29  3:27       ` Rob Herring
2016-01-28 20:41   ` [PATCH RFC 3/3] leds: add SN3218 LED driver Stefan Wahren
2016-01-29 12:54     ` Jacek Anaszewski
2016-01-28 20:41 ` [PATCH RFC 2/3] DT: add binding for " Stefan Wahren
2016-01-29  3:26   ` Rob Herring

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