iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] SMMUv3 52-bit address support
@ 2018-03-26 12:35 Robin Murphy
       [not found] ` <cover.1522065583.git.robin.murphy-5wv7dgnIgG8@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Robin Murphy @ 2018-03-26 12:35 UTC (permalink / raw)
  To: will.deacon-5wv7dgnIgG8, joro-zLv9SwRftAIdnm+yROfE0A
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi all,

Here's a v3 with most of the additional cleanup as discussed, which makes
the diffstat look pretty horrific, but I think it does work out for the
better in the end. I did write a further patch converting "(1 << x)" into
"BIT(x)", but comes out as a +70/-70 diff of pure churn which somehow
manages to make the codegen in arm_smmu_device_probe() worse, so it got
git reset --hard into oblivion.

Robin.

Robin Murphy (7):
  iommu/arm-smmu-v3: Clean up address masking
  iommu/arm-smmu-v3: Clean up register definitions
  iommu/arm-smmu-v3: Clean up table definitions
  iommu/arm-smmu-v3: Clean up queue definitions
  iommu/io-pgtable-arm: Support 52-bit physical address
  iommu/arm-smmu-v3: Support 52-bit physical address
  iommu/arm-smmu-v3: Support 52-bit virtual address

 drivers/iommu/arm-smmu-v3.c    | 523 ++++++++++++++++++-----------------------
 drivers/iommu/io-pgtable-arm.c |  67 ++++--
 2 files changed, 277 insertions(+), 313 deletions(-)

-- 
2.16.1.dirty

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

end of thread, other threads:[~2018-03-26 12:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 12:35 [PATCH v3 0/7] SMMUv3 52-bit address support Robin Murphy
     [not found] ` <cover.1522065583.git.robin.murphy-5wv7dgnIgG8@public.gmane.org>
2018-03-26 12:35   ` [PATCH v3 1/7] iommu/arm-smmu-v3: Clean up address masking Robin Murphy
2018-03-26 12:35   ` [PATCH v3 2/7] iommu/arm-smmu-v3: Clean up register definitions Robin Murphy
2018-03-26 12:35   ` [PATCH v3 3/7] iommu/arm-smmu-v3: Clean up table definitions Robin Murphy
2018-03-26 12:35   ` [PATCH v3 4/7] iommu/arm-smmu-v3: Clean up queue definitions Robin Murphy
2018-03-26 12:35   ` [PATCH v3 5/7] iommu/io-pgtable-arm: Support 52-bit physical address Robin Murphy
2018-03-26 12:35   ` [PATCH v3 6/7] iommu/arm-smmu-v3: " Robin Murphy
2018-03-26 12:35   ` [PATCH v3 7/7] iommu/arm-smmu-v3: Support 52-bit virtual address Robin Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).