File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1498,7 +1498,7 @@ R: Robin Murphy <robin.murphy@arm.com>
14981498L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14991499S: Maintained
15001500F: Documentation/devicetree/bindings/iommu/arm,smmu*
1501- F: drivers/iommu/arm-smmu*
1501+ F: drivers/iommu/arm/
15021502F: drivers/iommu/io-pgtable-arm-v7s.c
15031503F: drivers/iommu/io-pgtable-arm.c
15041504
@@ -16813,7 +16813,7 @@ M: Thierry Reding <thierry.reding@gmail.com>
1681316813R: Krishna Reddy <vdumpa@nvidia.com>
1681416814L: linux-tegra@vger.kernel.org
1681516815S: Supported
16816- F: drivers/iommu/arm-smmu-nvidia.c
16816+ F: drivers/iommu/arm/arm-smmu/arm -smmu-nvidia.c
1681716817F: drivers/iommu/tegra*
1681816818
1681916819TEGRA KBC DRIVER
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
2+ obj-y += arm/
23obj-$(CONFIG_IOMMU_API) += iommu.o
34obj-$(CONFIG_IOMMU_API) += iommu-traces.o
45obj-$(CONFIG_IOMMU_API) += iommu-sysfs.o
@@ -14,9 +15,6 @@ obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o
1415obj-$(CONFIG_AMD_IOMMU) += amd/iommu.o amd/init.o amd/quirks.o
1516obj-$(CONFIG_AMD_IOMMU_DEBUGFS) += amd/debugfs.o
1617obj-$(CONFIG_AMD_IOMMU_V2) += amd/iommu_v2.o
17- obj-$(CONFIG_ARM_SMMU) += arm_smmu.o
18- arm_smmu-objs += arm-smmu.o arm-smmu-impl.o arm-smmu-nvidia.o arm-smmu-qcom.o
19- obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
2018obj-$(CONFIG_DMAR_TABLE) += intel/dmar.o
2119obj-$(CONFIG_INTEL_IOMMU) += intel/iommu.o intel/pasid.o
2220obj-$(CONFIG_INTEL_IOMMU) += intel/trace.o
@@ -35,6 +33,5 @@ obj-$(CONFIG_TEGRA_IOMMU_SMMU) += tegra-smmu.o
3533obj-$(CONFIG_EXYNOS_IOMMU) += exynos-iommu.o
3634obj-$(CONFIG_FSL_PAMU) += fsl_pamu.o fsl_pamu_domain.o
3735obj-$(CONFIG_S390_IOMMU) += s390-iommu.o
38- obj-$(CONFIG_QCOM_IOMMU) += qcom_iommu.o
3936obj-$(CONFIG_HYPERV_IOMMU) += hyperv-iommu.o
4037obj-$(CONFIG_VIRTIO_IOMMU) += virtio-iommu.o
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0
2+ obj-y += arm-smmu/ arm-smmu-v3/
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0
2+ obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0
2+ obj-$(CONFIG_QCOM_IOMMU) += qcom_iommu.o
3+ obj-$(CONFIG_ARM_SMMU) += arm_smmu.o
4+ arm_smmu-objs += arm-smmu.o arm-smmu-impl.o arm-smmu-nvidia.o arm-smmu-qcom.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments