]> asedeno.scripts.mit.edu Git - linux.git/commit
iommu/arm-smmu: Plumb in new ACPI identifiers
authorRobin Murphy <robin.murphy@arm.com>
Mon, 19 Jun 2017 15:41:56 +0000 (16:41 +0100)
committerWill Deacon <will.deacon@arm.com>
Fri, 23 Jun 2017 16:57:57 +0000 (17:57 +0100)
commit84c24379a783c514e5ff7c8fc8a21cf8d64fd05f
tree397a35f87d478077e4fe0f6e466514bdd4291222
parent60ab7a75c8d83049b0e6189b4128247513880b19
iommu/arm-smmu: Plumb in new ACPI identifiers

Revision C of IORT now allows us to identify ARM MMU-401 and the Cavium
ThunderX implementation. Wire them up so that we can probe these models
once firmware starts using the new codes in place of generic ones, and
so that the appropriate features and quirks get enabled when we do.

For the sake of backports and mitigating sychronisation problems with
the ACPICA headers, we'll carry a backup copy of the new definitions
locally for the short term to make life simpler.

CC: stable@vger.kernel.org # 4.10
Acked-by: Robert Richter <rrichter@cavium.com>
Tested-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c