linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi
@ 2014-04-02 14:31 Laurent Pinchart
  2014-04-10  9:09 ` Magnus Damm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-04-02 14:31 UTC (permalink / raw)
  To: linux-sh

Hello,

The VSP1 clocks were incorrectly named in the r8a7790 and r8a7791 .dtsi. This
patch set fixes the problem.

Laurent Pinchart (2):
  ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)
  ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_S

 arch/arm/boot/dts/r8a7790.dtsi            | 2 +-
 arch/arm/boot/dts/r8a7791.dtsi            | 2 +-
 include/dt-bindings/clock/r8a7790-clock.h | 4 ++--
 include/dt-bindings/clock/r8a7791-clock.h | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi
  2014-04-02 14:31 [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi Laurent Pinchart
@ 2014-04-10  9:09 ` Magnus Damm
  2014-04-10 22:59 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2014-04-10  9:09 UTC (permalink / raw)
  To: linux-sh

Hi Laurent,

[CC Simon]

On Wed, Apr 2, 2014 at 11:31 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> Hello,
>
> The VSP1 clocks were incorrectly named in the r8a7790 and r8a7791 .dtsi. This
> patch set fixes the problem.
>
> Laurent Pinchart (2):
>   ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)
>   ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_S

Thanks for fixing this. These patches look fine to me.

Acked-by: Magnus Damm <damm@opensource.se>

Simon, can you please pick up?

Cheers,

/ magnus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi
  2014-04-02 14:31 [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi Laurent Pinchart
  2014-04-10  9:09 ` Magnus Damm
@ 2014-04-10 22:59 ` Simon Horman
  2014-04-10 23:32 ` Laurent Pinchart
  2014-04-11  0:02 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-04-10 22:59 UTC (permalink / raw)
  To: linux-sh

On Thu, Apr 10, 2014 at 06:09:20PM +0900, Magnus Damm wrote:
> Hi Laurent,
> 
> [CC Simon]

Thanks, it helps my work flow immensely to be CCed on patches
that I should handle one way or another.

> 
> On Wed, Apr 2, 2014 at 11:31 PM, Laurent Pinchart
> <laurent.pinchart+renesas@ideasonboard.com> wrote:
> > Hello,
> >
> > The VSP1 clocks were incorrectly named in the r8a7790 and r8a7791 .dtsi. This
> > patch set fixes the problem.
> >
> > Laurent Pinchart (2):
> >   ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)
> >   ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_S
> 
> Thanks for fixing this. These patches look fine to me.
> 
> Acked-by: Magnus Damm <damm@opensource.se>
> 
> Simon, can you please pick up?

Done

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi
  2014-04-02 14:31 [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi Laurent Pinchart
  2014-04-10  9:09 ` Magnus Damm
  2014-04-10 22:59 ` Simon Horman
@ 2014-04-10 23:32 ` Laurent Pinchart
  2014-04-11  0:02 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-04-10 23:32 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Friday 11 April 2014 07:59:43 Simon Horman wrote:
> On Thu, Apr 10, 2014 at 06:09:20PM +0900, Magnus Damm wrote:
> > Hi Laurent,
> > 
> > [CC Simon]
> 
> Thanks, it helps my work flow immensely to be CCed on patches
> that I should handle one way or another.

Every maintainer has different preferences, and for some reason I thought you 
relied on patchwork more than on e-mails to track patches. I'll make sure to 
CC you in the future.

> > On Wed, Apr 2, 2014 at 11:31 PM, Laurent Pinchart wrote:
> > > Hello,
> > > 
> > > The VSP1 clocks were incorrectly named in the r8a7790 and r8a7791 .dtsi.
> > > This patch set fixes the problem.
> > > 
> > > Laurent Pinchart (2):
> > >   ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)
> > >   ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_S
> > 
> > Thanks for fixing this. These patches look fine to me.
> > 
> > Acked-by: Magnus Damm <damm@opensource.se>
> > 
> > Simon, can you please pick up?
> 
> Done

Thank you.

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi
  2014-04-02 14:31 [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi Laurent Pinchart
                   ` (2 preceding siblings ...)
  2014-04-10 23:32 ` Laurent Pinchart
@ 2014-04-11  0:02 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-04-11  0:02 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 11, 2014 at 01:32:31AM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Friday 11 April 2014 07:59:43 Simon Horman wrote:
> > On Thu, Apr 10, 2014 at 06:09:20PM +0900, Magnus Damm wrote:
> > > Hi Laurent,
> > > 
> > > [CC Simon]
> > 
> > Thanks, it helps my work flow immensely to be CCed on patches
> > that I should handle one way or another.
> 
> Every maintainer has different preferences, and for some reason I thought you 
> relied on patchwork more than on e-mails to track patches. I'll make sure to 
> CC you in the future.

Thanks.

I do use patchwork but usually as a secondary reference.
I usually pull patches straight out of email.

> 
> > > On Wed, Apr 2, 2014 at 11:31 PM, Laurent Pinchart wrote:
> > > > Hello,
> > > > 
> > > > The VSP1 clocks were incorrectly named in the r8a7790 and r8a7791 .dtsi.
> > > > This patch set fixes the problem.
> > > > 
> > > > Laurent Pinchart (2):
> > > >   ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)
> > > >   ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_S
> > > 
> > > Thanks for fixing this. These patches look fine to me.
> > > 
> > > Acked-by: Magnus Damm <damm@opensource.se>
> > > 
> > > Simon, can you please pick up?
> > 
> > Done
> 
> Thank you.
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-11  0:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 14:31 [PATCH 0/2] Fix VSP1 clock names in r8a779[01] .dtsi Laurent Pinchart
2014-04-10  9:09 ` Magnus Damm
2014-04-10 22:59 ` Simon Horman
2014-04-10 23:32 ` Laurent Pinchart
2014-04-11  0:02 ` Simon Horman

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).