devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Mike Turquette <mturquette@linaro.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Ben Dooks <ben.dooks@codethink.co.uk>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Linux-sh list <linux-sh@vger.kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: Re: [PATCH v2 0/6] ARM: shmobile: Change to using clock-indices
Date: Thu, 4 Dec 2014 16:00:44 +0900	[thread overview]
Message-ID: <20141204070043.GA25806@verge.net.au> (raw)
In-Reply-To: <20141204041144.GA9241@verge.net.au>

On Thu, Dec 04, 2014 at 01:11:44PM +0900, Simon Horman wrote:
> On Wed, Dec 03, 2014 at 12:27:13PM +0100, Geert Uytterhoeven wrote:
> > Hi Simon,
> > 
> > On Mon, Nov 10, 2014 at 7:49 PM, Geert Uytterhoeven
> > <geert+renesas@glider.be> wrote:
> > > This patch series finalizes the conversion from the vendor-specific
> > > "renesas,clock-indices" to the generic "clock-indices", started by Ben Dooks.
> > >
> > > The patches for r8a7790 and r8a7791 were extracted from a patch that Ben sent
> > > before ("[PATCH 2/3] renesas: change to using clock-indices"), but it was never
> > > split/updated.
> > >
> > > Changes in v2:
> > >   - Drop the reference to "renesas,clock-indices" completely,
> > >   - Add Acked-by.
> > >
> > > Thanks for applying!
> > 
> > As Mike has accepted the bindings update in clk-next, can you please apply
> > the dtsi updates?
> 
> Sure, I will look into doing so; most likely tomorrow.

Thanks, I have now done so.

There was some fuzz when applying most of the patches,
I'd appreciate it if you could check that I got things right.

> > Thanks!
> > 
> > > Ben Dooks (2):
> > >   ARM: shmobile: r8a7790 dtsi: Change to using clock-indices
> > >   ARM: shmobile: r8a7791 dtsi: Change to using clock-indices
> > >
> > > Geert Uytterhoeven (4):
> > >   clk: shmobile: Deprecate renesas,clock-indices
> > >   ARM: shmobile: r8a7740 dtsi: Change to using clock-indices
> > >   ARM: shmobile: r8a7779 dtsi: Change to using clock-indices
> > >   ARM: shmobile: r8a7794 dtsi: Change to using clock-indices
> > >
> > >  .../bindings/clock/renesas,cpg-mstp-clocks.txt     |  8 ++++----
> > >  arch/arm/boot/dts/r8a7740.dtsi                     | 10 +++++-----
> > >  arch/arm/boot/dts/r8a7779.dtsi                     |  6 +++---
> > >  arch/arm/boot/dts/r8a7790.dtsi                     | 20 +++++++++++---------
> > >  arch/arm/boot/dts/r8a7791.dtsi                     | 22 ++++++++++++----------
> > >  arch/arm/boot/dts/r8a7794.dtsi                     | 14 +++++++-------
> > >  6 files changed, 42 insertions(+), 38 deletions(-)
> > 
> > Gr{oetje,eeting}s,
> > 
> >                         Geert
> > 
> > --
> > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> > 
> > In personal conversations with technical people, I call myself a hacker. But
> > when I'm talking to journalists I just say "programmer" or something like that.
> >                                 -- Linus Torvalds
> > 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2014-12-04  7:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 18:49 [PATCH v2 0/6] ARM: shmobile: Change to using clock-indices Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 1/6] clk: shmobile: Deprecate renesas,clock-indices Geert Uytterhoeven
2014-11-19 19:21   ` Mike Turquette
2014-11-10 18:49 ` [PATCH v2 2/6] ARM: shmobile: r8a7740 dtsi: Change to using clock-indices Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 3/6] ARM: shmobile: r8a7779 " Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 4/6] ARM: shmobile: r8a7790 " Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 5/6] ARM: shmobile: r8a7791 " Geert Uytterhoeven
2014-11-10 18:49 ` [PATCH v2 6/6] ARM: shmobile: r8a7794 " Geert Uytterhoeven
2014-11-12 16:43 ` [PATCH v2 0/6] ARM: shmobile: " Wolfram Sang
2014-12-03 11:27 ` Geert Uytterhoeven
2014-12-04  4:11   ` Simon Horman
2014-12-04  7:00     ` Simon Horman [this message]
2014-12-04 10:22       ` Geert Uytterhoeven
2014-12-04 11:50         ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141204070043.GA25806@verge.net.au \
    --to=horms@verge.net.au \
    --cc=ben.dooks@codethink.co.uk \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).