]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:51 +0000 (13:50 +0200)
commit8abea5d9e26d0ce6a0d361a7470b10afb2f6ff5c
tree963b968f6a2526d6ad72d0a97fa5cf0414e87bd1
parentc90dbc62be41eca4acafe05806b75b954c47eb21
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