From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752727AbdJTKNI (ORCPT ); Fri, 20 Oct 2017 06:13:08 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:55937 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751655AbdJTKNF (ORCPT ); Fri, 20 Oct 2017 06:13:05 -0400 X-UUID: 756a9ee11b7547cdaafa6a728ee952e3-20171020 Message-ID: <1508494374.15871.6.camel@mhfsdcap03> Subject: Re: [PATCH v2 0/8] MT2712 IOMMU SUPPORT From: Yong Wu To: Matthias Brugger CC: Joerg Roedel , Rob Herring , "Robin Murphy" , Will Deacon , "Daniel Kurtz" , Tomasz Figa , Catalin Marinas , "linux-mediatek@lists.infradead.org" , srv_heupstream , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "iommu@lists.linux-foundation.org" , "arnd@arndb.de" , Honghui Zhang =?UTF-8?Q?=28=E5=BC=A0=E6=B4=AA=E8=BE=89=29?= , K Zhang =?UTF-8?Q?=28=E5=BC=A0=E5=87=AF=29?= , "cloud.zhou@mediatek.com" Date: Fri, 20 Oct 2017 18:12:54 +0800 In-Reply-To: <20170822143836.ac3faa7wcwfjtvjc@8bytes.org> References: <1503313221-26453-1-git-send-email-yong.wu@mediatek.com> <20170822143836.ac3faa7wcwfjtvjc@8bytes.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-08-22 at 22:38 +0800, Joerg Roedel wrote: > On Mon, Aug 21, 2017 at 07:00:13PM +0800, Yong Wu wrote: > > Yong Wu (8): > > dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI > > iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.c > > iommu/mediatek: Add mt2712 IOMMU support > > iommu/mediatek: Merge 2 M4U HWs into one iommu domain > > iommu/mediatek: Move pgtable allocation into domain_alloc > > iommu/mediatek: Disable iommu clock when system suspend > > iommu/mediatek: Enlarge the validate PA range for 4GB mode > > memory: mtk-smi: Degrade SMI init to module_init > > Applied patches 2-7. Patch 1 is something for Matthias. gentle ping. Hi Matthias, Could you help review the binding patch[1/8]? if it's ok for you too, Could you help apply it through your branch with Rob's ACK. Thanks.