Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965069AbbLOMAf (ORCPT ); Tue, 15 Dec 2015 07:00:35 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:34369 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964921AbbLOMAd (ORCPT ); Tue, 15 Dec 2015 07:00:33 -0500 From: Magnus Damm To: iommu@lists.linux-foundation.org Cc: laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linux-sh@vger.kernel.org, joro@8bytes.org, linux-kernel@vger.kernel.org, horms+renesas@verge.net.au, Magnus Damm Date: Tue, 15 Dec 2015 21:02:12 +0900 Message-Id: <20151215120212.26216.61530.sendpatchset@little-apple> Subject: [PATCH 00/06] iommu/ipmmu-vmsa: IPMMU multi-arch update Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 31 iommu/ipmmu-vmsa: IPMMU multi-arch update [PATCH 01/06] iommu/ipmmu-vmsa: Remove platform data handling [PATCH 02/06] iommu/ipmmu-vmsa: Convert to dev_data [PATCH 03/06] iommu/ipmmu-vmsa: Break out utlb control function [PATCH 04/06] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context [PATCH 05/06] iommu/ipmmu-vmsa: Break out 32-bit ARM mapping code [PATCH 06/06] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency These patches update the IPMMU driver with a few minor changes to support multiple architectures. With these patches applied the driver is known to compile without issues on 32-bit ARM, 64-bit ARM and x86_64. With the series applied the r8a7790 IPMMU still gets invoked when the modetest utility is used to display a test pattern on the VGA port driven by the DU device. Signed-off-by: Magnus Damm --- Developed on top of renesas-drivers-2015-12-08-v4.4-rc4 drivers/iommu/Kconfig | 1 drivers/iommu/ipmmu-vmsa.c | 224 +++++++++++++++++++++++++++----------------- 2 files changed, 139 insertions(+), 86 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/