[rdc] add a new southbridge driver which registers the gpio and watchdog platform...
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)
commit34268bb98656a77d2cee7b2d9b4d76f2652f24aa
treed70ae53bc0b9f3f0ef81645b6ff944e29fc665c1
parentd7b763de9f80c8b940abe5ce3ca752b4d53e240f
[rdc] 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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19972 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]