Re: [PATCH v2 2/3] iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook

2018-01-17 Thread Joerg Roedel
On Tue, Jan 09, 2018 at 04:17:26PM +, Robin Murphy wrote: > Having of_iommu_init() call ipmmu_init() via ipmmu_vmsa_iommu_of_setup() > does nothing that the subsys_initcall wouldn't do slightly later anyway, > since probe-deferral of masters means it is no longer critical to > register the driv

[PATCH v2 2/3] iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook

2018-01-09 Thread Robin Murphy
Having of_iommu_init() call ipmmu_init() via ipmmu_vmsa_iommu_of_setup() does nothing that the subsys_initcall wouldn't do slightly later anyway, since probe-deferral of masters means it is no longer critical to register the driver super-early. Clean it up. Signed-off-by: Robin Murphy --- v2: Ne