powerpc/fsl_pci: Add support for FSL PCIe controllers v2.x
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Thu, 24 Feb 2011 09:35:04 +0000 (15:05 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 15 Mar 2011 14:29:56 +0000 (09:29 -0500)
commitf4154e160aa2a40dccc963110768b63ce004fed9
tree699a97ec24ea13b34a19e93065cef6b72d83791e
parentdecbb280bb8e3bceebcf5defb4f61dfbfdb23e18
powerpc/fsl_pci: Add support for FSL PCIe controllers v2.x

FSL PCIe controller v2.1:
     - New MSI inbound window
     - Same Inbound windows address as PCIe controller v1.x

Added new pit_t member(pmit) to struct ccsr_pci for MSI inbound window

FSL PCIe controller v2.2 and v2.3:
     - Different addresses for PCIe inbound window 3,2,1
     - Exposed PCIe inbound window 0
     - New PCIe interrupt status register

Added new config and interrupt Status register to struct ccsr_pci & updated
pit_t array size to reflect the 4 inbound windows.

Device tree is used to maintain backward compatibility i.e. update inbound
window 1 index depending upon "compatible" field witin PCIE node.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Acked-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_pci.c
arch/powerpc/sysdev/fsl_pci.h