]> git.baikalelectronics.ru Git - kernel.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)
commitb17a374fadd5f661d315d9520153929393442c89
tree5ac5521d28527e6218faea0f31cc888df65dbc9f
parent7e895c44f405415dd0d6b5a1366c5cd74abc39d4
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]