From: Phil Edworthy <phil.edworthy@renesas.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 0/3 v2] sh: Add sh7264 device and RSK2+SH7264 board
Date: Wed, 09 May 2012 06:59:26 +0000 [thread overview]
Message-ID: <1336546769-32744-1-git-send-email-phil.edworthy@renesas.com> (raw)
These patches add the sh7264 device (sh2a) and the RSK2+SH7264 board.
Phil Edworthy (3):
sh: Add sh7264 device
sh: Add RSK2+SH7264 board
sh: Add pinmux for sh7264
arch/sh/Kconfig | 10 +-
arch/sh/boards/Kconfig | 2 +-
arch/sh/boards/mach-rsk/Kconfig | 5 +
arch/sh/boards/mach-rsk/Makefile | 1 +
arch/sh/boards/mach-rsk/devices-rsk7264.c | 58 +
arch/sh/configs/rsk7264_defconfig | 80 ++
arch/sh/include/asm/processor.h | 2 +-
arch/sh/include/cpu-sh2a/cpu/sh7264.h | 176 +++
arch/sh/kernel/cpu/proc.c | 1 +
arch/sh/kernel/cpu/sh2a/Makefile | 2 +
arch/sh/kernel/cpu/sh2a/clock-sh7264.c | 153 ++
arch/sh/kernel/cpu/sh2a/pinmux-sh7264.c | 2136 +++++++++++++++++++++++++++++
arch/sh/kernel/cpu/sh2a/probe.c | 3 +
arch/sh/kernel/cpu/sh2a/setup-sh7264.c | 606 ++++++++
arch/sh/tools/mach-types | 1 +
15 files changed, 3233 insertions(+), 3 deletions(-)
create mode 100644 arch/sh/boards/mach-rsk/devices-rsk7264.c
create mode 100644 arch/sh/configs/rsk7264_defconfig
create mode 100644 arch/sh/include/cpu-sh2a/cpu/sh7264.h
create mode 100644 arch/sh/kernel/cpu/sh2a/clock-sh7264.c
create mode 100644 arch/sh/kernel/cpu/sh2a/pinmux-sh7264.c
create mode 100644 arch/sh/kernel/cpu/sh2a/setup-sh7264.c
--
1.7.5.4
next reply other threads:[~2012-05-09 6:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-09 6:59 Phil Edworthy [this message]
2012-05-10 3:22 ` [PATCH 0/3 v2] sh: Add sh7264 device and RSK2+SH7264 board Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336546769-32744-1-git-send-email-phil.edworthy@renesas.com \
--to=phil.edworthy@renesas.com \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).