]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit890e4847587fcff5eb0438e90992ad7d2a261f33
treefef98a9dd0c0cf4c328f55996733b822690e9de0
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
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