Re: [PATCH 5/6] MPC5121 Add PCI support

2008-06-29 Thread John Rigby
Yes, Kumar made the same comment. The newer patch that moves the 83xx add bridge routine to fsl_soc obsoletes this patch. On Sat, Jun 28, 2008 at 11:38 PM, Grant Likely [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 10:58:38AM -0600, John Rigby wrote: Copied from 83xx minus support for two

Re: [PATCH 5/6] MPC5121 Add PCI support

2008-06-28 Thread Grant Likely
On Fri, Jun 20, 2008 at 10:58:38AM -0600, John Rigby wrote: Copied from 83xx minus support for two busses. If this is a copy, then can it be shared? g. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

[PATCH 5/6] MPC5121 Add PCI support

2008-06-20 Thread John Rigby
Copied from 83xx minus support for two busses. Signed-off-by: John Rigby [EMAIL PROTECTED] --- arch/powerpc/Kconfig |2 +- arch/powerpc/platforms/512x/Kconfig |1 + arch/powerpc/platforms/512x/Makefile |1 + arch/powerpc/platforms/512x/mpc5121_ads.c |

Re: [PATCH 5/6] MPC5121 Add PCI support

2008-06-20 Thread Kumar Gala
On Jun 20, 2008, at 11:58 AM, John Rigby wrote: Copied from 83xx minus support for two busses. Signed-off-by: John Rigby [EMAIL PROTECTED] --- arch/powerpc/Kconfig |2 +- arch/powerpc/platforms/512x/Kconfig |1 + arch/powerpc/platforms/512x/Makefile |

Re: [PATCH 5/6] MPC5121 Add PCI support

2008-06-20 Thread Scott Wood
Kumar Gala wrote: diff --git a/arch/powerpc/platforms/512x/pci.c b/arch/powerpc/platforms/512x/pci.c new file mode 100644 index 000..7ed9b34 --- /dev/null +++ b/arch/powerpc/platforms/512x/pci.c @@ -0,0 +1,84 @@ +/* + * Copyright (C) 2008 Freescale Semiconductor, Inc. All rights reserved. +