x86: pci: Assign pci irqs to all functions
authorBin Meng <bmeng.cn@gmail.com>
Wed, 15 Jul 2015 08:23:40 +0000 (16:23 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 16:36:22 +0000 (10:36 -0600)
commit31a2dc69553136b01b51de23dd190c0f7b36de2a
tree26a8d8135614e91f2ddebeb776b3765fc0798418
parent93f8a31186c9ff65aaf0dcf5410976df5d269c46
x86: pci: Assign pci irqs to all functions

We need walk through all functions within a PCI device and assign
their IRQs accordingly.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/pci.c
arch/x86/include/asm/pci.h
arch/x86/lib/pirq_routing.c