From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752129AbdHDJov (ORCPT ); Fri, 4 Aug 2017 05:44:51 -0400 Received: from 8bytes.org ([81.169.241.247]:48614 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752037AbdHDJou (ORCPT ); Fri, 4 Aug 2017 05:44:50 -0400 Date: Fri, 4 Aug 2017 11:44:49 +0200 From: Joerg Roedel To: Honghui Zhang Cc: jroedel@suse.de, matthias.bgg@gmail.com, robh@kernel.org, robin.murphy@arm.com, srv_heupstream@mediatek.com, catalin.marinas@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 Subject: Re: [PATCH v2] memory: mtk-smi: Use of_device_get_match_data helper Message-ID: <20170804094448.GB30515@8bytes.org> References: <1501072660-10435-1-git-send-email-honghui.zhang@mediatek.com> <1501639370.5572.8.camel@mtksdaap41> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501639370.5572.8.camel@mtksdaap41> 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 On Wed, Aug 02, 2017 at 10:02:50AM +0800, Honghui Zhang wrote: > On Wed, 2017-07-26 at 20:37 +0800, honghui.zhang@mediatek.com wrote: > > From: Honghui Zhang > > > > Replace custom code with generic helper to retrieve driver data. > > Hi, Joerg, would you please take this one, because my last > patch[1]([patch v2 0/3] Add larbid init routine for mediatek's gen1 smi > larb driver) was base on this patch. Or should I put this one together > with the last patchset[1] and resend it with Matthias's reviewed-by > tag[2]? Yes, please send everything together. That makes it more easy for me to apply it. Thanks, Joerg From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v2] memory: mtk-smi: Use of_device_get_match_data helper Date: Fri, 4 Aug 2017 11:44:49 +0200 Message-ID: <20170804094448.GB30515@8bytes.org> References: <1501072660-10435-1-git-send-email-honghui.zhang@mediatek.com> <1501639370.5572.8.camel@mtksdaap41> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1501639370.5572.8.camel@mtksdaap41> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Honghui Zhang Cc: youlin.pei-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, jroedel-l3A5Bk7waGM@public.gmane.org, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Wed, Aug 02, 2017 at 10:02:50AM +0800, Honghui Zhang wrote: > On Wed, 2017-07-26 at 20:37 +0800, honghui.zhang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote: > > From: Honghui Zhang > > > > Replace custom code with generic helper to retrieve driver data. > > Hi, Joerg, would you please take this one, because my last > patch[1]([patch v2 0/3] Add larbid init routine for mediatek's gen1 smi > larb driver) was base on this patch. Or should I put this one together > with the last patchset[1] and resend it with Matthias's reviewed-by > tag[2]? Yes, please send everything together. That makes it more easy for me to apply it. Thanks, Joerg From mboxrd@z Thu Jan 1 00:00:00 1970 From: joro@8bytes.org (Joerg Roedel) Date: Fri, 4 Aug 2017 11:44:49 +0200 Subject: [PATCH v2] memory: mtk-smi: Use of_device_get_match_data helper In-Reply-To: <1501639370.5572.8.camel@mtksdaap41> References: <1501072660-10435-1-git-send-email-honghui.zhang@mediatek.com> <1501639370.5572.8.camel@mtksdaap41> Message-ID: <20170804094448.GB30515@8bytes.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 02, 2017 at 10:02:50AM +0800, Honghui Zhang wrote: > On Wed, 2017-07-26 at 20:37 +0800, honghui.zhang at mediatek.com wrote: > > From: Honghui Zhang > > > > Replace custom code with generic helper to retrieve driver data. > > Hi, Joerg, would you please take this one, because my last > patch[1]([patch v2 0/3] Add larbid init routine for mediatek's gen1 smi > larb driver) was base on this patch. Or should I put this one together > with the last patchset[1] and resend it with Matthias's reviewed-by > tag[2]? Yes, please send everything together. That makes it more easy for me to apply it. Thanks, Joerg