linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings
@ 2018-12-18 12:03 Fabrizio Castro
  2018-12-18 17:48 ` Rob Herring
  2018-12-19  7:25 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-12-18 12:03 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman, Greg Kroah-Hartman,
	Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, linux-serial, devicetree, linux-kernel,
	Chris Paterson, Biju Das, linux-renesas-soc

RZ/G2E (R8A774C0) SoC also has the R-Car Gen3 compatible SCIF and
HSCIF ports, so document the SoC specific bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
---
v1->v2:
* Fixed title according to Geert's comment

This patch depends on:
https://patchwork.kernel.org/patch/10565543/

 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 21526e8..20232ad 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -26,6 +26,8 @@ Required properties:
     - "renesas,hscif-r8a77470" for R8A77470 (RZ/G1C) HSCIF compatible UART.
     - "renesas,scif-r8a774a1" for R8A774A1 (RZ/G2M) SCIF compatible UART.
     - "renesas,hscif-r8a774a1" for R8A774A1 (RZ/G2M) HSCIF compatible UART.
+    - "renesas,scif-r8a774c0" for R8A774C0 (RZ/G2E) SCIF compatible UART.
+    - "renesas,hscif-r8a774c0" for R8A774C0 (RZ/G2E) HSCIF compatible UART.
     - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART.
     - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART.
     - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART.
-- 
2.7.4


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

* Re: [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings
  2018-12-18 12:03 [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings Fabrizio Castro
@ 2018-12-18 17:48 ` Rob Herring
  2018-12-19  7:25 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-12-18 17:48 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Simon Horman, Greg Kroah-Hartman,
	Mark Rutland, Fabrizio Castro, linux-serial, devicetree,
	linux-kernel, Chris Paterson, Biju Das, linux-renesas-soc

On Tue, 18 Dec 2018 12:03:10 +0000, Fabrizio Castro wrote:
> RZ/G2E (R8A774C0) SoC also has the R-Car Gen3 compatible SCIF and
> HSCIF ports, so document the SoC specific bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> v1->v2:
> * Fixed title according to Geert's comment
> 
> This patch depends on:
> https://patchwork.kernel.org/patch/10565543/
> 
>  Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings
  2018-12-18 12:03 [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings Fabrizio Castro
  2018-12-18 17:48 ` Rob Herring
@ 2018-12-19  7:25 ` Greg Kroah-Hartman
  2018-12-19  9:46   ` Fabrizio Castro
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-12-19  7:25 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Simon Horman, Rob Herring, Mark Rutland,
	linux-serial, devicetree, linux-kernel, Chris Paterson, Biju Das,
	linux-renesas-soc

On Tue, Dec 18, 2018 at 12:03:10PM +0000, Fabrizio Castro wrote:
> RZ/G2E (R8A774C0) SoC also has the R-Car Gen3 compatible SCIF and
> HSCIF ports, so document the SoC specific bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
> v1->v2:
> * Fixed title according to Geert's comment
> 
> This patch depends on:
> https://patchwork.kernel.org/patch/10565543/

I don't have that patch in my tree, so can you please resend all of the
pending patches that you need applied so that I can?  Including this one
too.

thanks,

greg k-h

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

* RE: [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings
  2018-12-19  7:25 ` Greg Kroah-Hartman
@ 2018-12-19  9:46   ` Fabrizio Castro
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-12-19  9:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Geert Uytterhoeven, Simon Horman, Rob Herring, Mark Rutland,
	linux-serial, devicetree, linux-kernel, Chris Paterson, Biju Das,
	linux-renesas-soc

Hello Greg,

> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Sent: 19 December 2018 07:26
> To: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Subject: Re: [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings
>
> On Tue, Dec 18, 2018 at 12:03:10PM +0000, Fabrizio Castro wrote:
> > RZ/G2E (R8A774C0) SoC also has the R-Car Gen3 compatible SCIF and
> > HSCIF ports, so document the SoC specific bindings.
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > ---
> > v1->v2:
> > * Fixed title according to Geert's comment
> >
> > This patch depends on:
> > https://patchwork.kernel.org/patch/10565543/
>
> I don't have that patch in my tree, so can you please resend all of the
> pending patches that you need applied so that I can?  Including this one
> too.

No problems, I'll resend both, and I'll prepend "dt-bindings:" to the title of the other patch as well.

Thanks,
Fab

>
> thanks,
>
> greg k-h


[https://www2.renesas.eu/media/email/unicef.jpg]

This Christmas, instead of sending out cards, Renesas Electronics Europe have decided to support Unicef with a donation. For further details click here<https://www.unicef.org/> to find out about the valuable work they do, helping children all over the world.
We would like to take this opportunity to wish you a Merry Christmas and a prosperous New Year.



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

end of thread, other threads:[~2018-12-19  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18 12:03 [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings Fabrizio Castro
2018-12-18 17:48 ` Rob Herring
2018-12-19  7:25 ` Greg Kroah-Hartman
2018-12-19  9:46   ` Fabrizio Castro

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