devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add RZ/G2E RST support
@ 2018-09-10 15:09 Fabrizio Castro
  2018-09-10 15:09 ` [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst Fabrizio Castro
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrizio Castro @ 2018-09-10 15:09 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Simon Horman, Magnus Damm, devicetree,
	linux-renesas-soc, Geert Uytterhoeven, Chris Paterson, Biju Das

Dear All,

this series adds RST support for the RZ/G2E SoC.

It applies on top of renesas-devel-20180906-v4.19-rc2.

Thanks,
Fab

Fabrizio Castro (2):
  dt-bindings: reset: rcar-rst: Document r8a774c0 rst
  soc: renesas: rcar-rst: Add support for RZ/G2E

 Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 +
 drivers/soc/renesas/Kconfig                             | 6 +++---
 drivers/soc/renesas/rcar-rst.c                          | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.7.4

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

* [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst
  2018-09-10 15:09 [PATCH 0/2] Add RZ/G2E RST support Fabrizio Castro
@ 2018-09-10 15:09 ` Fabrizio Castro
  2018-09-12  9:04   ` Simon Horman
  2018-09-14 10:09   ` Philipp Zabel
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrizio Castro @ 2018-09-10 15:09 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

Document bindings for the RZ/G2E (a.k.a. R8A774C0) reset
module.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt
index e4fe0ab..25e6db5 100644
--- a/Documentation/devicetree/bindings/reset/renesas,rst.txt
+++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt
@@ -19,6 +19,7 @@ Required properties:
 		  - "renesas,r8a7745-rst" (RZ/G1E)
 		  - "renesas,r8a77470-rst" (RZ/G1C)
 		  - "renesas,r8a774a1-rst" (RZ/G2M)
+		  - "renesas,r8a774c0-rst" (RZ/G2E)
 		  - "renesas,r8a7778-reset-wdt" (R-Car M1A)
 		  - "renesas,r8a7779-reset-wdt" (R-Car H1)
 		  - "renesas,r8a7790-rst" (R-Car H2)
-- 
2.7.4

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

* Re: [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst
  2018-09-10 15:09 ` [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst Fabrizio Castro
@ 2018-09-12  9:04   ` Simon Horman
  2018-09-17  8:25     ` Simon Horman
  2018-09-14 10:09   ` Philipp Zabel
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Horman @ 2018-09-12  9:04 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Philipp Zabel, Rob Herring, Mark Rutland, devicetree,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

On Mon, Sep 10, 2018 at 04:09:40PM +0100, Fabrizio Castro wrote:
> Document bindings for the RZ/G2E (a.k.a. R8A774C0) reset
> module.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

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

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

* Re: [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst
  2018-09-10 15:09 ` [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst Fabrizio Castro
  2018-09-12  9:04   ` Simon Horman
@ 2018-09-14 10:09   ` Philipp Zabel
  1 sibling, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2018-09-14 10:09 UTC (permalink / raw)
  To: Fabrizio Castro, Rob Herring, Mark Rutland
  Cc: devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Biju Das, linux-renesas-soc

On Mon, 2018-09-10 at 16:09 +0100, Fabrizio Castro wrote:
> Document bindings for the RZ/G2E (a.k.a. R8A774C0) reset
> module.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt
> index e4fe0ab..25e6db5 100644
> --- a/Documentation/devicetree/bindings/reset/renesas,rst.txt
> +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt
> @@ -19,6 +19,7 @@ Required properties:
>  		  - "renesas,r8a7745-rst" (RZ/G1E)
>  		  - "renesas,r8a77470-rst" (RZ/G1C)
>  		  - "renesas,r8a774a1-rst" (RZ/G2M)
> +		  - "renesas,r8a774c0-rst" (RZ/G2E)
>  		  - "renesas,r8a7778-reset-wdt" (R-Car M1A)
>  		  - "renesas,r8a7779-reset-wdt" (R-Car H1)
>  		  - "renesas,r8a7790-rst" (R-Car H2)

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>

regards
Philipp

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

* Re: [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst
  2018-09-12  9:04   ` Simon Horman
@ 2018-09-17  8:25     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-09-17  8:25 UTC (permalink / raw)
  To: Fabrizio Castro, Philipp Zabel, Rob Herring
  Cc: Rob Herring, Mark Rutland, devicetree, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

On Wed, Sep 12, 2018 at 11:04:28AM +0200, Simon Horman wrote:
> On Mon, Sep 10, 2018 at 04:09:40PM +0100, Fabrizio Castro wrote:
> > Document bindings for the RZ/G2E (a.k.a. R8A774C0) reset
> > module.
> > 
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> 
> Thanks,
> 
> This looks fine to me but I will wait to see if there are other reviews
> before applying.
> 
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

Thanks again, applied for v4.20.

On Fri, Sep 14, 2018 at 12:09:01PM +0200, Philipp Zabel wrote:
> On Mon, 2018-09-10 at 16:09 +0100, Fabrizio Castro wrote:
> > Document bindings for the RZ/G2E (a.k.a. R8A774C0) reset
> > module.
> > 
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> >  Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt
> > index e4fe0ab..25e6db5 100644
> > --- a/Documentation/devicetree/bindings/reset/renesas,rst.txt
> > +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt
> > @@ -19,6 +19,7 @@ Required properties:
> >  		  - "renesas,r8a7745-rst" (RZ/G1E)
> >  		  - "renesas,r8a77470-rst" (RZ/G1C)
> >  		  - "renesas,r8a774a1-rst" (RZ/G2M)
> > +		  - "renesas,r8a774c0-rst" (RZ/G2E)
> >  		  - "renesas,r8a7778-reset-wdt" (R-Car M1A)
> >  		  - "renesas,r8a7779-reset-wdt" (R-Car H1)
> >  		  - "renesas,r8a7790-rst" (R-Car H2)
> 
> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
> 
> regards
> Philipp
> 

On Mon, Sep 17, 2018 at 01:45:25AM -0400, Rob Herring wrote:
> On Mon, 10 Sep 2018 16:09:40 +0100, Fabrizio Castro wrote:
> > Document bindings for the RZ/G2E (a.k.a. R8A774C0) reset
> > module.
> > 
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> >  Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
> 

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

end of thread, other threads:[~2018-09-17  8:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 15:09 [PATCH 0/2] Add RZ/G2E RST support Fabrizio Castro
2018-09-10 15:09 ` [PATCH 1/2] dt-bindings: reset: rcar-rst: Document r8a774c0 rst Fabrizio Castro
2018-09-12  9:04   ` Simon Horman
2018-09-17  8:25     ` Simon Horman
2018-09-14 10:09   ` Philipp Zabel

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