On Mon, 2017-05-08 at 09:48 +0530, Viresh Kumar wrote:
> On 05-05-17, 23:26, [email protected] wrote:
> > From: Sean Wang <[email protected]>
> >
> > 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 <[email protected]>
> > ---
> > .../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