RE: [PATCH] Move 8641 PCI-Express to arch/powerpc/sysdev/fsl_pcie.c.
From: Zang Roy-r61911 <hidden>
Date: 2007-03-09 05:11:29
On Mar 8, 2007, at 9:53 PM, Zang Roy-r61911 wrote: =20quoted
quoted
On Mar 8, 2007, at 9:32 PM, Zang Roy-r61911 wrote:quoted
quoted
This move sets the stage for the use of generic PCIExpress code inquoted
quoted
85xx and 86xx parts from FSL. Subsequent patches for 8548 and 8544 will be able to use this shared code. Signed-off-by: Jon Loeliger <redacted> Acked-by: Andy Fleming <redacted> --- arch/powerpc/Kconfig | 5 +++++ arch/powerpc/platforms/86xx/Makefile | 2 +- arch/powerpc/sysdev/Makefile | 1 + .../86xx/mpc86xx_pcie.c =3D> sysdev/fsl_pcie.c} | 2 -- 4 files changed, 7 insertions(+), 3 deletions(-) rename=20 arch/powerpc/{platforms/86xx/mpc86xx_pcie.c =3D> =
sysdev/fsl_pcie.c}
quoted
quoted
quoted
quoted
(100%)diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index=206dfbd52..f68de20 100644--- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig@@ -168,6 +168,7 @@ config PPC_86xx bool "Freescale 86xx" select 6xx select FSL_SOC + select FSL_PCIE select PPC_FPU select ALTIVEC help@@ -1022,6 +1023,10 @@ config SBUS config FSL_SOC bool +config FSL_PCIE + bool + depends on PPC_86xx +How about 8548 with pcie?There isn't any in tree 85xx user of PCIe at this point.No! At lease my original serial patches include the pcie=20support for 8548.quoted
Roy=20 Which patches? I'm not seeing any code for 8548. Can you=20 point at something specific in the tree?
It does not in the current tree. I will provide the corresponding patches ASAP. Roy