[PATCH] powerpc/86xx: Run sbc310 USB fixup code only on the appropriate platform.

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE6382d

2 messages, 2 authors, 2009-03-19 · open the first message on its own page

[PATCH] powerpc/86xx: Run sbc310 USB fixup code only on the appropriate platform.

From: Martyn Welch <hidden>
Date: 2009-03-13 11:34:52

Patch to limit NEC fixup to SBC310, following similar patch to SBC610 by Tony Breeds: 368a12117dd8abf6eaefa37c21ac313b517128b9

Signed-off-by: Martyn Welch <redacted>
---

Hi Kumar, 

The sbc310 patches have been added to your next tree. This patch is
needed to stop the same problem occuring as occured with the sbc610.

 arch/powerpc/platforms/86xx/gef_sbc310.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/86xx/gef_sbc310.c b/arch/powerpc/platforms/86xx/gef_sbc310.c
index 0f20172..ba3ce43 100644
--- a/arch/powerpc/platforms/86xx/gef_sbc310.c
+++ b/arch/powerpc/platforms/86xx/gef_sbc310.c
@@ -153,6 +153,10 @@ static void __init gef_sbc310_nec_fixup(struct pci_dev *pdev)
 {
 	unsigned int val;
 
+	/* Do not do the fixup on other platforms! */
+	if (!machine_is(gef_sbc310))
+		return;
+
 	printk(KERN_INFO "Running NEC uPD720101 Fixup\n");
 
 	/* Ensure only ports 1 & 2 are enabled */

Re: [PATCH] powerpc/86xx: Run sbc310 USB fixup code only on the appropriate platform.

From: Kumar Gala <hidden>
Date: 2009-03-19 08:57:32

On Mar 13, 2009, at 6:35 AM, Martyn Welch wrote:
Patch to limit NEC fixup to SBC310, following similar patch to  
SBC610 by Tony Breeds: 368a12117dd8abf6eaefa37c21ac313b517128b9

Signed-off-by: Martyn Welch <redacted>
---

Hi Kumar,

The sbc310 patches have been added to your next tree. This patch is
needed to stop the same problem occuring as occured with the sbc610.

arch/powerpc/platforms/86xx/gef_sbc310.c |    4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
applied

- k
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help