]> git.karo-electronics.de Git - mv-sheeva.git/commit
MIPS: ath79: add GPIOLIB support
authorGabor Juhos <juhosg@openwrt.org>
Tue, 4 Jan 2011 20:28:15 +0000 (21:28 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jan 2011 18:30:25 +0000 (19:30 +0100)
commit6eae43c57ee92de91f6cc7c391cea97c43295da0
tree5ac5521d28527e6218faea0f31cc888df65dbc9f
parentd4a67d9dc8a5a80c4ec1814791af8c0252c158b8
MIPS: ath79: add GPIOLIB support

This patch implements generic GPIO routines for the built-in
GPIO controllers of the Atheros AR71XX/AR724X/AR913X SoCs.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
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/1948/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/ath79/Makefile
arch/mips/ath79/common.h
arch/mips/ath79/gpio.c [new file with mode: 0644]
arch/mips/ath79/setup.c
arch/mips/include/asm/mach-ath79/ar71xx_regs.h
arch/mips/include/asm/mach-ath79/gpio.h [new file with mode: 0644]