linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] serial: sh-sci: Add device tree support for r8a7795
@ 2015-08-25  6:49 Kuninori Morimoto
  2015-09-30  9:57 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2015-08-25  6:49 UTC (permalink / raw)
  To: Rob Herring, Greg KH
  Cc: Simon Horman, Magnus, Linux-SH, Linux-Kernel, Linux-DT,
	Geert Uytterhoeven

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
> Greg

Renesas r8a7795 initial SoC/board support patch-set depends on this patch.
Renesas SoC series maintainer is Simon and Magnus.
Simon can accept (?) this patch as part of Renesas new SoC if Greg
can give it Ack. Or Simon can merge/base your branch.
I'm not sure which one is good choice

 Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index e84b13a..73f825e 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -23,6 +23,8 @@ Required properties:
     - "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-r8a7795" for R8A7795 (R-Car H3) SCIF compatible UART.
+    - "renesas,hscif-r8a7795" for R8A7795 (R-Car H3) HSCIF compatible UART.
     - "renesas,scifa-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFA compatible UART.
     - "renesas,scifb-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFB compatible UART.
     - "renesas,scif" for generic SCIF compatible UART.
-- 
1.9.1


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

* [PATCH] serial: sh-sci: Add device tree support for r8a7795
  2015-08-25  6:49 [PATCH] serial: sh-sci: Add device tree support for r8a7795 Kuninori Morimoto
@ 2015-09-30  9:57 ` Geert Uytterhoeven
  2015-10-01  5:05   ` Simon Horman
  2015-11-27  1:20 ` [PATCH] serial: sh-sci: Add device tree support for r8a779[23] Simon Horman
  2016-01-11  1:39 ` [PATCH] serial: sh-sci: Add device tree support for r8a7792 Simon Horman
  2 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2015-09-30  9:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: linux-serial, devicetree, linux-sh, Kuninori Morimoto,
	Geert Uytterhoeven

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index e84b13a8eda34a15..73f825e5e6448815 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -23,6 +23,8 @@ Required properties:
     - "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-r8a7795" for R8A7795 (R-Car H3) SCIF compatible UART.
+    - "renesas,hscif-r8a7795" for R8A7795 (R-Car H3) HSCIF compatible UART.
     - "renesas,scifa-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFA compatible UART.
     - "renesas,scifb-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFB compatible UART.
     - "renesas,scif" for generic SCIF compatible UART.
-- 
1.9.1


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

* Re: [PATCH] serial: sh-sci: Add device tree support for r8a7795
  2015-09-30  9:57 ` Geert Uytterhoeven
@ 2015-10-01  5:05   ` Simon Horman
  0 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-10-01  5:05 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Greg Kroah-Hartman, Jiri Slaby, linux-serial, devicetree,
	linux-sh, Kuninori Morimoto

On Wed, Sep 30, 2015 at 11:57:33AM +0200, Geert Uytterhoeven wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

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

* [PATCH] serial: sh-sci: Add device tree support for r8a779[23]
  2015-08-25  6:49 [PATCH] serial: sh-sci: Add device tree support for r8a7795 Kuninori Morimoto
  2015-09-30  9:57 ` Geert Uytterhoeven
@ 2015-11-27  1:20 ` Simon Horman
  2015-12-13  6:52   ` Greg Kroah-Hartman
  2016-01-11  1:39 ` [PATCH] serial: sh-sci: Add device tree support for r8a7792 Simon Horman
  2 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2015-11-27  1:20 UTC (permalink / raw)
  To: linux-arm-kernel

Simply document new compat strings.
There appears to be no need for a driver updates.

Also update the name of the r8a7791 to M2-W: the name changed a while back.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 .../devicetree/bindings/serial/renesas,sci-serial.txt      | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index e84b13a8eda3..38bb05223f47 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -15,10 +15,16 @@ Required properties:
     - "renesas,scifa-r8a7790" for R8A7790 (R-Car H2) SCIFA compatible UART.
     - "renesas,scifb-r8a7790" for R8A7790 (R-Car H2) SCIFB compatible UART.
     - "renesas,hscif-r8a7790" for R8A7790 (R-Car H2) HSCIF compatible UART.
-    - "renesas,scif-r8a7791" for R8A7791 (R-Car M2) SCIF compatible UART.
-    - "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-r8a7791" for R8A7791 (R-Car M2-W) SCIF compatible UART.
+    - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2-W) SCIFA compatible UART.
+    - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2-W) SCIFB compatible UART.
+    - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2-W) HSCIF compatible UART.
+    - "renesas,scif-r8a7792" for R8A7792 (R-Car V2H) SCIF compatible UART.
+    - "renesas,hscif-r8a7792" for R8A7792 (R-Car V2H) HSCIF compatible UART.
+    - "renesas,scif-r8a7793" for R8A7793 (R-Car M2-N) SCIF compatible UART.
+    - "renesas,scifa-r8a7793" for R8A7793 (R-Car M2-N) SCIFA compatible UART.
+    - "renesas,scifb-r8a7793" for R8A7793 (R-Car M2-N) SCIFB compatible UART.
+    - "renesas,hscif-r8a7793" for R8A7793 (R-Car M2-N) 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.
-- 
2.1.4


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

* Re: [PATCH] serial: sh-sci: Add device tree support for r8a779[23]
  2015-11-27  1:20 ` [PATCH] serial: sh-sci: Add device tree support for r8a779[23] Simon Horman
@ 2015-12-13  6:52   ` Greg Kroah-Hartman
  2015-12-14  6:27     ` Simon Horman
  0 siblings, 1 reply; 9+ messages in thread
From: Greg Kroah-Hartman @ 2015-12-13  6:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 27, 2015 at 10:20:24AM +0900, Simon Horman wrote:
> Simply document new compat strings.
> There appears to be no need for a driver updates.
> 
> Also update the name of the r8a7791 to M2-W: the name changed a while back.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Doesn't apply to my tree :(

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

* Re: [PATCH] serial: sh-sci: Add device tree support for r8a779[23]
  2015-12-13  6:52   ` Greg Kroah-Hartman
@ 2015-12-14  6:27     ` Simon Horman
  2015-12-14  7:49       ` Geert Uytterhoeven
  0 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2015-12-14  6:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Dec 12, 2015 at 10:52:50PM -0800, Greg Kroah-Hartman wrote:
> On Fri, Nov 27, 2015 at 10:20:24AM +0900, Simon Horman wrote:
> > Simply document new compat strings.
> > There appears to be no need for a driver updates.
> > 
> > Also update the name of the r8a7791 to M2-W: the name changed a while back.
> > 
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Doesn't apply to my tree :(

I'm a little confused.

The tty-next branch of the tty tree seems to be v4.4-rc5.
And the patch seems to apply there. Please let me know what
I should be using as a base.

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

* Re: [PATCH] serial: sh-sci: Add device tree support for r8a779[23]
  2015-12-14  6:27     ` Simon Horman
@ 2015-12-14  7:49       ` Geert Uytterhoeven
  2015-12-14  8:14         ` Simon Horman
  0 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2015-12-14  7:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 14, 2015 at 7:27 AM, Simon Horman <horms@verge.net.au> wrote:
> On Sat, Dec 12, 2015 at 10:52:50PM -0800, Greg Kroah-Hartman wrote:
>> On Fri, Nov 27, 2015 at 10:20:24AM +0900, Simon Horman wrote:
>> > Simply document new compat strings.
>> > There appears to be no need for a driver updates.
>> >
>> > Also update the name of the r8a7791 to M2-W: the name changed a while back.
>> >
>> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>>
>> Doesn't apply to my tree :(
>
> I'm a little confused.
>
> The tty-next branch of the tty tree seems to be v4.4-rc5.
> And the patch seems to apply there. Please let me know what
> I should be using as a base.

Greg has applied the patch from Ulrich, which added support for r8a7793.
Hence your patch adding support for r8a7792 and r8a7793 no longer applies.

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

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

* Re: [PATCH] serial: sh-sci: Add device tree support for r8a779[23]
  2015-12-14  7:49       ` Geert Uytterhoeven
@ 2015-12-14  8:14         ` Simon Horman
  0 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-12-14  8:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 14, 2015 at 08:49:18AM +0100, Geert Uytterhoeven wrote:
> On Mon, Dec 14, 2015 at 7:27 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Sat, Dec 12, 2015 at 10:52:50PM -0800, Greg Kroah-Hartman wrote:
> >> On Fri, Nov 27, 2015 at 10:20:24AM +0900, Simon Horman wrote:
> >> > Simply document new compat strings.
> >> > There appears to be no need for a driver updates.
> >> >
> >> > Also update the name of the r8a7791 to M2-W: the name changed a while back.
> >> >
> >> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> >>
> >> Doesn't apply to my tree :(
> >
> > I'm a little confused.
> >
> > The tty-next branch of the tty tree seems to be v4.4-rc5.
> > And the patch seems to apply there. Please let me know what
> > I should be using as a base.
> 
> Greg has applied the patch from Ulrich, which added support for r8a7793.
> Hence your patch adding support for r8a7792 and r8a7793 no longer applies.

Thanks. I'll come back to the r8a7792 later. Perhaps much later.
Its not a high priority.

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

* [PATCH] serial: sh-sci: Add device tree support for r8a7792
  2015-08-25  6:49 [PATCH] serial: sh-sci: Add device tree support for r8a7795 Kuninori Morimoto
  2015-09-30  9:57 ` Geert Uytterhoeven
  2015-11-27  1:20 ` [PATCH] serial: sh-sci: Add device tree support for r8a779[23] Simon Horman
@ 2016-01-11  1:39 ` Simon Horman
  2 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2016-01-11  1:39 UTC (permalink / raw)
  To: linux-arm-kernel

Simply document new compat strings.
There appears to be no need for a driver updates.

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

---
* Broken out of a larger patch the remainder of which has
  already been accepted into tty-next
---
 Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index 401b1b33c2c4..528c3b90f23c 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -19,6 +19,8 @@ Required properties:
     - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2-W) SCIFA compatible UART.
     - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2-W) SCIFB compatible UART.
     - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2-W) HSCIF compatible UART.
+    - "renesas,scif-r8a7792" for R8A7792 (R-Car V2H) SCIF compatible UART.
+    - "renesas,hscif-r8a7792" for R8A7792 (R-Car V2H) HSCIF compatible UART.
     - "renesas,scif-r8a7793" for R8A7793 (R-Car M2-N) SCIF compatible UART.
     - "renesas,scifa-r8a7793" for R8A7793 (R-Car M2-N) SCIFA compatible UART.
     - "renesas,scifb-r8a7793" for R8A7793 (R-Car M2-N) SCIFB compatible UART.
-- 
2.7.0.rc3.207.g0ac5344


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

end of thread, other threads:[~2016-01-11  1:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25  6:49 [PATCH] serial: sh-sci: Add device tree support for r8a7795 Kuninori Morimoto
2015-09-30  9:57 ` Geert Uytterhoeven
2015-10-01  5:05   ` Simon Horman
2015-11-27  1:20 ` [PATCH] serial: sh-sci: Add device tree support for r8a779[23] Simon Horman
2015-12-13  6:52   ` Greg Kroah-Hartman
2015-12-14  6:27     ` Simon Horman
2015-12-14  7:49       ` Geert Uytterhoeven
2015-12-14  8:14         ` Simon Horman
2016-01-11  1:39 ` [PATCH] serial: sh-sci: Add device tree support for r8a7792 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).