Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 1/2] DBAu1200: fix bad SMC 91C111 resource size
@ 2008-04-15 18:20 Sergei Shtylyov
  2008-04-28 12:43 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2008-04-15 18:20 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

The on-board SMC 91C111 chip only decodes 16 bytes of memory (obviously, it can
not decode a whole megabyte starting from address 0x19000300).

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

---
Looking into drivers/net/smc91x.h cleared the things up...

 arch/mips/au1000/common/platform.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/arch/mips/au1000/common/platform.c
===================================================================
--- linux-2.6.orig/arch/mips/au1000/common/platform.c
+++ linux-2.6/arch/mips/au1000/common/platform.c
@@ -251,7 +251,7 @@ static struct resource smc91x_resources[
 	[0] = {
 		.name	= "smc91x-regs",
 		.start	= AU1XXX_SMC91111_PHYS_ADDR,
-		.end	= AU1XXX_SMC91111_PHYS_ADDR + 0xfffff,
+		.end	= AU1XXX_SMC91111_PHYS_ADDR + 0xf,
 		.flags	= IORESOURCE_MEM,
 	},
 	[1] = {

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

* Re: [PATCH 1/2] DBAu1200: fix bad SMC 91C111 resource size
  2008-04-15 18:20 [PATCH 1/2] DBAu1200: fix bad SMC 91C111 resource size Sergei Shtylyov
@ 2008-04-28 12:43 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2008-04-28 12:43 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: linux-mips

On Tue, Apr 15, 2008 at 10:20:45PM +0400, Sergei Shtylyov wrote:
> From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
> Date: Tue, 15 Apr 2008 22:20:45 +0400
> To: ralf@linux-mips.org
> Cc: linux-mips@linux-mips.org
> Subject: [PATCH 1/2] DBAu1200: fix bad SMC 91C111 resource size

Applied, thanks.

  Ralf

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

end of thread, other threads:[~2008-04-28 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15 18:20 [PATCH 1/2] DBAu1200: fix bad SMC 91C111 resource size Sergei Shtylyov
2008-04-28 12:43 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox