]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
MIPS: PMC MSP71XX gpio drivers
authorPatrick Glass <patrickglass@gmail.com>
Mon, 18 Aug 2008 21:41:30 +0000 (14:41 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 11 Oct 2008 15:18:41 +0000 (16:18 +0100)
commit9fa32c6b0275ab1e8b19f74fbfa3ed8411345db6
tree28a3b9705a31bf634e65595ca760e33e768da778
parent5d9a76cd0ed367d01b0b237253adb7607e86a277
MIPS: PMC MSP71XX gpio drivers

This new gpio driver for PMC-Sierra's MSP71xx SoC allows
standard api calls for access to the general and extended
gpio's.

Signed-off-by: Patrick Glass <patrickglass@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 create mode 100755 arch/mips/pmc-sierra/msp71xx/gpio.c
 create mode 100755 arch/mips/pmc-sierra/msp71xx/gpio_extended.c
 create mode 100755 include/asm-mips/pmc-sierra/msp71xx/gpio.h
arch/mips/pmc-sierra/msp71xx/Makefile
arch/mips/pmc-sierra/msp71xx/gpio.c [new file with mode: 0644]
arch/mips/pmc-sierra/msp71xx/gpio_extended.c [new file with mode: 0644]
include/asm-mips/pmc-sierra/msp71xx/gpio.h [new file with mode: 0644]