Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751385AbdGQNIY (ORCPT ); Mon, 17 Jul 2017 09:08:24 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:33265 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbdGQNIW (ORCPT ); Mon, 17 Jul 2017 09:08:22 -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: Mon, 17 Jul 2017 22:04:59 +0900 Message-Id: <150029669967.22030.8059216113725566341.sendpatchset@little-apple> Subject: [PATCH v2 00/05] iommu/ipmmu-vmsa: 32-bit ARM update V2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 25 iommu/ipmmu-vmsa: 32-bit ARM update V2 [PATCH v2 01/05] iommu/ipmmu-vmsa: Use iommu_device_register()/unregister() [PATCH v2 02/05] iommu/ipmmu-vmsa: Consistent ->of_xlate() handling [PATCH v2 03/05] iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARM [PATCH v2 04/05] iommu/ipmmu-vmsa: Replace local utlb code with fwspec ids [PATCH v2 05/05] iommu/ipmmu-vmsa: Clean up device tracking 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 and 5) Signed-off-by: Magnus Damm --- Changes since V1: - Minor changes to patch 1 and 2 - thanks Robin and Geert! - Added patch 5 to include further clean ups Developed on top of v4.13-rc1 drivers/iommu/ipmmu-vmsa.c | 198 ++++++++++---------------------------------- 1 file changed, 49 insertions(+), 149 deletions(-)