Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427409
| From | Florian Vaussard <florian.vaussard@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] leds: Add driver for NCP5623 3-channel I2C LED driver |
| Date | 2016-06-21 09:40 +0200 |
| Message-ID | <rMoif-2I5-59@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, This series add a new driver for On Semiconductor NCP5623, a 3-channel I2C LED driver. It is used in our design to drive a RGB LED. The first patch introduces the device tree binding, while the second patch adds the driver itself. Best regards, Florian Florian Vaussard (2): leds: ncp5623: Add device tree binding documentation leds: Add driver for NCP5623 3-channel I2C LED driver .../devicetree/bindings/leds/leds-ncp5623.txt | 44 ++++ drivers/leds/Kconfig | 11 + drivers/leds/Makefile | 1 + drivers/leds/leds-ncp5623.c | 265 +++++++++++++++++++++ 4 files changed, 321 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-ncp5623.txt create mode 100644 drivers/leds/leds-ncp5623.c -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] leds: Add driver for NCP5623 3-channel I2C LED driver Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-21 09:40 +0200
[PATCH 2/2] leds: Add driver for NCP5623 3-channel I2C LED driver Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-21 09:40 +0200
Re: [PATCH 2/2] leds: Add driver for NCP5623 3-channel I2C LED driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-06-21 17:50 +0200
Re: [PATCH 2/2] leds: Add driver for NCP5623 3-channel I2C LED driver Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-06-22 08:10 +0200
Re: [PATCH 2/2] leds: Add driver for NCP5623 3-channel I2C LED driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-06-22 09:30 +0200
csiph-web