Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1321040

[PATCH RFC 0/3] leds: add SN3218 LED driver

From Stefan Wahren <stefan.wahren@i2se.com>
Newsgroups linux.kernel
Subject [PATCH RFC 0/3] leds: add SN3218 LED driver
Date 2016-01-28 21:50 +0100
Message-ID <qW1FT-qH-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH RFC 0/3] leds: add SN3218 LED driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-01-28 21:50 +0100
  [PATCH RFC 2/3] DT: add binding for SN3218 LED driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-01-28 21:50 +0100
    Re: [PATCH RFC 2/3] DT: add binding for SN3218 LED driver Rob Herring <robh@kernel.org> - 2016-01-29 04:30 +0100

csiph-web