All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Initial r8a7794/Alt support
@ 2014-08-29 18:15 Ulrich Hecht
  2014-08-29 18:15 ` [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support Ulrich Hecht
  0 siblings, 1 reply; 8+ messages in thread
From: Ulrich Hecht @ 2014-08-29 18:15 UTC (permalink / raw)
  To: linux-sh

Hi!

Here's the E2 support again, with all the suggestions worked in. See below
for details.

CU
Uli


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 (6):
  ARM: shmobile: support Cortex-A7 in shmobile_init_delay()
  ARM: shmobile: Initial r8a7794 SoC support
  ARM: shmobile: Initial r8a7794 and Alt device tree
  ARM: shmobile: r8a7794: document MSTP clock support
  ARM: shmobile: r8a7794: document SCIF clock support
  ARM: shmobile: r8a7794: document CPG clock support

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
 .../clock/renesas,rcar-gen2-cpg-clocks.txt         |   1 +
 .../bindings/serial/renesas,sci-serial.txt         |   4 +
 arch/arm/boot/dts/Makefile                         |   3 +-
 arch/arm/boot/dts/r8a7794-alt.dts                  |  47 ++
 arch/arm/boot/dts/r8a7794.dtsi                     | 531 +++++++++++++++++++++
 arch/arm/mach-shmobile/Kconfig                     |   4 +
 arch/arm/mach-shmobile/Makefile                    |   1 +
 arch/arm/mach-shmobile/setup-r8a7794.c             |  35 ++
 arch/arm/mach-shmobile/timer.c                     |   9 +-
 include/dt-bindings/clock/r8a7794-clock.h          |  82 ++++
 11 files changed, 713 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/r8a7794-alt.dts
 create mode 100644 arch/arm/boot/dts/r8a7794.dtsi
 create mode 100644 arch/arm/mach-shmobile/setup-r8a7794.c
 create mode 100644 include/dt-bindings/clock/r8a7794-clock.h

-- 
1.8.4.5


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

* [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
@ 2014-08-29 18:15 ` Ulrich Hecht
  2014-09-01  1:30     ` Simon Horman
  0 siblings, 1 reply; 8+ messages in thread
From: Ulrich Hecht @ 2014-08-29 18:15 UTC (permalink / raw)
  To: linux-sh

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index b355660..7b87eb2 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -20,6 +20,10 @@ Required properties:
     - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
     - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
     - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
+    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
+    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
+    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
+    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
     - "renesas,scif" for generic SCIF compatible UART.
     - "renesas,scifa" for generic SCIFA compatible UART.
     - "renesas,scifb" for generic SCIFB compatible UART.
-- 
1.8.4.5


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

* Re: [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
  2014-08-29 18:15 ` [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support Ulrich Hecht
@ 2014-09-01  1:30     ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-09-01  1:30 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-sh, mturquette, magnus.damm, Greg Kroah-Hartman, linux-serial

Hi Ulrich,

please repost this patch with the following recipients added
(both CCed on this email):

To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-serial@vger.kernel.org

I am also sure that Mike Turquette would not mind being dropped from
the CC list.

Please also include:

Acked-by: Simon Horman <horms+renesas@verge.net.au>

On Fri, Aug 29, 2014 at 08:15:09PM +0200, Ulrich Hecht wrote:
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
>  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> index b355660..7b87eb2 100644
> --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> @@ -20,6 +20,10 @@ Required properties:
>      - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
>      - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
>      - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
> +    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
> +    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
> +    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
> +    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
>      - "renesas,scif" for generic SCIF compatible UART.
>      - "renesas,scifa" for generic SCIFA compatible UART.
>      - "renesas,scifb" for generic SCIFB compatible UART.
> -- 
> 1.8.4.5
> 
> --
> 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] 8+ messages in thread

* Re: [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
@ 2014-09-01  1:30     ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-09-01  1:30 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-sh, mturquette, magnus.damm, Greg Kroah-Hartman, linux-serial

Hi Ulrich,

please repost this patch with the following recipients added
(both CCed on this email):

To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-serial@vger.kernel.org

I am also sure that Mike Turquette would not mind being dropped from
the CC list.

Please also include:

Acked-by: Simon Horman <horms+renesas@verge.net.au>

On Fri, Aug 29, 2014 at 08:15:09PM +0200, Ulrich Hecht wrote:
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
>  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> index b355660..7b87eb2 100644
> --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> @@ -20,6 +20,10 @@ Required properties:
>      - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
>      - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
>      - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
> +    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
> +    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
> +    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
> +    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
>      - "renesas,scif" for generic SCIF compatible UART.
>      - "renesas,scifa" for generic SCIFA compatible UART.
>      - "renesas,scifb" for generic SCIFB compatible UART.
> -- 
> 1.8.4.5
> 
> --
> 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] 8+ messages in thread

* Re: [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
  2014-09-01  1:30     ` Simon Horman
@ 2014-09-01 21:59       ` Mike Turquette
  -1 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2014-09-01 21:59 UTC (permalink / raw)
  To: Simon Horman, Ulrich Hecht
  Cc: linux-sh, magnus.damm, Greg Kroah-Hartman, linux-serial

Quoting Simon Horman (2014-08-31 18:30:42)
> Hi Ulrich,
> 
> please repost this patch with the following recipients added
> (both CCed on this email):
> 
> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: linux-serial@vger.kernel.org
> 
> I am also sure that Mike Turquette would not mind being dropped from
> the CC list.

Yeah, I don't really care about DT binding updates ;-)

Regards,
Mike

> 
> Please also include:
> 
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
> 
> On Fri, Aug 29, 2014 at 08:15:09PM +0200, Ulrich Hecht wrote:
> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> > ---
> >  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > index b355660..7b87eb2 100644
> > --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > @@ -20,6 +20,10 @@ Required properties:
> >      - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
> >      - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
> >      - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
> > +    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
> > +    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
> > +    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
> > +    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
> >      - "renesas,scif" for generic SCIF compatible UART.
> >      - "renesas,scifa" for generic SCIFA compatible UART.
> >      - "renesas,scifb" for generic SCIFB compatible UART.
> > -- 
> > 1.8.4.5
> > 
> > --
> > 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] 8+ messages in thread

* Re: [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
@ 2014-09-01 21:59       ` Mike Turquette
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2014-09-01 21:59 UTC (permalink / raw)
  To: Simon Horman, Ulrich Hecht
  Cc: linux-sh, magnus.damm, Greg Kroah-Hartman, linux-serial

Quoting Simon Horman (2014-08-31 18:30:42)
> Hi Ulrich,
> 
> please repost this patch with the following recipients added
> (both CCed on this email):
> 
> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: linux-serial@vger.kernel.org
> 
> I am also sure that Mike Turquette would not mind being dropped from
> the CC list.

Yeah, I don't really care about DT binding updates ;-)

Regards,
Mike

> 
> Please also include:
> 
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
> 
> On Fri, Aug 29, 2014 at 08:15:09PM +0200, Ulrich Hecht wrote:
> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> > ---
> >  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > index b355660..7b87eb2 100644
> > --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > @@ -20,6 +20,10 @@ Required properties:
> >      - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
> >      - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
> >      - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
> > +    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
> > +    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
> > +    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
> > +    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
> >      - "renesas,scif" for generic SCIF compatible UART.
> >      - "renesas,scifa" for generic SCIFA compatible UART.
> >      - "renesas,scifb" for generic SCIFB compatible UART.
> > -- 
> > 1.8.4.5
> > 
> > --
> > 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] 8+ messages in thread

* Re: [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
  2014-09-01 21:59       ` Mike Turquette
@ 2014-09-01 22:05         ` Mike Turquette
  -1 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2014-09-01 22:05 UTC (permalink / raw)
  To: Simon Horman, Ulrich Hecht
  Cc: linux-sh, magnus.damm, Greg Kroah-Hartman, linux-serial

Quoting Mike Turquette (2014-09-01 14:59:46)
> Quoting Simon Horman (2014-08-31 18:30:42)
> > Hi Ulrich,
> > 
> > please repost this patch with the following recipients added
> > (both CCed on this email):
> > 
> > To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: linux-serial@vger.kernel.org
> > 
> > I am also sure that Mike Turquette would not mind being dropped from
> > the CC list.
> 
> Yeah, I don't really care about DT binding updates ;-)

s/DT binding/serial DT binding/

That's what I get for trying to be cute on the mailing list...

Mike

> 
> Regards,
> Mike
> 
> > 
> > Please also include:
> > 
> > Acked-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > On Fri, Aug 29, 2014 at 08:15:09PM +0200, Ulrich Hecht wrote:
> > > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> > > ---
> > >  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
> > >  1 file changed, 4 insertions(+)
> > > 
> > > diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > > index b355660..7b87eb2 100644
> > > --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > > +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > > @@ -20,6 +20,10 @@ Required properties:
> > >      - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
> > >      - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
> > >      - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
> > > +    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
> > > +    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
> > > +    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
> > > +    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
> > >      - "renesas,scif" for generic SCIF compatible UART.
> > >      - "renesas,scifa" for generic SCIFA compatible UART.
> > >      - "renesas,scifb" for generic SCIFB compatible UART.
> > > -- 
> > > 1.8.4.5
> > > 
> > > --
> > > 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] 8+ messages in thread

* Re: [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
@ 2014-09-01 22:05         ` Mike Turquette
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2014-09-01 22:05 UTC (permalink / raw)
  To: Simon Horman, Ulrich Hecht
  Cc: linux-sh, magnus.damm, Greg Kroah-Hartman, linux-serial

Quoting Mike Turquette (2014-09-01 14:59:46)
> Quoting Simon Horman (2014-08-31 18:30:42)
> > Hi Ulrich,
> > 
> > please repost this patch with the following recipients added
> > (both CCed on this email):
> > 
> > To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: linux-serial@vger.kernel.org
> > 
> > I am also sure that Mike Turquette would not mind being dropped from
> > the CC list.
> 
> Yeah, I don't really care about DT binding updates ;-)

s/DT binding/serial DT binding/

That's what I get for trying to be cute on the mailing list...

Mike

> 
> Regards,
> Mike
> 
> > 
> > Please also include:
> > 
> > Acked-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > On Fri, Aug 29, 2014 at 08:15:09PM +0200, Ulrich Hecht wrote:
> > > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> > > ---
> > >  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
> > >  1 file changed, 4 insertions(+)
> > > 
> > > diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > > index b355660..7b87eb2 100644
> > > --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > > +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
> > > @@ -20,6 +20,10 @@ Required properties:
> > >      - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
> > >      - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
> > >      - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
> > > +    - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
> > > +    - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
> > > +    - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
> > > +    - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
> > >      - "renesas,scif" for generic SCIF compatible UART.
> > >      - "renesas,scifa" for generic SCIFA compatible UART.
> > >      - "renesas,scifb" for generic SCIFB compatible UART.
> > > -- 
> > > 1.8.4.5
> > > 
> > > --
> > > 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] 8+ messages in thread

end of thread, other threads:[~2014-09-01 22:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-29 18:15 [PATCH v2 0/6] Initial r8a7794/Alt support Ulrich Hecht
2014-08-29 18:15 ` [PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support Ulrich Hecht
2014-09-01  1:30   ` Simon Horman
2014-09-01  1:30     ` Simon Horman
2014-09-01 21:59     ` Mike Turquette
2014-09-01 21:59       ` Mike Turquette
2014-09-01 22:05       ` Mike Turquette
2014-09-01 22:05         ` Mike Turquette

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.