From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752497AbcFVHp6 (ORCPT ); Wed, 22 Jun 2016 03:45:58 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:45447 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752156AbcFVHpz (ORCPT ); Wed, 22 Jun 2016 03:45:55 -0400 Message-ID: <1466581547.8787.18.camel@mtksdaap41> Subject: Re: [PATCH v4 5/5] ARM: dts: mt2701: add iommu/smi dtsi node for mt2701 From: Honghui Zhang To: Eddie Huang CC: Joerg Roedel , "matthias.bgg@gmail.com" , "treding@nvidia.com" , "mark.rutland@arm.com" , "robh@kernel.org" , "robin.murphy@arm.com" , "p.zabel@pengutronix.de" , "devicetree@vger.kernel.org" , "pebolle@tiscali.nl" , Kendrick Hsu =?UTF-8?Q?=28=E5=BE=90=E5=AD=90=E5=87=A1=29?= , "arnd@arndb.de" , srv_heupstream , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "linux-kernel@vger.kernel.org" , "tfiga@google.com" , "iommu@lists.linux-foundation.org" , "robh+dt@kernel.org" , "djkurtz@google.com" , "kernel@pengutronix.de" , "linux-mediatek@lists.infradead.org" , "linux-arm-kernel@lists.infradead.org" , "l.stach@pengutronix.de" , Yingjoe Chen =?UTF-8?Q?=28=3F=3F=E8=8B=B1=E6=B4=B2=29?= , Youlin Pei =?UTF-8?Q?=28=E8=A3=B4=E5=8F=8B=E6=9E=97=29?= , Erin Lo =?UTF-8?Q?=28=3F=5F=E9=9B=85=3Fg=29?= Date: Wed, 22 Jun 2016 15:45:47 +0800 In-Reply-To: <1466574342.27791.8.camel@mtksdaap41> References: <1465379461-14757-1-git-send-email-honghui.zhang@mediatek.com> <1465379461-14757-6-git-send-email-honghui.zhang@mediatek.com> <20160621095748.GE28248@8bytes.org> <1466574342.27791.8.camel@mtksdaap41> 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 Wed, 2016-06-22 at 13:45 +0800, Eddie Huang wrote: > On Tue, 2016-06-21 at 17:57 +0800, Joerg Roedel wrote: > > On Wed, Jun 08, 2016 at 05:51:01PM +0800, honghui.zhang@mediatek.com wrote: > > > From: Honghui Zhang > > > > > > Add the dtsi node of iommu and smi for mt2701. > > > > > > Signed-off-by: Honghui Zhang > > > --- > > > arch/arm/boot/dts/mt2701.dtsi | 51 +++++++++++++++++++++++++++++++++++++++++++ > > > 1 file changed, 51 insertions(+) > > > > Okay, I pushed my arm/mediatek branch to my tree at > > > > git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git > > > > Please base the patch on that branch and re-send. > > > > I think it is better let Mediatek SoC maintainer Matthias to accept dtsi > patch like other drivers. This can avoid dtsi conflict. As I > remember,last time MT8173 IOMMU dtsi patch accepted in iommu tree and > mt8173.dtsi had conflict with arm soc tree at the merge window. Honghui > should resend this patch to Matthias, and elaborate your dependency with > clock and power domain dtsi, then Matthias know the merge sequence. > Thanks, Eddie. Hi, Joerg, This one is based on CCF "arm: dts: mt2701: Add clock controller device nodes"[1] and power domain patch "Mediatek MT2701 SCPSYS power domain support v7"[2], But these two patchset are still being review now. Do you think it's better that I send this one later after ccf and power domain patch got merged, and let Matthias take it? Thanks. [1] https://patchwork.kernel.org/patch/9109081 [2] http://lists.infradead.org/pipermail/linux-mediatek/2016-May/005429.html > Eddie > Thanks > >