All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] iommu: Clean up map/unmap ops
@ 2023-09-12 16:18 ` Robin Murphy
  0 siblings, 0 replies; 44+ messages in thread
From: Robin Murphy @ 2023-09-12 16:18 UTC (permalink / raw)
  To: joro, will
  Cc: iommu, linux-arm-kernel, m.szyprowski, heiko, jernej.skrabec,
	thierry.reding, vdumpa

Hi all,

Time to repay a little more from the technical debt pile and actually
finalise another of our half-finished API evolutions, since it turned
out that by now this was dead simple. So much so in fact that I'm in
two minds whether to squash all the driver patches into one or not, as
they're so very mechanical.

Note that the sun50i patch is just a placeholder to make a consistent
series for now, as I'm anticipating a "proper" implementation from
Jernej.

Thanks,
Robin.


Robin Murphy (8):
  iommu/exynos: Update to {map,unmap}_pages
  iommu/omap: Update to {map,unmap}_pages
  iommu/rockchip: Update to {map,unmap}_pages
  iommu/sun50i: Update to {map,unmap}_pages
  iommu/tegra-gart: Update to {map,unmap}_pages
  iommu/tegra-smmu: Update to {map,unmap}_pages
  iommu: Retire map/unmap ops
  iommu: Improve map/unmap sanity checks

 drivers/iommu/exynos-iommu.c   | 10 +++---
 drivers/iommu/iommu.c          | 66 +++++++++-------------------------
 drivers/iommu/omap-iommu.c     | 11 +++---
 drivers/iommu/rockchip-iommu.c | 11 +++---
 drivers/iommu/sun50i-iommu.c   | 10 +++---
 drivers/iommu/tegra-gart.c     | 12 ++++---
 drivers/iommu/tegra-smmu.c     | 12 ++++---
 include/linux/iommu.h          |  6 ----
 8 files changed, 58 insertions(+), 80 deletions(-)

-- 
2.39.2.101.g768bb238c484.dirty


^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2023-09-26 14:58 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 16:18 [PATCH 0/8] iommu: Clean up map/unmap ops Robin Murphy
2023-09-12 16:18 ` Robin Murphy
2023-09-12 16:18 ` [PATCH 1/8] iommu/exynos: Update to {map,unmap}_pages Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 2/8] iommu/omap: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 3/8] iommu/rockchip: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 4/8] iommu/sun50i: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 5/8] iommu/tegra-gart: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 6/8] iommu/tegra-smmu: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 7/8] iommu: Retire map/unmap ops Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-13 14:40   ` Jason Gunthorpe
2023-09-13 14:40     ` Jason Gunthorpe
2023-09-12 16:18 ` [PATCH 8/8] iommu: Improve map/unmap sanity checks Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-13 14:39   ` Jason Gunthorpe
2023-09-13 14:39     ` Jason Gunthorpe
2023-09-13 18:46     ` Robin Murphy
2023-09-13 18:46       ` Robin Murphy
2023-09-14 12:48       ` Jason Gunthorpe
2023-09-14 12:48         ` Jason Gunthorpe
2023-09-14 14:23         ` Robin Murphy
2023-09-14 14:23           ` Robin Murphy
2023-09-14 16:48           ` Jason Gunthorpe
2023-09-14 16:48             ` Jason Gunthorpe
2023-09-19 12:18             ` Robin Murphy
2023-09-19 12:18               ` Robin Murphy
2023-09-22 17:28               ` Jason Gunthorpe
2023-09-22 17:28                 ` Jason Gunthorpe
2023-09-25 10:05 ` [PATCH 0/8] iommu: Clean up map/unmap ops Joerg Roedel
2023-09-25 10:05   ` Joerg Roedel
2023-09-25 15:33   ` Jernej Škrabec
2023-09-25 15:33     ` Jernej Škrabec
2023-09-26  9:23     ` Joerg Roedel
2023-09-26  9:23       ` Joerg Roedel
2023-09-26 12:01       ` Robin Murphy
2023-09-26 12:01         ` Robin Murphy
2023-09-26 14:57         ` Joerg Roedel
2023-09-26 14:57           ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.