Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305217
b: refs/heads/master
c: 14f087d
h: refs/heads/master
i:
  305215: 82c2e33
v: v3
  • Loading branch information
Paul Mundt committed Apr 10, 2012
1 parent b4c5810 commit 0949956
Show file tree
Hide file tree
Showing 58 changed files with 495 additions and 4,328 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 856cb4bb337ee50427e2b8daaf3a8d61de8a4f44
refs/heads/master: 14f087d839d9bd3f90ad69d4b3fde7d236c156b1
2 changes: 1 addition & 1 deletion trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6545,7 +6545,7 @@ M: Paul Mundt <lethal@linux-sh.org>
L: linux-sh@vger.kernel.org
W: http://www.linux-sh.org
Q: http://patchwork.kernel.org/project/linux-sh/list/
T: git git://github.com/pmundt/linux-sh.git sh-latest
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
S: Supported
F: Documentation/sh/
F: arch/sh/
Expand Down
12 changes: 1 addition & 11 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -427,16 +427,6 @@ config CPU_SUBTYPE_SH7724
help
Select SH7724 if you have an SH-MobileR2R CPU.

config CPU_SUBTYPE_SH7734
bool "Support SH7734 processor"
select CPU_SH4A
select CPU_SHX2
select ARCH_WANT_OPTIONAL_GPIOLIB
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_EHCI
help
Select SH7734 if you have a SH4A SH7734 CPU.

config CPU_SUBTYPE_SH7757
bool "Support SH7757 processor"
select CPU_SH4A
Expand Down Expand Up @@ -594,7 +584,7 @@ config SH_CLK_CPG
config SH_CLK_CPG_LEGACY
depends on SH_CLK_CPG
def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
!CPU_SHX3 && !CPU_SUBTYPE_SH7757 && !CPU_SUBTYPE_SH7734
!CPU_SHX3 && !CPU_SUBTYPE_SH7757

source "kernel/time/Kconfig"

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum cpu_type {

/* SH-4A types */
CPU_SH7763, CPU_SH7770, CPU_SH7780, CPU_SH7781, CPU_SH7785, CPU_SH7786,
CPU_SH7723, CPU_SH7724, CPU_SH7757, CPU_SH7734, CPU_SHX3,
CPU_SH7723, CPU_SH7724, CPU_SH7757, CPU_SHX3,

/* SH4AL-DSP types */
CPU_SH7343, CPU_SH7722, CPU_SH7366, CPU_SH7372,
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/sh/include/cpu-sh4/cpu/freq.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
#define MSTPCR1 0xa4150034
#define MSTPCR2 0xa4150038

#elif defined(CONFIG_CPU_SUBTYPE_SH7734)
#define FRQCR0 0xffc80000
#define FRQCR2 0xffc80008
#define FRQMR1 0xffc80014
#define FRQMR2 0xffc80018
#elif defined(CONFIG_CPU_SUBTYPE_SH7785)
#define FRQCR0 0xffc80000
#define FRQCR1 0xffc80004
Expand Down
306 changes: 0 additions & 306 deletions trunk/arch/sh/include/cpu-sh4/cpu/sh7734.h

This file was deleted.

3 changes: 1 addition & 2 deletions trunk/arch/sh/kernel/cpu/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ static const char *cpu_name[] = {
[CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103",
[CPU_MXG] = "MX-G", [CPU_SH7723] = "SH7723",
[CPU_SH7366] = "SH7366", [CPU_SH7724] = "SH7724",
[CPU_SH7372] = "SH7372", [CPU_SH7734] = "SH7734",
[CPU_SH_NONE] = "Unknown"
[CPU_SH7372] = "SH7372", [CPU_SH_NONE] = "Unknown"
};

const char *get_cpu_subtype(struct sh_cpuinfo *c)
Expand Down
Loading

0 comments on commit 0949956

Please sign in to comment.