From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D13C8C43441 for ; Thu, 22 Nov 2018 13:35:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7451E206B2 for ; Thu, 22 Nov 2018 13:35:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7451E206B2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391432AbeKWAOe (ORCPT ); Thu, 22 Nov 2018 19:14:34 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:48612 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388648AbeKWAOd (ORCPT ); Thu, 22 Nov 2018 19:14:33 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D2A513622; Thu, 22 Nov 2018 05:35:10 -0800 (PST) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A1DE33F5AF; Thu, 22 Nov 2018 05:35:10 -0800 (PST) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id B14A71AE100B; Thu, 22 Nov 2018 13:35:26 +0000 (GMT) Date: Thu, 22 Nov 2018 13:35:26 +0000 From: Will Deacon To: Joerg Roedel Cc: Yong Wu , Matthias Brugger , Robin Murphy , Rob Herring , Tomasz Figa , linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, arnd@arndb.de, yingjoe.chen@mediatek.com, youlin.pei@mediatek.com, Nicolas Boichat , Arvind Yadav Subject: Re: [PATCH v3 00/15] MT8183 IOMMU SUPPORT Message-ID: <20181122133526.GA13896@arm.com> References: <1542422142-30688-1-git-send-email-yong.wu@mediatek.com> <20181122125931.GC1586@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181122125931.GC1586@8bytes.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 22, 2018 at 01:59:31PM +0100, Joerg Roedel wrote: > On Sat, Nov 17, 2018 at 10:35:27AM +0800, Yong Wu wrote: > > Yong Wu (14): > > dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI > > iommu/mediatek: Use a struct as the platform data > > memory: mtk-smi: Use a general config_port interface > > iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr > > helpers > > iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode > > iommu/mediatek: Add mt8183 IOMMU support > > iommu/mediatek: Add mmu1 support > > memory: mtk-smi: Invoke pm runtime_callback to enable clocks > > memory: mtk-smi: Use a struct for the platform data for smi-common > > memory: mtk-smi: Add bus_sel for mt8183 > > iommu/mediatek: Add VLD_PA_RANGE register backup when suspend > > iommu/mediatek: Add shutdown callback > > memory: mtk-smi: Get rid of need_larbid > > iommu/mediatek: Switch to SPDX license identifier > > This should probably go through the IOMMU tree. For that I'd like to > have Acks (reviews are even better) for the io-pgtable parts from Robin > and for the memory parts from Matthias first. Robin already reviewed the pgtable bits, I think. Will