From: Lennert Buytenhek Date: Sat, 1 Apr 2006 17:33:35 +0000 (+0100) Subject: [ARM] 3438/1: ixp23xx: add pci slave support X-Git-Tag: v2.6.17-rc1~3^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532bda5d9cd2f94a9e374765c23858c7d8641f66;p=pandora-kernel.git [ARM] 3438/1: ixp23xx: add pci slave support Patch from Lennert Buytenhek On the Double Espresso board, the IXP2350s are PCI slave devices and we skip calling pci_common_init() as that enumerates the bus. But even though we are a PCI slave device, there is still some PCI-related setup that has to be done. Create ixp23xx_pci_common_init(), move the common initialisation bits there, and have this function called from both the PCI master and the PCI slave init path. Signed-off-by: Lennert Buytenhek Signed-off-by: Russell King --- Reading git-diff-tree failed