linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sh: add PVR probing for SH7757 3rd cut
@ 2011-01-07 10:26 Yoshihiro Shimoda
  2011-01-11  3:49 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Yoshihiro Shimoda @ 2011-01-07 10:26 UTC (permalink / raw)
  To: linux-sh

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 arch/sh/kernel/cpu/sh4/probe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c
index b93458f..b1edc90 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -151,6 +151,7 @@ void __cpuinit cpu_probe(void)
 			boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
 			break;
 		case 0x10:
+		case 0x11:
 			boot_cpu_data.type = CPU_SH7757;
 			break;
 		}
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: sh: add PVR probing for SH7757 3rd cut
  2011-01-07 10:26 sh: add PVR probing for SH7757 3rd cut Yoshihiro Shimoda
@ 2011-01-11  3:49 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-01-11  3:49 UTC (permalink / raw)
  To: linux-sh

On Fri, Jan 07, 2011 at 07:26:24PM +0900, Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  arch/sh/kernel/cpu/sh4/probe.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

On Fri, Jan 07, 2011 at 07:26:26PM +0900, Yoshihiro Shimoda wrote:
>  - disable the 8250 driver (fix the build error on sh7757lcr)
>  - enable sh_eth driver
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Both applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-11  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 10:26 sh: add PVR probing for SH7757 3rd cut Yoshihiro Shimoda
2011-01-11  3:49 ` 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).