Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH v2 1/3] iommu/msm: Claim bus ops on probe
@ 2018-01-09 16:17 Robin Murphy
  2018-01-09 16:17 ` [PATCH v2 2/3] iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook Robin Murphy
       [not found] ` <da664cf8f60c77cbb657cc2e3849560604eaf6da.1515512134.git.robin.murphy-5wv7dgnIgG8@public.gmane.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Robin Murphy @ 2018-01-09 16:17 UTC (permalink / raw)
  To: alex.williamson, joro
  Cc: sricharan, laurent.pinchart+renesas, damm+renesas, iommu,
	linux-renesas-soc, linux-arm-kernel

Since the MSM IOMMU driver now probes via DT exclusively rather than
platform data, dependent masters should be deferred until the IOMMU
itself is ready. Thus we can do away with the early initialisation
hook to unconditionally claim the bus ops, and instead do that only
once an IOMMU is actually probed. Furthermore, this should also make
the driver safe for multiplatform kernels on non-MSM SoCs.

Reviewed-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
---

v2: Rebase to 4.15-rc, add tags

 drivers/iommu/msm_iommu.c | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c
index 04f4d51ffacb..dda1ce87a070 100644
--- a/drivers/iommu/msm_iommu.c
+++ b/drivers/iommu/msm_iommu.c
@@ -823,6 +823,8 @@ static int msm_iommu_probe(struct platform_device *pdev)
 		goto fail;
 	}
 
+	bus_set_iommu(&platform_bus_type, &msm_iommu_ops);
+
 	pr_info("device mapped at %p, irq %d with %d ctx banks\n",
 		iommu->base, iommu->irq, iommu->ncb);
 
@@ -875,19 +877,7 @@ static void __exit msm_iommu_driver_exit(void)
 subsys_initcall(msm_iommu_driver_init);
 module_exit(msm_iommu_driver_exit);
 
-static int __init msm_iommu_init(void)
-{
-	bus_set_iommu(&platform_bus_type, &msm_iommu_ops);
-	return 0;
-}
-
-static int __init msm_iommu_of_setup(struct device_node *np)
-{
-	msm_iommu_init();
-	return 0;
-}
-
-IOMMU_OF_DECLARE(msm_iommu_of, "qcom,apq8064-iommu", msm_iommu_of_setup);
+IOMMU_OF_DECLARE(msm_iommu_of, "qcom,apq8064-iommu", NULL);
 
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Stepan Moskovchenko <stepanm@codeaurora.org>");
-- 
2.13.4.dirty

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-17 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 16:17 [PATCH v2 1/3] iommu/msm: Claim bus ops on probe Robin Murphy
2018-01-09 16:17 ` [PATCH v2 2/3] iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook Robin Murphy
     [not found]   ` <12163854e04da92b5de586912bf7257fc0fed79a.1515512134.git.robin.murphy-5wv7dgnIgG8@public.gmane.org>
2018-01-17 13:41     ` Joerg Roedel
     [not found] ` <da664cf8f60c77cbb657cc2e3849560604eaf6da.1515512134.git.robin.murphy-5wv7dgnIgG8@public.gmane.org>
2018-01-09 16:17   ` [PATCH v2 3/3] iommu: Clean up of_iommu_init_fn Robin Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox