From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751535AbdIFFk6 (ORCPT ); Wed, 6 Sep 2017 01:40:58 -0400 Received: from mailgw02.mediatek.com ([218.249.47.111]:33512 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750752AbdIFFkz (ORCPT ); Wed, 6 Sep 2017 01:40:55 -0400 X-UUID: 6ef8ec79370e4f20a9f1d89a7d218d25-20170906 Message-ID: <1504676444.20565.3.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.chou@mediatek.com" Date: Wed, 6 Sep 2017 13:40:44 +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. Hi Matthias, Could you help review the patch[1/8]? If it's ok for you too,Could you help apply that one via your tree. Thanks.