linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
@ 2018-10-26  8:55 Biju Das
  2018-10-26  9:49 ` Fabrizio Castro
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Biju Das @ 2018-10-26  8:55 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland
  Cc: Biju Das, linux-watchdog, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
Gen2, therefore add relevant documentation.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch is tested against linux-next
---
 Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
index a8ee29f..a47bdea 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
@@ -8,6 +8,7 @@ Required properties:
 		 - "renesas,r8a7743-wdt" (RZ/G1M)
 		 - "renesas,r8a7744-wdt" (RZ/G1N)
 		 - "renesas,r8a7745-wdt" (RZ/G1E)
+		 - "renesas,r8a77470-wdt" (RZ/G1C)
 		 - "renesas,r8a774a1-wdt" (RZ/G2M)
 	         - "renesas,r8a7790-wdt" (R-Car H2)
 	         - "renesas,r8a7791-wdt" (R-Car M2-W)
-- 
2.7.4

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

* RE: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  2018-10-26  8:55 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support Biju Das
@ 2018-10-26  9:49 ` Fabrizio Castro
  2018-10-30 13:59 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:49 UTC (permalink / raw)
  To: Biju Das, Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland
  Cc: Biju Das, linux-watchdog, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, linux-renesas-soc

> Subject: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
>
> RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
> Gen2, therefore add relevant documentation.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch is tested against linux-next
> ---
>  Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> index a8ee29f..a47bdea 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> @@ -8,6 +8,7 @@ Required properties:
>   - "renesas,r8a7743-wdt" (RZ/G1M)
>   - "renesas,r8a7744-wdt" (RZ/G1N)
>   - "renesas,r8a7745-wdt" (RZ/G1E)
> + - "renesas,r8a77470-wdt" (RZ/G1C)
>   - "renesas,r8a774a1-wdt" (RZ/G2M)
>           - "renesas,r8a7790-wdt" (R-Car H2)
>           - "renesas,r8a7791-wdt" (R-Car M2-W)
> --
> 2.7.4




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] 7+ messages in thread

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  2018-10-26  8:55 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support Biju Das
  2018-10-26  9:49 ` Fabrizio Castro
@ 2018-10-30 13:59 ` Simon Horman
  2019-01-21 16:33   ` Biju Das
  2018-11-06 15:58 ` Rob Herring
  2018-11-29 12:26 ` Geert Uytterhoeven
  3 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2018-10-30 13:59 UTC (permalink / raw)
  To: Biju Das
  Cc: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland,
	linux-watchdog, devicetree, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

On Fri, Oct 26, 2018 at 09:55:53AM +0100, Biju Das wrote:
> RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
> Gen2, therefore add relevant documentation.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  2018-10-26  8:55 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support Biju Das
  2018-10-26  9:49 ` Fabrizio Castro
  2018-10-30 13:59 ` Simon Horman
@ 2018-11-06 15:58 ` Rob Herring
  2018-11-29 12:26 ` Geert Uytterhoeven
  3 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2018-11-06 15:58 UTC (permalink / raw)
  To: Biju Das
  Cc: Wim Van Sebroeck, Guenter Roeck, Mark Rutland, Biju Das,
	linux-watchdog, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

On Fri, 26 Oct 2018 09:55:53 +0100, Biju Das wrote:
> RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
> Gen2, therefore add relevant documentation.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch is tested against linux-next
> ---
>  Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  2018-10-26  8:55 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support Biju Das
                   ` (2 preceding siblings ...)
  2018-11-06 15:58 ` Rob Herring
@ 2018-11-29 12:26 ` Geert Uytterhoeven
  3 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2018-11-29 12:26 UTC (permalink / raw)
  To: Biju Das
  Cc: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland,
	Linux Watchdog Mailing List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

On Fri, Oct 26, 2018 at 11:03 AM Biju Das <biju.das@bp.renesas.com> wrote:
> RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
> Gen2, therefore add relevant documentation.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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] 7+ messages in thread

* RE: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  2018-10-30 13:59 ` Simon Horman
@ 2019-01-21 16:33   ` Biju Das
  2019-01-21 17:20     ` Guenter Roeck
  0 siblings, 1 reply; 7+ messages in thread
From: Biju Das @ 2019-01-21 16:33 UTC (permalink / raw)
  To: Simon Horman, Wim Van Sebroeck, Guenter Roeck
  Cc: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland,
	linux-watchdog, devicetree, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

Hi All,

Gentle reminder.

Are you happy with the below patch? Or do you want me to resend  patch with the tags?

https://patchwork.kernel.org/patch/10657119/

regards,
Biju

> -----Original Message-----
> From: Simon Horman <horms@verge.net.au>
> Sent: 30 October 2018 14:00
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: Wim Van Sebroeck <wim@linux-watchdog.org>; Guenter Roeck
> <linux@roeck-us.net>; Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>; linux-watchdog@vger.kernel.org;
> devicetree@vger.kernel.org; Geert Uytterhoeven
> <geert+renesas@glider.be>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document
> r8a77470 support
>
> On Fri, Oct 26, 2018 at 09:55:53AM +0100, Biju Das wrote:
> > RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
> > Gen2, therefore add relevant documentation.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>




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] 7+ messages in thread

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  2019-01-21 16:33   ` Biju Das
@ 2019-01-21 17:20     ` Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2019-01-21 17:20 UTC (permalink / raw)
  To: Biju Das, Simon Horman, Wim Van Sebroeck
  Cc: Rob Herring, Mark Rutland, linux-watchdog, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On 1/21/19 8:33 AM, Biju Das wrote:
> Hi All,
> 
> Gentle reminder.
> 
> Are you happy with the below patch? Or do you want me to resend  patch with the tags?
> 

No need to resend; somehow it is missing from my local patchwork instance for watchdog-next
and got lost. I applied it to my watchdog-next branch with all tags. Wim will pick it up
from there.

Thanks,
Guenter

> https://patchwork.kernel.org/patch/10657119/
> 
> regards,
> Biju
> 
>> -----Original Message-----
>> From: Simon Horman <horms@verge.net.au>
>> Sent: 30 October 2018 14:00
>> To: Biju Das <biju.das@bp.renesas.com>
>> Cc: Wim Van Sebroeck <wim@linux-watchdog.org>; Guenter Roeck
>> <linux@roeck-us.net>; Rob Herring <robh+dt@kernel.org>; Mark Rutland
>> <mark.rutland@arm.com>; linux-watchdog@vger.kernel.org;
>> devicetree@vger.kernel.org; Geert Uytterhoeven
>> <geert+renesas@glider.be>; Chris Paterson
>> <Chris.Paterson2@renesas.com>; Fabrizio Castro
>> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
>> Subject: Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document
>> r8a77470 support
>>
>> On Fri, Oct 26, 2018 at 09:55:53AM +0100, Biju Das wrote:
>>> RZ/G1C (R8A77470) watchdog implementation is compatible with R-Car
>>> Gen2, therefore add relevant documentation.
>>>
>>> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>>
>> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> 
> 
> 
> 
> 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] 7+ messages in thread

end of thread, other threads:[~2019-01-21 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26  8:55 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a77470 support Biju Das
2018-10-26  9:49 ` Fabrizio Castro
2018-10-30 13:59 ` Simon Horman
2019-01-21 16:33   ` Biju Das
2019-01-21 17:20     ` Guenter Roeck
2018-11-06 15:58 ` Rob Herring
2018-11-29 12:26 ` Geert Uytterhoeven

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