[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200710161341.32077.florian.fainelli@telecomint.eu>
Date: Tue, 16 Oct 2007 13:41:31 +0200
From: Florian Fainelli <florian.fainelli@...ecomint.eu>
To: linux-kernel@...r.kernel.org, "H. Peter Anvin" <hpa@...or.com>
Subject: [PATCH 3/4] [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.
Signed-off-by: Florian Fainelli <florian.fainelli@...ecomint.eu>
---
arch/i386/Kconfig | 13 ++-
arch/i386/Makefile | 5 +
arch/x86/mach-rdc321x/Makefile | 5 +
arch/x86/mach-rdc321x/gpio.c | 91 +++++++++
arch/x86/mach-rdc321x/platform.c | 68 +++++++
arch/x86/mach-rdc321x/wdt.c | 275
+++++++++++++++++++++++++++
include/asm-x86/mach-rdc321x/gpio.h | 56 ++++++
include/asm-x86/mach-rdc321x/rdc321x_defs.h | 6 +
include/asm-x86/timex.h | 2 +
9 files changed, 520 insertions(+), 1 deletions(-)
create mode 100644 arch/x86/mach-rdc321x/Makefile
create mode 100644 arch/x86/mach-rdc321x/gpio.c
create mode 100644 arch/x86/mach-rdc321x/platform.c
create mode 100644 arch/x86/mach-rdc321x/wdt.c
create mode 100644 include/asm-x86/mach-rdc321x/gpio.h
create mode 100644 include/asm-x86/mach-rdc321x/rdc321x_defs.h
View attachment "7f8a8974b41bd143bedb99406a213d7df43045c4.diff" of type "text/plain" (15376 bytes)
Powered by blists - more mailing lists