SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT
@ 2013-12-19 15:51 Laurent Pinchart
  2013-12-23  0:48 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2013-12-19 15:51 UTC (permalink / raw)
  To: linux-sh

Hello,

This patch set adds the MSIOF, QSPI and SSI clocks to DT for the r8a7790 and
r8a7791 SoCs.

Laurent Pinchart (6):
  ARM: shmobile: r8a7790: Add MSIOF clocks in device tree
  ARM: shmobile: r8a7791: Add MSIOF clocks in device tree
  ARM: shmobile: r8a7790: Add QSPI module clock in device tree
  ARM: shmobile: r8a7791: Add QSPI module clock in device tree
  ARM: shmobile: r8a7790: Add SSI clocks in device tree
  ARM: shmobile: r8a7791: Add SSI clocks in device tree

 arch/arm/boot/dts/r8a7790.dtsi            | 48 +++++++++++++++++++++++-----
 arch/arm/boot/dts/r8a7791.dtsi            | 52 ++++++++++++++++++++++++-------
 include/dt-bindings/clock/r8a7790-clock.h | 20 ++++++++++++
 include/dt-bindings/clock/r8a7791-clock.h | 19 +++++++++++
 4 files changed, 120 insertions(+), 19 deletions(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT
  2013-12-19 15:51 [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT Laurent Pinchart
@ 2013-12-23  0:48 ` Simon Horman
  2013-12-23 11:18 ` Laurent Pinchart
  2013-12-24  2:44 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-12-23  0:48 UTC (permalink / raw)
  To: linux-sh

Laurent, Magnus,

these all seem pretty clean.
Shall I queue them up?

On Thu, Dec 19, 2013 at 04:51:00PM +0100, Laurent Pinchart wrote:
> Hello,
> 
> This patch set adds the MSIOF, QSPI and SSI clocks to DT for the r8a7790 and
> r8a7791 SoCs.
> 
> Laurent Pinchart (6):
>   ARM: shmobile: r8a7790: Add MSIOF clocks in device tree
>   ARM: shmobile: r8a7791: Add MSIOF clocks in device tree
>   ARM: shmobile: r8a7790: Add QSPI module clock in device tree
>   ARM: shmobile: r8a7791: Add QSPI module clock in device tree
>   ARM: shmobile: r8a7790: Add SSI clocks in device tree
>   ARM: shmobile: r8a7791: Add SSI clocks in device tree
> 
>  arch/arm/boot/dts/r8a7790.dtsi            | 48 +++++++++++++++++++++++-----
>  arch/arm/boot/dts/r8a7791.dtsi            | 52 ++++++++++++++++++++++++-------
>  include/dt-bindings/clock/r8a7790-clock.h | 20 ++++++++++++
>  include/dt-bindings/clock/r8a7791-clock.h | 19 +++++++++++
>  4 files changed, 120 insertions(+), 19 deletions(-)
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> 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
> 

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

* Re: [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT
  2013-12-19 15:51 [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT Laurent Pinchart
  2013-12-23  0:48 ` Simon Horman
@ 2013-12-23 11:18 ` Laurent Pinchart
  2013-12-24  2:44 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2013-12-23 11:18 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Monday 23 December 2013 09:48:01 Simon Horman wrote:
> Laurent, Magnus,
> 
> these all seem pretty clean.
> Shall I queue them up?

I believe the patches are ready to be queued up.

> On Thu, Dec 19, 2013 at 04:51:00PM +0100, Laurent Pinchart wrote:
> > Hello,
> > 
> > This patch set adds the MSIOF, QSPI and SSI clocks to DT for the r8a7790
> > and r8a7791 SoCs.
> > 
> > Laurent Pinchart (6):
> >   ARM: shmobile: r8a7790: Add MSIOF clocks in device tree
> >   ARM: shmobile: r8a7791: Add MSIOF clocks in device tree
> >   ARM: shmobile: r8a7790: Add QSPI module clock in device tree
> >   ARM: shmobile: r8a7791: Add QSPI module clock in device tree
> >   ARM: shmobile: r8a7790: Add SSI clocks in device tree
> >   ARM: shmobile: r8a7791: Add SSI clocks in device tree
> >  
> >  arch/arm/boot/dts/r8a7790.dtsi            | 48 +++++++++++++++++++++-----
> >  arch/arm/boot/dts/r8a7791.dtsi            | 52 +++++++++++++++++++-------
> >  include/dt-bindings/clock/r8a7790-clock.h | 20 ++++++++++++
> >  include/dt-bindings/clock/r8a7791-clock.h | 19 +++++++++++
> >  4 files changed, 120 insertions(+), 19 deletions(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT
  2013-12-19 15:51 [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT Laurent Pinchart
  2013-12-23  0:48 ` Simon Horman
  2013-12-23 11:18 ` Laurent Pinchart
@ 2013-12-24  2:44 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-12-24  2:44 UTC (permalink / raw)
  To: linux-sh

On Mon, Dec 23, 2013 at 12:18:18PM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday 23 December 2013 09:48:01 Simon Horman wrote:
> > Laurent, Magnus,
> > 
> > these all seem pretty clean.
> > Shall I queue them up?
> 
> I believe the patches are ready to be queued up.

Thanks, will do.

> 
> > On Thu, Dec 19, 2013 at 04:51:00PM +0100, Laurent Pinchart wrote:
> > > Hello,
> > > 
> > > This patch set adds the MSIOF, QSPI and SSI clocks to DT for the r8a7790
> > > and r8a7791 SoCs.
> > > 
> > > Laurent Pinchart (6):
> > >   ARM: shmobile: r8a7790: Add MSIOF clocks in device tree
> > >   ARM: shmobile: r8a7791: Add MSIOF clocks in device tree
> > >   ARM: shmobile: r8a7790: Add QSPI module clock in device tree
> > >   ARM: shmobile: r8a7791: Add QSPI module clock in device tree
> > >   ARM: shmobile: r8a7790: Add SSI clocks in device tree
> > >   ARM: shmobile: r8a7791: Add SSI clocks in device tree
> > >  
> > >  arch/arm/boot/dts/r8a7790.dtsi            | 48 +++++++++++++++++++++-----
> > >  arch/arm/boot/dts/r8a7791.dtsi            | 52 +++++++++++++++++++-------
> > >  include/dt-bindings/clock/r8a7790-clock.h | 20 ++++++++++++
> > >  include/dt-bindings/clock/r8a7791-clock.h | 19 +++++++++++
> > >  4 files changed, 120 insertions(+), 19 deletions(-)
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> 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
> 

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

end of thread, other threads:[~2013-12-24  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 15:51 [PATCH 0/6] ARM: shmobile: r8a779x: Add more clocks to DT Laurent Pinchart
2013-12-23  0:48 ` Simon Horman
2013-12-23 11:18 ` Laurent Pinchart
2013-12-24  2:44 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox