]> git.baikalelectronics.ru Git - kernel.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)
commiteaad59f398187d927b74dbd7f2a0fe8750ce1405
tree2ec08958a77752beb57ee8e823a4baac509be8dd
parent60d8d1063e6fae5296fd88e8991beace19c8b82c
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