Searched hist:"53280323350621985 b3f2f8ffe649215304bcc5f" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci_32.c | diff 53280323350621985b3f2f8ffe649215304bcc5f Mon Oct 27 14:48:29 CDT 2008 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/pci: Use common PHB resource hookup
The 32-bit and 64-bit powerpc PCI code used to set up the resource pointers of the root bus of a given PHB in completely different places.
This unifies this in large part, by making 32-bit use a routine very similar to what 64-bit does when initially scanning the PCI busses.
The actual setup of the PHB resources itself is then moved to a common function in pci-common.c.
This should cause no functional change on 64-bit. On 32-bit, the effect is that the PHB resources are going to be setup a bit earlier, instead of being setup from pcibios_fixup_bus().
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | pci_64.c | diff 53280323350621985b3f2f8ffe649215304bcc5f Mon Oct 27 14:48:29 CDT 2008 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/pci: Use common PHB resource hookup
The 32-bit and 64-bit powerpc PCI code used to set up the resource pointers of the root bus of a given PHB in completely different places.
This unifies this in large part, by making 32-bit use a routine very similar to what 64-bit does when initially scanning the PCI busses.
The actual setup of the PHB resources itself is then moved to a common function in pci-common.c.
This should cause no functional change on 64-bit. On 32-bit, the effect is that the PHB resources are going to be setup a bit earlier, instead of being setup from pcibios_fixup_bus().
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | pci-common.c | diff 53280323350621985b3f2f8ffe649215304bcc5f Mon Oct 27 14:48:29 CDT 2008 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/pci: Use common PHB resource hookup
The 32-bit and 64-bit powerpc PCI code used to set up the resource pointers of the root bus of a given PHB in completely different places.
This unifies this in large part, by making 32-bit use a routine very similar to what 64-bit does when initially scanning the PCI busses.
The actual setup of the PHB resources itself is then moved to a common function in pci-common.c.
This should cause no functional change on 64-bit. On 32-bit, the effect is that the PHB resources are going to be setup a bit earlier, instead of being setup from pcibios_fixup_bus().
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | diff 53280323350621985b3f2f8ffe649215304bcc5f Mon Oct 27 14:48:29 CDT 2008 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/pci: Use common PHB resource hookup
The 32-bit and 64-bit powerpc PCI code used to set up the resource pointers of the root bus of a given PHB in completely different places.
This unifies this in large part, by making 32-bit use a routine very similar to what 64-bit does when initially scanning the PCI busses.
The actual setup of the PHB resources itself is then moved to a common function in pci-common.c.
This should cause no functional change on 64-bit. On 32-bit, the effect is that the PHB resources are going to be setup a bit earlier, instead of being setup from pcibios_fixup_bus().
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
|