]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Add pcibios_alloc_irq() and pcibios_free_irq()
authorJiang Liu <jiang.liu@linux.intel.com>
Wed, 10 Jun 2015 08:54:58 +0000 (16:54 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 30 Jul 2015 18:59:47 +0000 (13:59 -0500)
commitf60de2e363d9d166bff60c58dd05c56d83281c65
treefef98a9dd0c0cf4c328f55996733b822690e9de0
parent9f982bb1128a7f4215b5eb0c7b858c42c74a38d9
PCI: Add pcibios_alloc_irq() and pcibios_free_irq()

Add pcibios_alloc_irq() and pcibios_free_irq(), which are called when
binding/unbinding PCI device drivers.

PCI arch code may implement these to manage IRQ resources for hotplugged
devices.

[bhelgaas: changelog]
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
drivers/pci/pci-driver.c
include/linux/pci.h