]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: add support for the RDC R-321x SoC
authorFlorian Fainelli <florian.fainelli@telecomint.eu>
Wed, 30 Jan 2008 12:33:36 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:36 +0000 (13:33 +0100)
commit5e3a77e9a9b7bfc1f69f51fe6d34aa649887980c
tree2ec08958a77752beb57ee8e823a4baac509be8dd
parent0acf8e3447b893ff921863c2a4258e210d584452
x86: add support for the RDC R-321x SoC

This patch adds support for the RDC R-321x system-on-chip,
also known as R-861x-(G). It uses the generic GPIO API and
has support for the on-chip hardware watchdog.

Build-fix from: Randy Dunlap <randy.dunlap@oracle.com>

Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
arch/x86/Makefile
arch/x86/mach-rdc321x/Makefile [new file with mode: 0644]
arch/x86/mach-rdc321x/gpio.c [new file with mode: 0644]
arch/x86/mach-rdc321x/platform.c [new file with mode: 0644]
arch/x86/mach-rdc321x/wdt.c [new file with mode: 0644]
include/asm-x86/mach-rdc321x/gpio.h [new file with mode: 0644]
include/asm-x86/mach-rdc321x/rdc321x_defs.h [new file with mode: 0644]
include/asm-x86/timex.h