All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Pb1000: bury the remnants of the PCI code (part 2)
@ 2008-04-29 19:33 Sergei Shtylyov
  2008-05-08 12:13 ` Sergei Shtylyov
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2008-04-29 19:33 UTC (permalink / raw
  To: ralf; +Cc: linux-mips

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

---
Here's the fragment I missed in the initial patch. Combine them if possible...

 arch/mips/au1000/pb1000/board_setup.c |    7 -------
 1 files changed, 7 deletions(-)

Index: linux-2.6/arch/mips/au1000/pb1000/board_setup.c
===================================================================
--- linux-2.6.orig/arch/mips/au1000/pb1000/board_setup.c
+++ linux-2.6/arch/mips/au1000/pb1000/board_setup.c
@@ -153,13 +153,6 @@ void __init board_setup(void)
 	au_writel(0x280E3D07, MEM_STTIME3); /* 250ns cycle time */
 	au_writel(0x10000000, MEM_STADDR3); /* any PCMCIA select */
 
-#ifdef CONFIG_PCI
-	au_writel(0, PCI_BRIDGE_CONFIG); // set extend byte to 0
-	au_writel(0, SDRAM_MBAR);        // set mbar to 0
-	au_writel(0x2, SDRAM_CMD);       // enable memory accesses
-	au_sync_delay(1);
-#endif
-
 	/* Enable Au1000 BCLK switching - note: sed1356 must not use
 	 * its BCLK (Au1000 LCLK) for any timings */
 	switch (prid & 0x000000FF)

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

* Re: [PATCH] Pb1000: bury the remnants of the PCI code (part 2)
  2008-04-29 19:33 [PATCH] Pb1000: bury the remnants of the PCI code (part 2) Sergei Shtylyov
@ 2008-05-08 12:13 ` Sergei Shtylyov
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2008-05-08 12:13 UTC (permalink / raw
  To: ralf; +Cc: linux-mips

Hello, I wrote:

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

> ---
> Here's the fragment I missed in the initial patch. Combine them if possible...

    So, Ralf, will you apply this patch as is or I need to do something about 
it (like adding log message)?

>  arch/mips/au1000/pb1000/board_setup.c |    7 -------
>  1 files changed, 7 deletions(-)
> 
> Index: linux-2.6/arch/mips/au1000/pb1000/board_setup.c
> ===================================================================
> --- linux-2.6.orig/arch/mips/au1000/pb1000/board_setup.c
> +++ linux-2.6/arch/mips/au1000/pb1000/board_setup.c
> @@ -153,13 +153,6 @@ void __init board_setup(void)
>  	au_writel(0x280E3D07, MEM_STTIME3); /* 250ns cycle time */
>  	au_writel(0x10000000, MEM_STADDR3); /* any PCMCIA select */
>  
> -#ifdef CONFIG_PCI
> -	au_writel(0, PCI_BRIDGE_CONFIG); // set extend byte to 0
> -	au_writel(0, SDRAM_MBAR);        // set mbar to 0
> -	au_writel(0x2, SDRAM_CMD);       // enable memory accesses
> -	au_sync_delay(1);
> -#endif
> -
>  	/* Enable Au1000 BCLK switching - note: sed1356 must not use
>  	 * its BCLK (Au1000 LCLK) for any timings */
>  	switch (prid & 0x000000FF)
> 

WBR, Sergei

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

end of thread, other threads:[~2008-05-08 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 19:33 [PATCH] Pb1000: bury the remnants of the PCI code (part 2) Sergei Shtylyov
2008-05-08 12:13 ` Sergei Shtylyov

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.