From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751848AbdHQBvn (ORCPT ); Wed, 16 Aug 2017 21:51:43 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:58397 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751490AbdHQBvl (ORCPT ); Wed, 16 Aug 2017 21:51:41 -0400 Message-ID: <1502934695.1128.11.camel@mhfsdcap03> Subject: Re: [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description From: Guochun Mao To: Cyrille Pitchen , Matthias Brugger , Rob Herring CC: Matthias Brugger , Cyrille Pitchen , Boris Brezillon , Marek Vasut , David Woodhouse , Richard Weinberger , Mark Rutland , Russell King , , , , , Date: Thu, 17 Aug 2017 09:51:35 +0800 In-Reply-To: <20170810182146.glmikeqpqwe66dwt@rob-hp-laptop> References: <1501834239-25581-1-git-send-email-guochun.mao@mediatek.com> <1501834239-25581-2-git-send-email-guochun.mao@mediatek.com> <20170810182146.glmikeqpqwe66dwt@rob-hp-laptop> 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 Thu, 2017-08-10 at 13:21 -0500, Rob Herring wrote: > On Fri, Aug 04, 2017 at 04:10:39PM +0800, Guochun Mao wrote: > > Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor" > > for nor flash node's compatible strings. > > Explicate the fallback compatible. > > > > Signed-off-by: Guochun Mao > > --- > > .../devicetree/bindings/mtd/mtk-quadspi.txt | 15 +++++++++------ > > 1 file changed, 9 insertions(+), 6 deletions(-) > > Acked-by: Rob Herring Hi Rob, Thank you very much! Hi Matthias, Cyrille, Thanks a lot for your efforts in reviewing the patch. Is there any comment about the patch this version? I appreciate your suggestion. BR, Guochun From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guochun Mao Subject: Re: [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description Date: Thu, 17 Aug 2017 09:51:35 +0800 Message-ID: <1502934695.1128.11.camel@mhfsdcap03> References: <1501834239-25581-1-git-send-email-guochun.mao@mediatek.com> <1501834239-25581-2-git-send-email-guochun.mao@mediatek.com> <20170810182146.glmikeqpqwe66dwt@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170810182146.glmikeqpqwe66dwt@rob-hp-laptop> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: Matthias Brugger , Cyrille Pitchen , Boris Brezillon , Marek Vasut , David Woodhouse , Richard Weinberger , Mark Rutland , Russell King , linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, 2017-08-10 at 13:21 -0500, Rob Herring wrote: > On Fri, Aug 04, 2017 at 04:10:39PM +0800, Guochun Mao wrote: > > Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor" > > for nor flash node's compatible strings. > > Explicate the fallback compatible. > > > > Signed-off-by: Guochun Mao > > --- > > .../devicetree/bindings/mtd/mtk-quadspi.txt | 15 +++++++++------ > > 1 file changed, 9 insertions(+), 6 deletions(-) > > Acked-by: Rob Herring Hi Rob, Thank you very much! Hi Matthias, Cyrille, Thanks a lot for your efforts in reviewing the patch. Is there any comment about the patch this version? I appreciate your suggestion. BR, Guochun -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: guochun.mao@mediatek.com (Guochun Mao) Date: Thu, 17 Aug 2017 09:51:35 +0800 Subject: [PATCH v5 1/1] dt-bindings: mtd: add new compatible strings and improve description In-Reply-To: <20170810182146.glmikeqpqwe66dwt@rob-hp-laptop> References: <1501834239-25581-1-git-send-email-guochun.mao@mediatek.com> <1501834239-25581-2-git-send-email-guochun.mao@mediatek.com> <20170810182146.glmikeqpqwe66dwt@rob-hp-laptop> Message-ID: <1502934695.1128.11.camel@mhfsdcap03> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2017-08-10 at 13:21 -0500, Rob Herring wrote: > On Fri, Aug 04, 2017 at 04:10:39PM +0800, Guochun Mao wrote: > > Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor" > > for nor flash node's compatible strings. > > Explicate the fallback compatible. > > > > Signed-off-by: Guochun Mao > > --- > > .../devicetree/bindings/mtd/mtk-quadspi.txt | 15 +++++++++------ > > 1 file changed, 9 insertions(+), 6 deletions(-) > > Acked-by: Rob Herring Hi Rob, Thank you very much! Hi Matthias, Cyrille, Thanks a lot for your efforts in reviewing the patch. Is there any comment about the patch this version? I appreciate your suggestion. BR, Guochun