On Sat, May 23, 2015 at 07:23:34PM +0300, Laurent Pinchart wrote:
On Tuesday 19 May 2015 15:20:23 Marek Szyprowski wrote:
-arch_initcall(iommu_init); +core_initcall(iommu_init);
I'll let Joerg comment on this, but this initcall ordering dance always makes me feel that something isn't quite right. Have you had a chance to look at the patch series I posted about a week ago to implement IOMMU probe deferral support ?
Yeah, this is hacky, but I can live with it until your probe deferal patch-set is merged.
Joerg