Re: [RFC][PATCH 1/2] powerpc/fsl-pci: Keep PCI SoC controller registers in

2013-04-10 Thread Kumar Gala
On Mar 13, 2013, at 2:07 PM, Kumar Gala wrote: > 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: Kum

Re: [RFC][PATCH 1/2] powerpc/fsl-pci: Keep PCI SoC controller registers in

2013-04-08 Thread Rojhalat Ibrahim
On Wednesday 13 March 2013 14:07:15 Kumar Gala wrote: > 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

[RFC][PATCH 1/2] powerpc/fsl-pci: Keep PCI SoC controller registers in

2013-03-13 Thread Kumar Gala
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 --- arch/powerpc/include/asm/pci-bridge.h |5 ++