Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81183
b: refs/heads/master
c: 25c24f3
h: refs/heads/master
i:
  81181: 9c5f1d1
  81179: 01f78eb
  81175: 2a9878b
  81167: fe73719
  81151: 3ef13a0
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Josh Boyer committed Dec 23, 2007
1 parent 45bf753 commit 551b873
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 2 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: 035ee4282dc5ad19f0141821511346b8de1839af
refs/heads/master: 25c24f3dc7f01491ea0d92a1de2bb84094b27e21
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/40x/ep405.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ static void __init ep405_setup_arch(void)
{
/* Find & init the BCSR CPLD */
ep405_init_bcsr();

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
}

static int __init ep405_probe(void)
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/40x/kilauea.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/pci-bridge.h>

static struct of_device_id kilauea_of_bus[] = {
{ .compatible = "ibm,plb4", },
Expand All @@ -45,6 +46,8 @@ static int __init kilauea_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,kilauea"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/40x/walnut.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/pci-bridge.h>

static struct of_device_id walnut_of_bus[] = {
{ .compatible = "ibm,plb3", },
Expand Down Expand Up @@ -51,6 +52,8 @@ static int __init walnut_probe(void)
if (!of_flat_dt_is_compatible(root, "ibm,walnut"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/44x/bamboo.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/pci-bridge.h>

#include "44x.h"

static struct of_device_id bamboo_of_bus[] = {
Expand Down Expand Up @@ -48,6 +50,8 @@ static int __init bamboo_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,bamboo"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/44x/ebony.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/pci-bridge.h>

#include "44x.h"

Expand Down Expand Up @@ -55,6 +56,8 @@ static int __init ebony_probe(void)
if (!of_flat_dt_is_compatible(root, "ibm,ebony"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/44x/katmai.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/pci-bridge.h>

#include "44x.h"

Expand Down Expand Up @@ -49,6 +50,8 @@ static int __init katmai_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,katmai"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/platforms/44x/sequoia.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include "44x.h"
#include <asm/pci-bridge.h>


static struct of_device_id sequoia_of_bus[] = {
{ .compatible = "ibm,plb4", },
Expand All @@ -48,6 +49,8 @@ static int __init sequoia_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,sequoia"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/44x/taishan.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ static int __init taishan_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,taishan"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down

0 comments on commit 551b873

Please sign in to comment.