From: Samu Onkalo on
LP5521 and LP5523 are LED driver chips from National Semiconductor.
Chips have many similarities but also quite many differences.
It is clearer to have separate driver for both of the chip types.
LP5521 is a 3 channel chip with 3 programmable micro engines.
LP5523 is a 9 channel chip with 3 programmable micro engines

Documentation contains short instructions about the driver and also
examples of the platform data and engine control.

Samu Onkalo (2):
leds: driver for LP5521 and LP5523 chips from National Semiconductor
Documentation: Short documentation for LP5521 and LP553 LED chips

Documentation/leds-lp5521.txt | 77 ++++
Documentation/leds-lp5523.txt | 73 +++
drivers/leds/Kconfig | 16 +
drivers/leds/Makefile | 2 +
drivers/leds/leds-lp5521.c | 774 +++++++++++++++++++++++++++++++
drivers/leds/leds-lp5523.c | 1005 +++++++++++++++++++++++++++++++++++++++++
include/linux/leds-lp5521.h | 23 +
include/linux/leds-lp5523.h | 23 +
8 files changed, 1993 insertions(+), 0 deletions(-)
create mode 100644 Documentation/leds-lp5521.txt
create mode 100644 Documentation/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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/