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
@@ -16827,7 +16827,7 @@ M: Thierry Reding <thierry.reding@gmail.com>
1682716827R: Krishna Reddy <vdumpa@nvidia.com>
1682816828L: linux-tegra@vger.kernel.org
1682916829S: Supported
16830- F: drivers/iommu/arm-smmu-nvidia.c
16830+ F: drivers/iommu/arm/arm-smmu/arm -smmu-nvidia.c
1683116831F: drivers/iommu/tegra*
1683216832
1683316833TEGRA KBC DRIVER
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
2- obj-y += amd/ intel/
2+ obj-y += amd/ intel/ arm/
33obj-$(CONFIG_IOMMU_API) += iommu.o
44obj-$(CONFIG_IOMMU_API) += iommu-traces.o
55obj-$(CONFIG_IOMMU_API) += iommu-sysfs.o
@@ -12,9 +12,6 @@ obj-$(CONFIG_IOASID) += ioasid.o
1212obj-$(CONFIG_IOMMU_IOVA) += iova.o
1313obj-$(CONFIG_OF_IOMMU) += of_iommu.o
1414obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o
15- obj-$(CONFIG_ARM_SMMU) += arm_smmu.o
16- arm_smmu-objs += arm-smmu.o arm-smmu-impl.o arm-smmu-nvidia.o arm-smmu-qcom.o
17- obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
1815obj-$(CONFIG_IPMMU_VMSA) += ipmmu-vmsa.o
1916obj-$(CONFIG_IRQ_REMAP) += irq_remapping.o
2017obj-$(CONFIG_MTK_IOMMU) += mtk_iommu.o
@@ -28,6 +25,5 @@ obj-$(CONFIG_TEGRA_IOMMU_SMMU) += tegra-smmu.o
2825obj-$(CONFIG_EXYNOS_IOMMU) += exynos-iommu.o
2926obj-$(CONFIG_FSL_PAMU) += fsl_pamu.o fsl_pamu_domain.o
3027obj-$(CONFIG_S390_IOMMU) += s390-iommu.o
31- obj-$(CONFIG_QCOM_IOMMU) += qcom_iommu.o
3228obj-$(CONFIG_HYPERV_IOMMU) += hyperv-iommu.o
3329obj-$(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