]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controller
authorKumar Gala <galak@kernel.crashing.org>
Wed, 13 Mar 2013 19:07:15 +0000 (14:07 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 10 Apr 2013 15:15:27 +0000 (10:15 -0500)
commit945ee202ee75d3193cfc426d9a80d6e8dae45b12
tree0ce90004cd360711bb8b7e7eac9c7f54e3e154e6
parentd38ff33352051ae6e16eef77603156df32ffb1b0
powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controller

Move to keeping the SoC registers that control and config the PCI
controllers on FSL SoCs in the pci_controller struct.  This allows us to
not need to ioremap() the registers in multiple different places that
use them.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/pci-bridge.h
arch/powerpc/sysdev/fsl_pci.c