diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-01-08 16:55:39 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 19:16:45 -0500 |
commit | 598804cd041c395ce87302af9088b2f227196185 (patch) | |
tree | 345914bdf8ee69ab0542f51c3ae421226a8bec27 /include/linux/pci_ids.h | |
parent | 18e352e4a73465349711a9324767e1b2453383e2 (diff) |
powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support
This patch adds support for PCI-Express controllers as found on the
newer MPC83xx chips.
The work is loosely based on the Tony Li's patch[1], but unlike the
original patch, this patch implements sliding window for the Type 1
transactions using outbound window translations, so we don't have to
ioremap the whole PCI-E configuration space.
[1] http://ozlabs.org/pipermail/linuxppc-dev/2008-January/049028.html
Signed-off-by: Tony Li <tony.li@freescale.com>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index febc10ed3858..ff9b7be2b791 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2217,6 +2217,14 @@ | |||
2217 | #define PCI_DEVICE_ID_TDI_EHCI 0x0101 | 2217 | #define PCI_DEVICE_ID_TDI_EHCI 0x0101 |
2218 | 2218 | ||
2219 | #define PCI_VENDOR_ID_FREESCALE 0x1957 | 2219 | #define PCI_VENDOR_ID_FREESCALE 0x1957 |
2220 | #define PCI_DEVICE_ID_MPC8315E 0x00b4 | ||
2221 | #define PCI_DEVICE_ID_MPC8315 0x00b5 | ||
2222 | #define PCI_DEVICE_ID_MPC8314E 0x00b6 | ||
2223 | #define PCI_DEVICE_ID_MPC8314 0x00b7 | ||
2224 | #define PCI_DEVICE_ID_MPC8378E 0x00c4 | ||
2225 | #define PCI_DEVICE_ID_MPC8378 0x00c5 | ||
2226 | #define PCI_DEVICE_ID_MPC8377E 0x00c6 | ||
2227 | #define PCI_DEVICE_ID_MPC8377 0x00c7 | ||
2220 | #define PCI_DEVICE_ID_MPC8548E 0x0012 | 2228 | #define PCI_DEVICE_ID_MPC8548E 0x0012 |
2221 | #define PCI_DEVICE_ID_MPC8548 0x0013 | 2229 | #define PCI_DEVICE_ID_MPC8548 0x0013 |
2222 | #define PCI_DEVICE_ID_MPC8543E 0x0014 | 2230 | #define PCI_DEVICE_ID_MPC8543E 0x0014 |