commit | 31a2dc69553136b01b51de23dd190c0f7b36de2a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 15 16:23:40 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 10:36:22 2015 -0600 |
tree | 26a8d8135614e91f2ddebeb776b3765fc0798418 | |
parent | 93f8a31186c9ff65aaf0dcf5410976df5d269c46 [diff] |
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>