sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype.
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Thu, 16 Apr 2009 05:40:56 +0000 (14:40 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 16 Apr 2009 05:40:56 +0000 (14:40 +0900)
commit0207a2efb43d81e29e23662b5d035945688a103f
treeb43cf6b34fd5c5d1f837c2915e4e055cbfb13883
parent3ee8da87ba6151ec91b2b8bbd27633bb248ea0d5
sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype.

This implements initial support for the SH-Mobile R2R CPU.
Based on Rev 0.11 of the initial SH7724 hardware manual.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/processor.h
arch/sh/include/cpu-sh4/cpu/freq.h
arch/sh/include/cpu-sh4/cpu/sh7724.h [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/probe.c
arch/sh/kernel/cpu/sh4a/Makefile
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
arch/sh/kernel/cpu/sh4a/pinmux-sh7724.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4a/setup-sh7724.c [new file with mode: 0644]
arch/sh/kernel/setup.c
arch/sh/oprofile/common.c