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>
Showing
- arch/x86/Kconfig 13 additions, 1 deletionarch/x86/Kconfig
- arch/x86/Makefile 5 additions, 0 deletionsarch/x86/Makefile
- arch/x86/mach-rdc321x/Makefile 5 additions, 0 deletionsarch/x86/mach-rdc321x/Makefile
- arch/x86/mach-rdc321x/gpio.c 91 additions, 0 deletionsarch/x86/mach-rdc321x/gpio.c
- arch/x86/mach-rdc321x/platform.c 68 additions, 0 deletionsarch/x86/mach-rdc321x/platform.c
- arch/x86/mach-rdc321x/wdt.c 275 additions, 0 deletionsarch/x86/mach-rdc321x/wdt.c
- include/asm-x86/mach-rdc321x/gpio.h 56 additions, 0 deletionsinclude/asm-x86/mach-rdc321x/gpio.h
- include/asm-x86/mach-rdc321x/rdc321x_defs.h 6 additions, 0 deletionsinclude/asm-x86/mach-rdc321x/rdc321x_defs.h
- include/asm-x86/timex.h 2 additions, 0 deletionsinclude/asm-x86/timex.h
arch/x86/mach-rdc321x/Makefile
0 → 100644
arch/x86/mach-rdc321x/gpio.c
0 → 100644
arch/x86/mach-rdc321x/platform.c
0 → 100644
arch/x86/mach-rdc321x/wdt.c
0 → 100644
include/asm-x86/mach-rdc321x/gpio.h
0 → 100644
include/asm-x86/mach-rdc321x/rdc321x_defs.h
0 → 100644
Please register or sign in to comment