Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752170AbdFOKc7 (ORCPT ); Thu, 15 Jun 2017 06:32:59 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33261 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbdFOKc5 (ORCPT ); Thu, 15 Jun 2017 06:32:57 -0400 From: Magnus Damm To: joro@8bytes.org Cc: laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, sricharan@codeaurora.org, will.deacon@arm.com, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, iommu@lists.linux-foundation.org, horms+renesas@verge.net.au, Magnus Damm , robin.murphy@arm.com, m.szyprowski@samsung.com Date: Thu, 15 Jun 2017 19:29:05 +0900 Message-Id: <149752254550.21887.15183665699230243235.sendpatchset@little-apple> Subject: [PATCH 00/04] iommu/ipmmu-vmsa: 32-bit ARM update Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 913 Lines: 20 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 (Patch 2 and 4) Signed-off-by: Robin Murphy (Patch 3) Signed-off-by: Magnus Damm --- 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(-)