iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectory
authorWill Deacon <will@kernel.org>
Fri, 24 Jul 2020 11:43:20 +0000 (12:43 +0100)
committerWill Deacon <will@kernel.org>
Mon, 27 Jul 2020 11:53:10 +0000 (12:53 +0100)
commite86d1aa8b60f7ea18d36f50296d7d20eb2852e7e
treee8ac7b737310ac06d3d78b3dcc3e9b8c343eaeae
parentaa7ec73297df57a86308fee78d2bf86e22ea0bae
iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectory

The Arm SMMU drivers are getting fat on vendor value-add, so move them
to their own subdirectory out of the way of the other IOMMU drivers.

Suggested-by: Joerg Roedel <joro@8bytes.org>
Signed-off-by: Will Deacon <will@kernel.org>
19 files changed:
MAINTAINERS
drivers/iommu/Makefile
drivers/iommu/arm-smmu-impl.c [deleted file]
drivers/iommu/arm-smmu-nvidia.c [deleted file]
drivers/iommu/arm-smmu-qcom.c [deleted file]
drivers/iommu/arm-smmu-v3.c [deleted file]
drivers/iommu/arm-smmu.c [deleted file]
drivers/iommu/arm-smmu.h [deleted file]
drivers/iommu/arm/Makefile [new file with mode: 0644]
drivers/iommu/arm/arm-smmu-v3/Makefile [new file with mode: 0644]
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/Makefile [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/arm-smmu.c [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/arm-smmu.h [new file with mode: 0644]
drivers/iommu/arm/arm-smmu/qcom_iommu.c [new file with mode: 0644]
drivers/iommu/qcom_iommu.c [deleted file]