commit | c2c8661fd717e2f29cd099ed213b565830b5cbcc | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Mar 29 15:13:07 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Apr 07 10:52:21 2017 +0100 |
tree | 724fd72091be139c49bdac4c9b07a2be6bb210a2 | |
parent | f907c515ffb06e6fd5e74397badd674f3c233418 [diff] |
irqchip/gic-v3-its: Add IORT hook for platform MSI support Getting hold of the DevID requires us to call iort_pmsi_get_dev_id(). Since iort_pmsi_get_dev_id() may or may not be implemented, we provide a weak function that acts as a stub. The weak function will be removed when the ACPI counterpart is merged. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>