iommu: Remove IOMMU_OF_DECLARE
authorRob Herring <[email protected]>
Mon, 9 Jul 2018 15:41:52 +0000 (09:41 -0600)
committerGreg Kroah-Hartman <[email protected]>
Tue, 10 Jul 2018 15:22:35 +0000 (17:22 +0200)
commitac6bbf0cdf4206c517ac9789814c23e372ebce4d
tree48913d06c245b94e6e3f940b7de06a074978dcc7
parent78f307be3e0bc85f25dc05baa60f7435a88c2abf
iommu: Remove IOMMU_OF_DECLARE

Now that we use the driver core to stop deferred probe for missing
drivers, IOMMU_OF_DECLARE can be removed.

This is slightly less optimal than having a list of built-in drivers in
that we'll now defer probe twice before giving up. This shouldn't have a
significant impact on boot times as past discussions about deferred
probe have given no evidence of deferred probe having a substantial
impact.

Cc: Robin Murphy <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Rob Clark <[email protected]>
Cc: Heiko Stuebner <[email protected]>
Cc: Frank Rowand <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Acked-by: Will Deacon <[email protected]>
Acked-by: Marek Szyprowski <[email protected]>
Acked-by: Joerg Roedel <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/iommu/arm-smmu-v3.c
drivers/iommu/arm-smmu.c
drivers/iommu/exynos-iommu.c
drivers/iommu/ipmmu-vmsa.c
drivers/iommu/msm_iommu.c
drivers/iommu/of_iommu.c
drivers/iommu/qcom_iommu.c
drivers/iommu/rockchip-iommu.c
include/asm-generic/vmlinux.lds.h
include/linux/of_iommu.h