Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201293
b: refs/heads/master
c: 8faf2e6
h: refs/heads/master
i:
  201291: 76415eb
v: v3
  • Loading branch information
Ben Hutchings authored and Ralf Baechle committed Jul 26, 2010
1 parent 9995818 commit 8915b79
Show file tree
Hide file tree
Showing 6 changed files with 7 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: 0d5977d652fa5fd4e9a56127b109e5e28d4db95d
refs/heads/master: 8faf2e6c201d95b780cd3b4674b7a55ede6dcbbb
2 changes: 2 additions & 0 deletions trunk/arch/mips/mti-malta/malta-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ void __init mips_pcibios_init(void)
iomem_resource.end &= 0xfffffffffULL; /* 64 GB */
ioport_resource.end = controller->io_resource->end;

controller->io_map_base = mips_io_port_base;

register_pci_controller(controller);
}

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/nxp/pnx8550/common/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ extern struct pci_ops pnx8550_pci_ops;

static struct pci_controller pnx8550_controller = {
.pci_ops = &pnx8550_pci_ops,
.io_map_base = PNX8550_PORT_BASE,
.io_resource = &pci_io_resource,
.mem_resource = &pci_mem_resource,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/nxp/pnx8550/common/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void __init plat_mem_setup(void)
PNX8550_GLB2_ENAB_INTA_O = 0;

/* IO/MEM resources. */
set_io_port_base(KSEG1);
set_io_port_base(PNX8550_PORT_BASE);
ioport_resource.start = 0;
ioport_resource.end = ~0;
iomem_resource.start = 0;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/pci/ops-pmcmsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ static struct pci_controller msp_pci_controller = {
.pci_ops = &msp_pci_ops,
.mem_resource = &pci_mem_resource,
.mem_offset = 0,
.io_map_base = MSP_PCI_IOSPACE_BASE,
.io_resource = &pci_io_resource,
.io_offset = 0
};
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/pci/pci-yosemite.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static int __init pmc_yosemite_setup(void)
panic(ioremap_failed);

set_io_port_base(io_v_base);
py_controller.io_map_base = io_v_base;
TITAN_WRITE(RM9000x2_OCD_LKM7, TITAN_READ(RM9000x2_OCD_LKM7) | 1);

ioport_resource.end = TITAN_IO_SIZE - 1;
Expand Down

0 comments on commit 8915b79

Please sign in to comment.