add a new southbridge driver which registers the gpio and watchdog platform devices
authorFlorian Fainelli <florian@openwrt.org>
Thu, 4 Mar 2010 07:54:25 +0000 (07:54 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 4 Mar 2010 07:54:25 +0000 (07:54 +0000)
commitc126808243790b689b83355bf9ef43ecc3eda170
tree30caa228962a9f02489ed71c4185990b78d272c1
parentc6c8012c6030558422ee549f3b6ee296506ace77
add a new southbridge driver which registers the gpio and watchdog platform devices

This also fixes the watchdog logic and abstracts the access to the RDC321x
southbridge PCI configuration register space. Based on a patch by Bernhard Loos.

SVN-Revision: 19972
target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/gpio.c
target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/pci.c [new file with mode: 0644]
target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c
target/linux/rdc/files-2.6.30/drivers/watchdog/rdc321x_wdt.c [new file with mode: 0644]