powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controller
Currently, ppc32 uses sysdata for the pci_controller pointer, and
ppc64 uses it to hold the device_node pointer. This patch moves the
of_node pointer into (struct pci_bus*)->dev.of_node and
(struct pci_dev*)->dev.of_node so that sysdata can be converted to always
use the pci_controller pointer instead. It also fixes up the
allocating of pci devices so that the of_node pointer gets assigned
consistently and increments the ref count.
Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
Showing
- arch/microblaze/pci/pci_32.c 1 addition, 0 deletionsarch/microblaze/pci/pci_32.c
- arch/powerpc/include/asm/pci-bridge.h 5 additions, 22 deletionsarch/powerpc/include/asm/pci-bridge.h
- arch/powerpc/include/asm/pci.h 1 addition, 1 deletionarch/powerpc/include/asm/pci.h
- arch/powerpc/kernel/of_platform.c 1 addition, 1 deletionarch/powerpc/kernel/of_platform.c
- arch/powerpc/kernel/pci-common.c 3 additions, 8 deletionsarch/powerpc/kernel/pci-common.c
- arch/powerpc/kernel/pci_32.c 1 addition, 1 deletionarch/powerpc/kernel/pci_32.c
- arch/powerpc/kernel/pci_64.c 3 additions, 3 deletionsarch/powerpc/kernel/pci_64.c
- arch/powerpc/kernel/pci_dn.c 6 additions, 3 deletionsarch/powerpc/kernel/pci_dn.c
- arch/powerpc/kernel/pci_of_scan.c 2 additions, 2 deletionsarch/powerpc/kernel/pci_of_scan.c
- arch/powerpc/platforms/pseries/pci_dlpar.c 1 addition, 1 deletionarch/powerpc/platforms/pseries/pci_dlpar.c
Loading
Please register or sign in to comment