From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752946AbdEHGT6 (ORCPT ); Mon, 8 May 2017 02:19:58 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:29779 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751267AbdEHGTz (ORCPT ); Mon, 8 May 2017 02:19:55 -0400 Message-ID: <1494224387.9662.10.camel@mtkswgap22> Subject: Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to proper place From: Sean Wang To: Viresh Kumar CC: , , , , , , , , , , , , , , , Date: Mon, 8 May 2017 14:19:47 +0800 In-Reply-To: <20170508041827.GC17010@vireshk-i7> References: <1493997974-17699-1-git-send-email-sean.wang@mediatek.com> <1493997974-17699-6-git-send-email-sean.wang@mediatek.com> <20170508041827.GC17010@vireshk-i7> 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 Mon, 2017-05-08 at 09:48 +0530, Viresh Kumar wrote: > On 05-05-17, 23:26, sean.wang@mediatek.com wrote: > > From: Sean Wang > > > > The old place is Documentation/devicetree/bindings/clock/ that would > > let people hard to find how to use Mediatek cpufreq driver, so moving > > it to the new place as other cpufreq dirvers are done would be better. > > > > Signed-off-by: Sean Wang > > --- > > .../devicetree/bindings/clock/mt8173-cpu-dvfs.txt | 83 ---------------------- > > .../bindings/cpufreq/cpufreq-mediatek.txt | 83 ++++++++++++++++++++++ > > 2 files changed, 83 insertions(+), 83 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/clock/mt8173-cpu-dvfs.txt > > create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt > > Please generate patches with: > > git format-patch -C -M --thread=shallow > > You would be required to resend this patch at least to let us see what has > changed. > Hi Viresh, Okay, I will do it with you provided command again. What I did for the patch is just "git mv Documentation/devicetree/bindings/clock/mt8173-cpu-dvfs.txt Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt" and no any changing data in the content. thanks for your feedback Sean