Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1779634imm; Thu, 14 Jun 2018 03:52:31 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJ3TInh+jCLJTDVio3t119paSQItwcdgCKRa+UrjVYgmFpVugDKYjeYt5duu/rtGA3bHl05 X-Received: by 2002:a62:f248:: with SMTP id y8-v6mr8990527pfl.217.1528973551489; Thu, 14 Jun 2018 03:52:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528973551; cv=none; d=google.com; s=arc-20160816; b=CTgJlDPukGk2cFgSmsIloBWp+1QPj0NaGchB+7+PgQlBBx8ggOjffUB53Nh9AkbaDA 8Vf3bI3uKqaMeEgfIJ1CuSYYiv4fYoVCtgdfVuyP0YxCTtww6bIRzFbLo62DbgIAOn5m mX9D5pTtmNHvSqhc6yYRIgO4Ij5g/Wa7LvXPtPu9/BfS/TZ/eEgBxSZWB5k2hienhn0I za3ZFpS9IJQpEIyhSNHRKKxC1GmH6Zz6mpU1AFrB/i7QSRzyzYCrDfH6fTP7H6aJSU+S 5WFZ44YAi6/JHeqVigXNIbDNAkKigRYmi8qiKLelBPsP8nXk0b03iNJiLmLWMFZSFXcx kbnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=hmys2IEPZObk6nH1GaAuNyjOJLfu9oQIbuZ5wGD+xwI=; b=FqiY0SPhaMHenQtDMWJnkOTC6ZHsI7KBxqQK8oQIsjjDOEkTykE8dfVOdUShHsWzBs Izzw6t8VNnnoMQV3Vh1/oTnT5ZAGQ/ts9eX/+/EUF7op6ylzhSgsfSTPybQMHgYoPRYv ZvKGd6ET5cM/iAAsX2dgFfjv6DDnVPrDmcrlsvYleWYCvEJ5q4NPQb7FhWDPM+0wwE+F TOFFk8RRwd+qNF13BEomYy58R05lTKfXXNT4Juj+FAn62zyEe/uzq9SZA28nIM7MJlVC O66feGcTzBDZPEYJqaCvoM7q+8hIX60aGF/ZWV4fXS0JjGAC4t98YQT22e2sQ3F07NDL 0KFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bf10-v6si5275705plb.423.2018.06.14.03.52.16; Thu, 14 Jun 2018 03:52:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935877AbeFNKsi (ORCPT + 99 others); Thu, 14 Jun 2018 06:48:38 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:58143 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755110AbeFNKsg (ORCPT ); Thu, 14 Jun 2018 06:48:36 -0400 X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id EB87D20006; Thu, 14 Jun 2018 10:48:38 +0000 (UTC) From: Jacopo Mondi To: geert@linux-m68k.org, horms@verge.net.au, magnus.damm@gmail.com, yoshihiro.shimoda.uh@renesas.com, joro@8bytes.org Cc: linux-renesas-soc@vger.kernel.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RESEND 0/6] iommu: ipmmu-vmsa: Add more Gen3 SoCs support Date: Thu, 14 Jun 2018 12:48:20 +0200 Message-Id: <1528973306-7962-1-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 X-Spam-Level: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, this series collects patches sent to mailing lists in late 2017 to add support for a number of R-Car Gen3 SoCs to the ipmmu-vmsa driver. Part of the series these patches were part of went in through Alex Williamson tree and are now included in v4.17. These patches have not yet been collected, and need to be rebased on v4.17, and this what this series serves for. The series: - Increses the micro-TLB size to 48bits to accomodate newer SoCs - Adds support for M3-N, M3-W, V3-M and E3 to ipmmu-vmsa driver - Documents M3-N, V3H and E3 device tree bindings All patches have been acked/reviewed by, if nothing big happens they should be ready to be collected. Thanks j Jacopo Mondi (2): dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965) iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code Magnus Damm (3): iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48 iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code iommu/ipmmu-vmsa: Document R-Car V3H and E3 IPMMU DT bindings Simon Horman (1): iommu/ipmmu-vmsa: Hook up r8a779(70|95) DT matching code .../bindings/iommu/renesas,ipmmu-vmsa.txt | 3 ++ drivers/iommu/ipmmu-vmsa.c | 38 ++++++++++++++++++---- 2 files changed, 34 insertions(+), 7 deletions(-) -- 2.7.4