MIPS: ath79: add common GPIO buttons device
authorGabor Juhos <juhosg@openwrt.org>
Tue, 4 Jan 2011 20:28:21 +0000 (21:28 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jan 2011 18:30:27 +0000 (19:30 +0100)
commit3f348c5d1aaa0b8b2563f50d2d9a0c64e7d649fb
treecdd531781d22fe64c5c3cce0a56de153bf9cc397
parent858f763c1cc37ecc6ab39dec60bb3a46606dcac4
MIPS: ath79: add common GPIO buttons device

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

The patch also adds support for the buttons 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/1954/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/Kconfig
arch/mips/ath79/Makefile
arch/mips/ath79/dev-gpio-buttons.c [new file with mode: 0644]
arch/mips/ath79/dev-gpio-buttons.h [new file with mode: 0644]
arch/mips/ath79/mach-pb44.c