Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751944AbdHDKGh (ORCPT ); Fri, 4 Aug 2017 06:06:37 -0400 Received: from 8bytes.org ([81.169.241.247]:48962 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbdHDKGf (ORCPT ); Fri, 4 Aug 2017 06:06:35 -0400 Date: Fri, 4 Aug 2017 12:06:33 +0200 From: Joerg Roedel To: honghui.zhang@mediatek.com Cc: matthias.bgg@gmail.com, robh@kernel.org, robin.murphy@arm.com, robh+dt@kernel.org, devicetree@vger.kernel.org, kendrick.hsu@mediatek.com, srv_heupstream@mediatek.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, youlin.pei@mediatek.com, erin.lo@mediatek.com, yong.wu@mediatek.com, xinping.qian@mediatek.com Subject: Re: [PATCH v3 0/4] Add larbid init routine for mediatek's gen1 smi larb driver Message-ID: <20170804100632.GC17443@8bytes.org> References: <1501810348-20997-1-git-send-email-honghui.zhang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501810348-20997-1-git-send-email-honghui.zhang@mediatek.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 602 Lines: 13 On Fri, Aug 04, 2017 at 09:32:24AM +0800, honghui.zhang@mediatek.com wrote: > Honghui Zhang (4): > memory: mtk-smi: Use of_device_get_match_data helper > memory: mtk-smi: add larbid handle routine > dt-bindings: mediatek: add descriptions for larbid > arm: dts: mediatek: add larbid property for larb > > .../memory-controllers/mediatek,smi-larb.txt | 15 +++++++++++++ > arch/arm/boot/dts/mt2701.dtsi | 3 +++ > drivers/memory/mtk-smi.c | 26 ++++++++++++---------- > 3 files changed, 32 insertions(+), 12 deletions(-) Applied, thanks.