]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iommu/arm-smmu: Retire probe deferral workaround
authorRobin Murphy <robin.murphy@arm.com>
Thu, 5 Dec 2024 16:33:56 +0000 (16:33 +0000)
committerWill Deacon <will@kernel.org>
Mon, 9 Dec 2024 22:46:53 +0000 (22:46 +0000)
commit97cb1fa0272646c2a033b05338bb8e0260879968
tree98eff8a8e4c13296ee8ef5571cbea0bda087e928
parent7d835134d4e13e9c30509fd24a42f8c2b94135ea
iommu/arm-smmu: Retire probe deferral workaround

This reverts commit 229e6ee43d2a160a1592b83aad620d6027084aad.

Now that the fundamental ordering issue between arm_smmu_get_by_fwnode()
and iommu_device_register() is resolved, the race condition for client
probe no longer exists either, so retire the specific workaround.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/4167c5dfa052d4c8bb780f0a30af63dcfc4ce6c1.1733406914.git.robin.murphy@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu.c