]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit34642bbb3d12121333efcf4ea7dfe66685e403a1
tree0ce90004cd360711bb8b7e7eac9c7f54e3e154e6
parent9f4c350d520e848b122dce3eb5b566ca635b98ca
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