Bjorn Helgaas
0efd5aab41
PCI: add struct pci_host_bridge_window with CPU/bus address offset
...
Some PCI host bridges apply an address offset, so bus addresses on PCI are
different from CPU addresses. This patch adds a way for architectures to
tell the PCI core about this offset. For example:
LIST_HEAD(resources);
pci_add_resource_offset(&resources, host->io_space, host->io_offset);
pci_add_resource_offset(&resources, host->mem_space, host->mem_offset);
pci_scan_root_bus(parent, bus, ops, sysdata, &resources);
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
2012-02-23 20:19:00 -07:00
..
2012-01-17 18:40:24 -08:00
2012-01-17 09:54:08 -05:00
2012-01-13 20:43:32 -08:00
2012-01-22 15:08:43 -05:00
2012-01-14 12:32:16 -08:00
2012-01-17 18:40:24 -08:00
2012-01-16 14:01:23 +01:00
2012-01-14 12:26:41 -08:00
2012-01-17 04:35:20 -05:00
2012-01-18 15:51:48 -08:00
2012-01-17 16:17:03 -05:00
2012-01-13 08:15:33 +01:00
2012-01-15 12:24:45 -08:00
2012-01-14 18:36:33 -08:00
2012-01-18 15:51:48 -08:00
2012-01-12 20:13:11 -08:00
2012-01-13 10:29:21 -08:00
2012-01-23 08:44:53 -08:00
2012-01-18 10:46:21 +11:00
2012-01-12 20:13:04 -08:00
2012-01-23 17:17:45 -08:00
2012-01-12 20:13:08 -08:00
2012-01-24 15:51:00 -05:00
2012-02-14 08:44:55 -08:00
2012-01-12 20:13:03 -08:00
2012-01-23 08:38:48 -08:00
2012-01-19 16:17:35 +11:00
2012-01-12 20:13:11 -08:00
2012-01-17 15:40:51 -08:00
2012-01-12 20:13:03 -08:00
2012-01-12 20:13:07 -08:00
2012-01-23 08:38:47 -08:00
2012-01-23 08:38:47 -08:00
2012-01-13 10:12:23 -08:00
2012-01-12 20:13:10 -08:00
2012-01-12 20:13:03 -08:00
2012-01-12 20:13:10 -08:00
2012-01-13 20:43:32 -08:00
2012-01-12 20:13:06 -08:00
2012-01-12 20:13:07 -08:00
2012-01-12 20:13:10 -08:00
2012-02-23 12:05:21 -08:00
2012-02-23 20:19:00 -07:00
2012-01-12 20:05:28 -08:00
2012-01-12 20:13:13 -08:00
2012-01-17 16:41:31 -08:00
2012-01-12 20:13:12 -08:00
2012-01-22 15:08:46 -05:00
2012-01-12 20:13:06 -08:00
2012-01-26 12:45:41 -08:00
2012-01-14 18:36:33 -08:00
2012-01-14 13:05:21 -08:00
2012-01-23 08:38:48 -08:00
2012-01-22 15:08:44 -05:00
2012-01-19 23:25:33 +01:00
2012-01-23 08:38:48 -08:00
2012-01-23 03:15:25 -05:00
2012-01-17 10:30:38 -08:00
2012-01-23 08:44:54 -08:00
2012-01-15 12:49:56 -08:00