summaryrefslogtreecommitdiff
path: root/firmware/3com
diff options
context:
space:
mode:
authorMatthew Minter <matt@masarand.com>2017-06-28 23:14:04 +0300
committerBjorn Helgaas <bhelgaas@google.com>2017-07-03 00:14:28 +0300
commit30fdfb929e82450bbf3d0e0aba56efbc29b52b52 (patch)
tree1db6ba9a6beb492c4a3c1bd39793c121ee3414a2 /firmware/3com
parent716fb31148e9ce78f7c96c1f81a32f52140bcd98 (diff)
downloadlinux-30fdfb929e82450bbf3d0e0aba56efbc29b52b52.tar.xz
PCI: Add a call to pci_assign_irq() in pci_device_probe()
The pci_assign_irq() function allows assignment of an IRQ to devices during device enable time rather than only at boot. Therefore call it in the pci_device_probe() function during the enable device code path so this assignment can be performed. This patch will do nothing on arches which do not set the IRQ mapping function pointers and is therefore currently a nop, however as support for these function pointers is added to arch-specific code this will cause IRQ assignment to migrate to device enable time allowing the new code paths to be used. Signed-off-by: Matthew Minter <matt@masarand.com> [lorenzo.pieralisi@arm.com: moved pci_assign_irq() call site] Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'firmware/3com')
0 files changed, 0 insertions, 0 deletions