MIPS: ath79: add common GPIO LEDs device
authorGabor Juhos <juhosg@openwrt.org>
Tue, 4 Jan 2011 20:28:18 +0000 (21:28 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jan 2011 18:30:26 +0000 (19:30 +0100)
commitd8fec1fc80cd8639449e2b5012688f5be109eeaf
tree57882250166f98d561b126bf664f5abaef3a0a22
parent0cde72284c9c7d4b348ece9e1fe136f787185cd7
MIPS: ath79: add common GPIO LEDs device

Almost all boards have one or more LEDs connected to GPIO lines. This
patch adds common code to register a platform_device for them.

The patch also adds support for the LEDs on the PB44 board.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
Cc: Cliff Holden <Cliff.Holden@Atheros.com>
Cc: Kathy Giori <Kathy.Giori@Atheros.com>
Patchwork: https://patchwork.linux-mips.org/patch/1953/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/Kconfig
arch/mips/ath79/Makefile
arch/mips/ath79/dev-leds-gpio.c [new file with mode: 0644]
arch/mips/ath79/dev-leds-gpio.h [new file with mode: 0644]
arch/mips/ath79/mach-pb44.c