* [PATCH 0/3] sh: Add sh7269 device and RSK2+SH7269 board
@ 2012-05-10 8:26 Phil Edworthy
2012-05-10 8:52 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Phil Edworthy @ 2012-05-10 8:26 UTC (permalink / raw)
To: linux-sh
These patches add the sh7269 device (sh2a) and the RSK2+SH7269 board.
Phil Edworthy (3):
sh: Add sh7269 device
sh: Add RSK2+SH7269 board
sh: Add pinmux for sh7269
arch/sh/Kconfig | 10 +-
arch/sh/boards/Kconfig | 3 +-
arch/sh/boards/mach-rsk/Kconfig | 5 +
arch/sh/boards/mach-rsk/Makefile | 1 +
arch/sh/boards/mach-rsk/devices-rsk7269.c | 60 +
arch/sh/configs/rsk7269_defconfig | 65 +
arch/sh/include/asm/processor.h | 3 +-
arch/sh/include/cpu-sh2a/cpu/sh7269.h | 201 +++
arch/sh/kernel/cpu/proc.c | 2 +-
arch/sh/kernel/cpu/sh2a/Makefile | 2 +
arch/sh/kernel/cpu/sh2a/clock-sh7269.c | 199 ++
arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c | 2799 +++++++++++++++++++++++++++++
arch/sh/kernel/cpu/sh2a/probe.c | 3 +
arch/sh/kernel/cpu/sh2a/setup-sh7269.c | 615 +++++++
arch/sh/tools/mach-types | 1 +
15 files changed, 3965 insertions(+), 4 deletions(-)
create mode 100644 arch/sh/boards/mach-rsk/devices-rsk7269.c
create mode 100644 arch/sh/configs/rsk7269_defconfig
create mode 100644 arch/sh/include/cpu-sh2a/cpu/sh7269.h
create mode 100644 arch/sh/kernel/cpu/sh2a/clock-sh7269.c
create mode 100644 arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
create mode 100644 arch/sh/kernel/cpu/sh2a/setup-sh7269.c
--
1.7.5.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-10 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 8:26 [PATCH 0/3] sh: Add sh7269 device and RSK2+SH7269 board Phil Edworthy
2012-05-10 8:52 ` Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.