All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Initial r8a7794/Alt device tree
@ 2014-09-05 10:23 Ulrich Hecht
  2014-09-08  1:54 ` Simon Horman
  2014-09-09  2:29 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Hecht @ 2014-09-05 10:23 UTC (permalink / raw)
  To: linux-sh

Hi!

These are the DT parts of the initial r8a7794 support, with the bugs pointed
out by Khiem Nguyen fixed and the unused MSTP5 bit 2 dropped.

CU
Uli

Changes since v4:
- dropped unused MSTP5 bit 2

Changes since v3:
- dropped C code
- fixed compatible property for GIC
- removed non-existing MSTP5 bit 1 in header file

Changes since v2:
- dropped bindings stuff
- split SoC and board DT into two patches

Changes since v1:
- removed loadaddr
- added init_late method to DT_MACHINE_START
- removed board file
- renamed serial10 to serial0 because we're not popular enough to be
  different
- reordered patches according to dependencies


Ulrich Hecht (2):
  ARM: shmobile: Initial r8a7794 SoC device tree
  ARM: shmobile: Initial Alt board device tree

 arch/arm/boot/dts/Makefile                |   3 +-
 arch/arm/boot/dts/r8a7794-alt.dts         |  47 +++
 arch/arm/boot/dts/r8a7794.dtsi            | 531 ++++++++++++++++++++++++++++++
 include/dt-bindings/clock/r8a7794-clock.h |  80 +++++
 4 files changed, 660 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/r8a7794-alt.dts
 create mode 100644 arch/arm/boot/dts/r8a7794.dtsi
 create mode 100644 include/dt-bindings/clock/r8a7794-clock.h

-- 
1.8.4.5


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

* Re: [PATCH v5 0/2] Initial r8a7794/Alt device tree
  2014-09-05 10:23 [PATCH v5 0/2] Initial r8a7794/Alt device tree Ulrich Hecht
@ 2014-09-08  1:54 ` Simon Horman
  2014-09-09  2:29 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-09-08  1:54 UTC (permalink / raw)
  To: linux-sh

On Fri, Sep 05, 2014 at 12:23:47PM +0200, Ulrich Hecht wrote:
> Hi!
> 
> These are the DT parts of the initial r8a7794 support, with the bugs pointed
> out by Khiem Nguyen fixed and the unused MSTP5 bit 2 dropped.

Thanks,

I plan to leave them open for review a little
bit longer and if all goes well queue them up tomorrow.

Note to self: v3 was Acked by Magnus

> CU
> Uli
> 
> Changes since v4:
> - dropped unused MSTP5 bit 2
> 
> Changes since v3:
> - dropped C code
> - fixed compatible property for GIC
> - removed non-existing MSTP5 bit 1 in header file
> 
> Changes since v2:
> - dropped bindings stuff
> - split SoC and board DT into two patches
> 
> Changes since v1:
> - removed loadaddr
> - added init_late method to DT_MACHINE_START
> - removed board file
> - renamed serial10 to serial0 because we're not popular enough to be
>   different
> - reordered patches according to dependencies
> 
> 
> Ulrich Hecht (2):
>   ARM: shmobile: Initial r8a7794 SoC device tree
>   ARM: shmobile: Initial Alt board device tree
> 
>  arch/arm/boot/dts/Makefile                |   3 +-
>  arch/arm/boot/dts/r8a7794-alt.dts         |  47 +++
>  arch/arm/boot/dts/r8a7794.dtsi            | 531 ++++++++++++++++++++++++++++++
>  include/dt-bindings/clock/r8a7794-clock.h |  80 +++++
>  4 files changed, 660 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/boot/dts/r8a7794-alt.dts
>  create mode 100644 arch/arm/boot/dts/r8a7794.dtsi
>  create mode 100644 include/dt-bindings/clock/r8a7794-clock.h
> 
> -- 
> 1.8.4.5
> 

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

* Re: [PATCH v5 0/2] Initial r8a7794/Alt device tree
  2014-09-05 10:23 [PATCH v5 0/2] Initial r8a7794/Alt device tree Ulrich Hecht
  2014-09-08  1:54 ` Simon Horman
@ 2014-09-09  2:29 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-09-09  2:29 UTC (permalink / raw)
  To: linux-sh

On Mon, Sep 08, 2014 at 10:54:25AM +0900, Simon Horman wrote:
> On Fri, Sep 05, 2014 at 12:23:47PM +0200, Ulrich Hecht wrote:
> > Hi!
> > 
> > These are the DT parts of the initial r8a7794 support, with the bugs pointed
> > out by Khiem Nguyen fixed and the unused MSTP5 bit 2 dropped.
> 
> Thanks,
> 
> I plan to leave them open for review a little
> bit longer and if all goes well queue them up tomorrow.
> 
> Note to self: v3 was Acked by Magnus

I have now queued these up with Magnus's Ack.

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

end of thread, other threads:[~2014-09-09  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05 10:23 [PATCH v5 0/2] Initial r8a7794/Alt device tree Ulrich Hecht
2014-09-08  1:54 ` Simon Horman
2014-09-09  2:29 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.