Re: [PATCH 2/4] powerpc/83xx: merge PCI bridge additions

2011-11-23 Thread Kumar Gala
On Nov 17, 2011, at 8:48 AM, Dmitry Eremin-Solenikov wrote: > Nearly all mpc83xx-based boards have a common piece of code - one that > loops over all pci/pcie bridges and registers them. Merge that code into > a special function common to all boards. > > Signed-off-by: Dmitry Eremin-Solenikov >

[PATCH 2/4] powerpc/83xx: merge PCI bridge additions

2011-11-17 Thread Dmitry Eremin-Solenikov
Nearly all mpc83xx-based boards have a common piece of code - one that loops over all pci/pcie bridges and registers them. Merge that code into a special function common to all boards. Signed-off-by: Dmitry Eremin-Solenikov --- arch/powerpc/platforms/83xx/km83xx.c |7 +++ arch/power