From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754916AbdCGIIa (ORCPT ); Tue, 7 Mar 2017 03:08:30 -0500 Received: from mailgw01.mediatek.com ([218.249.47.110]:54133 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751443AbdCGIHq (ORCPT ); Tue, 7 Mar 2017 03:07:46 -0500 Message-ID: <1488873907.10538.3.camel@mhfsdcap03> Subject: Re: [PATCH v4 1/3] mmc: dt-bindings: update Mediatek MMC bindings From: Yong Mao To: Rob Herring CC: Ulf Hansson , Linus Walleij , Chaotian Jing , Eddie Huang , Chunfeng Yun , "linux-mmc@vger.kernel.org" , srv_heupstream , , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" Date: Tue, 7 Mar 2017 16:05:07 +0800 In-Reply-To: <1488512995.21451.16.camel@mhfsdcap03> References: <1484988923-1543-1-git-send-email-yong.mao@mediatek.com> <1484988923-1543-2-git-send-email-yong.mao@mediatek.com> <1487930376.22858.14.camel@mhfsdcap03> <1488512995.21451.16.camel@mhfsdcap03> 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 Fri, 2017-03-03 at 11:49 +0800, Yong Mao wrote: > On Fri, 2017-02-24 at 16:47 -0600, Rob Herring wrote: > > On Fri, Feb 24, 2017 at 3:59 AM, Yong Mao wrote: > > > Dear Rob, > > > > > > Could you please help to make comments for this patch? > > > Thanks. > > > > I already did comment. It's still wrong as Ulf commented. So fix and > > send a new version. It has to go to the DT list if you want to be in > > my queue. > > > > Rob > > After reviewing the history, We guess your mentioned Ulf's comments is as below. > > "> +- mtk-hs200-cmd-int-delay: HS200 command internal delay setting. > > + The value is an integer from 0 to 31 > > Please change to: > > mediatek,hs200-cmd-delay > > ... and if there is a unit, like ns or us, please add that a suffix. > > > +- mtk-hs400-cmd-int-delay: HS400 command internal delay setting > > + The value is an integer from 0 to 31 > > mediatek,hs400-cmd-delay and add unit if applicable. > > > +- mtk-hs400-cmd-resp-sel: HS400 command response sample selection > > + The value is an integer from 0 to 1 > > mediatek,hs400-cmd-resp-sel > > And make it a boolean value instead!" > > ==> We already fix this comment in v4. > We use "mediatek,hs200-cmd-int-delay" to replace "mtk-hs200-cmd-int-delay", > but not use "mediatek,hs200-cmd-delay". This is because "-int-" here means internal. > We should not drop it. > > And this field does not have unit, it only have total 32 stages. > We also change the description in v4. > > For comment about "mtk-hs400-cmd-resp-sel", we also make it a boolean value in v4. > And re-name it as "mediatek,hs400-cmd-resp-rising". > > Please help to point out where we need to modify. > Thanks. > > Please help to point out a bright way for this patch. We are anxiously waiting for your response. Best Regards, Yong Mao.