On Thu, Nov 10, 2022 at 04:44:07PM +0100, Marek Szyprowski wrote: > Registering a SYSMMU platform driver might directly trigger initializing > IOMMU domains and performing the initial mappings. Also the IOMMU core > might use the IOMMU hardware once it has been registered with > iommu_device_register() function. Ensure that all driver resources are > allocated and initialized before the driver advertise its presence to the > platform bus and the IOMMU subsystem. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > drivers/iommu/exynos-iommu.c | 26 ++++++++++++-------------- > 1 file changed, 12 insertions(+), 14 deletions(-) Removed v1 and applied this instead, thanks.