]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3-its: Add IORT hook for platform MSI support
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 29 Mar 2017 14:13:07 +0000 (15:13 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 7 Apr 2017 09:52:21 +0000 (10:52 +0100)
commit7d0856343f43075cae7e5509b205ba0b24c79de1
tree724fd72091be139c49bdac4c9b07a2be6bb210a2
parent660b08fc8e89ece2b1699b14e45a7a9c299110cc
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>
drivers/irqchip/irq-gic-v3-its-platform-msi.c