* [PATCH 0/3 v2] sh: Add sh7264 device and RSK2+SH7264 board
@ 2012-05-09 6:59 Phil Edworthy
2012-05-10 3:22 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Phil Edworthy @ 2012-05-09 6:59 UTC (permalink / raw)
To: linux-sh
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/3 v2] sh: Add sh7264 device and RSK2+SH7264 board
2012-05-09 6:59 [PATCH 0/3 v2] sh: Add sh7264 device and RSK2+SH7264 board Phil Edworthy
@ 2012-05-10 3:22 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2012-05-10 3:22 UTC (permalink / raw)
To: linux-sh
On Wed, May 09, 2012 at 07:59:26AM +0100, Phil Edworthy wrote:
> 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
>
Looks much better. All applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-10 3:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 6:59 [PATCH 0/3 v2] sh: Add sh7264 device and RSK2+SH7264 board Phil Edworthy
2012-05-10 3:22 ` Paul Mundt
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).