iommu/arm-smmu: Add implementation infrastructure
authorRobin Murphy <robin.murphy@arm.com>
Thu, 15 Aug 2019 18:37:33 +0000 (19:37 +0100)
committerWill Deacon <will@kernel.org>
Mon, 19 Aug 2019 15:52:47 +0000 (16:52 +0100)
commitfc058d37b3450db3e146d475f85e6afd51888997
treeda9d159e3ddb45a9c30c57862a2b295415db1894
parentc5fc64881f073504581ac55132e30f02ee61320b
iommu/arm-smmu: Add implementation infrastructure

Add some nascent infrastructure for handling implementation-specific
details outside the flow of the architectural code. This will allow us
to keep mutually-incompatible vendor-specific hooks in their own files
where the respective interested parties can maintain them with minimal
chance of conflicts. As somewhat of a template, we'll start with a
general place to collect the relatively trivial existing quirks.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
MAINTAINERS
drivers/iommu/Makefile
drivers/iommu/arm-smmu-impl.c [new file with mode: 0644]
drivers/iommu/arm-smmu.c
drivers/iommu/arm-smmu.h