commit | 890e4847587fcff5eb0438e90992ad7d2a261f33 | [log] [tgz] |
---|---|---|
author | Jiang Liu <jiang.liu@linux.intel.com> | Wed Jun 10 16:54:58 2015 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jul 30 13:59:47 2015 -0500 |
tree | fef98a9dd0c0cf4c328f55996733b822690e9de0 | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 [diff] |
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>