iommu/ipmmu-vmsa: 32-bit ARM update [PATCH 01/04] iommu/ipmmu-vmsa: Use iommu_device_register()/unregister() [PATCH 02/04] iommu/ipmmu-vmsa: Consistent ->of_xlate() handling [PATCH 03/04] iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARM [PATCH 04/04] iommu/ipmmu-vmsa: Replace local utlb code with fwspec ids This series updates the IPMMU driver to make use of recent IOMMU framework changes and also improves code sharing in the driver between the 32-bit and 64-bit dma-mapping architecture glue code. Suggested-by: Robin Murphy <robin.murphy@xxxxxxx> (Patch 2 and 4) Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx> (Patch 3) Signed-off-by: Magnus Damm <damm+renesas@xxxxxxxxxxxxx> --- Developed on renesas-drivers-2017-06-13-v4.12-rc5 and rebased to next-20170614 drivers/iommu/ipmmu-vmsa.c | 186 +++++++++++--------------------------------- 1 file changed, 49 insertions(+), 137 deletions(-)