Re: [PATCH] powerpc/85xx: Add P1021 PCI IDs and quirks

2010-08-31 Thread Kumar Gala

On Aug 8, 2010, at 9:03 AM, Anton Vorontsov wrote:

 This is needed for proper PCI-E support on P1021 SoCs.
 
 Signed-off-by: Anton Vorontsov avoront...@mvista.com
 ---
 arch/powerpc/sysdev/fsl_pci.c |2 ++
 include/linux/pci_ids.h   |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

applied

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


[PATCH] powerpc/85xx: Add P1021 PCI IDs and quirks

2010-08-08 Thread Anton Vorontsov
This is needed for proper PCI-E support on P1021 SoCs.

Signed-off-by: Anton Vorontsov avoront...@mvista.com
---
 arch/powerpc/sysdev/fsl_pci.c |2 ++
 include/linux/pci_ids.h   |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c
index 209384b..4ae9332 100644
--- a/arch/powerpc/sysdev/fsl_pci.c
+++ b/arch/powerpc/sysdev/fsl_pci.c
@@ -399,6 +399,8 @@ DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1013E, 
quirk_fsl_pcie_header);
 DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1013, quirk_fsl_pcie_header);
 DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1020E, quirk_fsl_pcie_header);
 DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1020, quirk_fsl_pcie_header);
+DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1021E, quirk_fsl_pcie_header);
+DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1021, quirk_fsl_pcie_header);
 DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1022E, quirk_fsl_pcie_header);
 DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1022, quirk_fsl_pcie_header);
 DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2010E, quirk_fsl_pcie_header);
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index c81eec4..fc987b4 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2300,6 +2300,8 @@
 #define PCI_DEVICE_ID_P20100x0079
 #define PCI_DEVICE_ID_P1020E   0x0100
 #define PCI_DEVICE_ID_P10200x0101
+#define PCI_DEVICE_ID_P1021E   0x0102
+#define PCI_DEVICE_ID_P10210x0103
 #define PCI_DEVICE_ID_P1011E   0x0108
 #define PCI_DEVICE_ID_P10110x0109
 #define PCI_DEVICE_ID_P1022E   0x0110
-- 
1.7.0.5
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev