ARM: PCI: provide a default bus scan implementation
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 10 Mar 2012 12:49:16 +0000 (12:49 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 13 May 2012 16:12:17 +0000 (17:12 +0100)
Most PCI implementations perform simple root bus scanning.  Rather than
having each group of platforms provide a duplicated bus scan function,
provide the PCI configuration ops structure via the hw_pci structure,
and call the root bus scanning function from core ARM PCI code.

Acked-by: Krzysztof HaƂasa <khc@pm.waw.pl>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found