summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-rdc321x/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x86, rdc321x: remove/move leftover filesIngo Molnar2009-01-181-5/+0
| | | | | | | | | | | | | Impact: cleanup Move/remove leftover RDC321 files. Now that it's not a subarch anymore, arch/x86/mach-rdc321x and arch/x86/include/asm/mach-rdc321x/ are not needed. One include file was still in use: rdc321x_defs.h, move that to the generic x86 asm header directory. Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86, rdc321x: remove watchdog fileFlorian Fainelli2008-04-171-1/+1
| | | | | | | remove the arch/x86/mach-rdc321x/wdt.c file. Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: add support for the RDC R-321x SoCFlorian Fainelli2008-01-301-0/+5
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>