commit | 5536c1b58ed8bb1c3178067113ff0212e6cba13a | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Mar 11 19:16:19 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Mon Jul 14 17:51:32 2014 +0100 |
tree | 3a2e1065d9219ce4e58f723ad4c2a3902674cdcf | |
parent | 50807788e853f1342297c16686e343d7e1565fdf [diff] |
PCI: pci-host-generic: add MSI support Add the required code to probe for a "msi-parent" node in the FDT, and assign the corresponding msi_chip to the PCI bus. This relies on the msi_chip having been registered as a "msi-controller". Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> [will: moved phandle parsing to avoid having to put the ref on error] Signed-off-by: Will Deacon <will.deacon@arm.com>