]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pci
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Aug 2013 20:27:12 +0000 (22:27 +0200)
committerRichard Zhu <r65037@freescale.com>
Wed, 20 Nov 2013 06:10:33 +0000 (14:10 +0800)
commite4f807523d8f3a5af230a7773c2a647165247829
tree7068c6ae191c152df6e929cceddf32494bcc3db6
parent375cbfdab099bc7548db50ab7e694e54e642d34b
ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pci

Some PCI drivers may need to adjust the pci_bus structure after it has
been allocated by the Linux PCI core. The PCI core allows
architectures to implement the pcibios_add_bus() and
pcibios_remove_bus() for this purpose. This commit therefore extends
the hw_pci and pci_sys_data structures of the ARM PCI core to allow
PCI drivers to register ->add_bus() and ->remove_bus() in hw_pci,
which will get called when a bus is added or removed from the system.

This will be used for example by the Marvell PCIe driver to connect a
particular PCI bus with its corresponding MSI chip to handle Message
Signaled Interrupts.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Daniel Price <daniel.price@gmail.com>
Tested-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/include/asm/mach/pci.h
arch/arm/kernel/bios32.c