]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc32: Fix PCI2 support on MPC8555/41 CDS systems
authorKumar Gala <galak@freescale.com>
Fri, 11 Feb 2005 08:53:38 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 11 Feb 2005 08:53:38 +0000 (00:53 -0800)
commit923b553aaf737afdefd902429e219c612dad567f
tree266510a4c297d3b8a94804672f27254e775d495b
parent240f91deccb8425408023c616d1db0a85e71fdd9
[PATCH] ppc32: Fix PCI2 support on MPC8555/41 CDS systems

This fixes an issue related to the second PCI host controller working on
MPC8555/41 systems.

We track the last PCI bus number on PCI1 so that the PCI2 host
controller can properly exclude itself at the right time, exclusion
should occur after initial setup so that the early pci config cycles in
setting PCI2 actually get to the controller.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/platforms/85xx/mpc85xx_cds_common.c
arch/ppc/syslib/ppc85xx_setup.c