lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ