mbox series

[0/3] iommu/arm-smmu: Minor probe_device related improvements

Message ID cover.1731088789.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series iommu/arm-smmu: Minor probe_device related improvements | expand

Message

Robin Murphy Nov. 8, 2024, 6:30 p.m. UTC
Hi all,

Just a few tweaks to the SMMU drivers and core code which have fallen
out of some hacking on the __iommu_probe_device() path.

Cheers,
Robin.



Robin Murphy (3):
  iommu/arm-smmu: Make instance lookup robust
  iommu/arm-smmu-v3: Clean up iopf queue on probe failure
  iommu: Manage driver probe deferral better

 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 19 ++++++++-----
 drivers/iommu/arm/arm-smmu/arm-smmu.c       | 31 ++++++++++-----------
 drivers/iommu/iommu.c                       |  2 +-
 drivers/iommu/of_iommu.c                    |  2 --
 4 files changed, 27 insertions(+), 27 deletions(-)