public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Led driver support for LP5521 and LP5523 chips
@ 2010-09-16 10:12 Samu Onkalo
  2010-09-16 10:12 ` [PATCH 1/4] leds: driver for National Semiconductor LP5521 chip Samu Onkalo
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Samu Onkalo @ 2010-09-16 10:12 UTC (permalink / raw)
  To: rpurdie; +Cc: linux-i2c, linux-kernel

Patch set provides support for LP5521 and LP5523 LED driver chips
from National Semicondutor. Both drivers supports programmable engines
and naturally LED class features.

Documentation is provided as a part of the patch set.
I created "leds" sub directory to Documentation.
Perhaps rest of the leds* documentation should be moved
there.

Datasheets are freely available at National Semiconductor www pages.

Tested to work in top of 2.6.36-RC4 kernel.

Samu Onkalo (4):
  leds: driver for National Semiconductor LP5521 chip
  leds: Driver for National Semiconductors LP5523 chip
  leds: Update LP552x support Kconfig and Makefile
  Documentation: led drivers lp5521 and lp5523

 Documentation/leds/leds-lp5521.txt |   85 +++
 Documentation/leds/leds-lp5523.txt |   81 +++
 drivers/leds/Kconfig               |   18 +
 drivers/leds/Makefile              |    2 +
 drivers/leds/leds-lp5521.c         |  820 +++++++++++++++++++++++++++
 drivers/leds/leds-lp5523.c         | 1063 ++++++++++++++++++++++++++++++++++++
 include/linux/leds-lp5521.h        |   46 ++
 include/linux/leds-lp5523.h        |   46 ++
 8 files changed, 2161 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/leds/leds-lp5521.txt
 create mode 100644 Documentation/leds/leds-lp5523.txt
 create mode 100644 drivers/leds/leds-lp5521.c
 create mode 100644 drivers/leds/leds-lp5523.c
 create mode 100644 include/linux/leds-lp5521.h
 create mode 100644 include/linux/leds-lp5523.h


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

end of thread, other threads:[~2010-09-28 19:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 10:12 [PATCH 0/4] Led driver support for LP5521 and LP5523 chips Samu Onkalo
2010-09-16 10:12 ` [PATCH 1/4] leds: driver for National Semiconductor LP5521 chip Samu Onkalo
2010-09-22  0:14   ` Ben Dooks
2010-09-16 10:12 ` [PATCH 2/4] leds: Driver for National Semiconductors LP5523 chip Samu Onkalo
2010-09-27 10:54   ` Matti J. Aaltonen
2010-09-27 11:03     ` Matti J. Aaltonen
2010-09-16 10:12 ` [PATCH 3/4] leds: Update LP552x support Kconfig and Makefile Samu Onkalo
2010-09-16 10:12 ` [PATCH 4/4] Documentation: led drivers lp5521 and lp5523 Samu Onkalo
2010-09-22 18:14   ` matt mooney
2010-09-27  9:21 ` [PATCH 0/4] Led driver support for LP5521 and LP5523 chips samu.p.onkalo
2010-09-28  9:00   ` Linus Walleij
2010-09-28 14:14     ` Alan Cox
2010-09-28 19:59     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox