MIPS: AR7: Implement gpiolib

This patch implements gpiolib for the AR7 SoC.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/816/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Florian Fainelli
2010-01-03 21:16:51 +01:00
committed by Ralf Baechle
parent 69b427cd23
commit 5f3c909881
4 changed files with 108 additions and 94 deletions

View File

@@ -34,6 +34,7 @@
#include <linux/etherdevice.h>
#include <linux/phy.h>
#include <linux/phy_fixed.h>
#include <linux/gpio.h>
#include <asm/addrspace.h>
#include <asm/mach-ar7/ar7.h>