leds: add LED driver for Big Network series LEDs
authorSimon Guinot <sguinot@lacie.com>
Thu, 7 Oct 2010 14:38:49 +0000 (16:38 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 7 Oct 2010 18:02:12 +0000 (14:02 -0400)
commit2446783250fc12ba9bc39771e04988692742ed90
treee4db7f8444d2726e7df8d30784e8f4e3fc32f0f4
parente5971bbc1caf0ccbab3fea74fe37abb649d1c7cf
leds: add LED driver for Big Network series LEDs

This patch add a LED class driver for LEDs found on the LaCie 2Big and
5Big Network v2 boards. The LEDs are wired to a CPLD and are controlled
through a GPIO extension bus.

Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
arch/arm/mach-kirkwood/include/mach/leds-netxbig.h [new file with mode: 0644]
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-netxbig.c [new file with mode: 0644]