All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
@ 2018-04-14 10:18 Wolfram Sang
  2018-04-14 14:13 ` Guenter Roeck
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wolfram Sang @ 2018-04-14 10:18 UTC (permalink / raw)
  To: linux-watchdog
  Cc: linux-renesas-soc, Geert Uytterhoeven, Wolfram Sang,
	Takeshi Kihara, Geert Uytterhoeven

Document support for the Watchdog Timer (WDT) Controller in the Renesas
R-Car M3-N (R8A77965) SoC. No driver update is needed.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
[wsa: rebased to top-of-tree]
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---

Change since v1: s/M3N/M3-N/ (Thanks, Geert!)

 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 123bb1b2654b..613d860f2353 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
@@ -15,6 +15,7 @@ Required properties:
 		 - "renesas,r8a7794-wdt" (R-Car E2)
 		 - "renesas,r8a7795-wdt" (R-Car H3)
 		 - "renesas,r8a7796-wdt" (R-Car M3-W)
+		 - "renesas,r8a77965-wdt" (R-Car M3-N)
 		 - "renesas,r8a77970-wdt" (R-Car V3M)
 		 - "renesas,r8a77995-wdt" (R-Car D3)
 	       The generic compatible string must be:
-- 
2.11.0


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

* Re: [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-14 10:18 [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT Wolfram Sang
@ 2018-04-14 14:13 ` Guenter Roeck
  2018-04-24  8:38 ` Simon Horman
  2018-05-06  5:59 ` [v2] " Guenter Roeck
  2 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2018-04-14 14:13 UTC (permalink / raw)
  To: Wolfram Sang, linux-watchdog
  Cc: linux-renesas-soc, Geert Uytterhoeven, Takeshi Kihara,
	Geert Uytterhoeven

On 04/14/2018 03:18 AM, Wolfram Sang wrote:
> Document support for the Watchdog Timer (WDT) Controller in the Renesas
> R-Car M3-N (R8A77965) SoC. No driver update is needed.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> [wsa: rebased to top-of-tree]
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> 
> Change since v1: s/M3N/M3-N/ (Thanks, Geert!)
> 
>   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 123bb1b2654b..613d860f2353 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> @@ -15,6 +15,7 @@ Required properties:
>   		 - "renesas,r8a7794-wdt" (R-Car E2)
>   		 - "renesas,r8a7795-wdt" (R-Car H3)
>   		 - "renesas,r8a7796-wdt" (R-Car M3-W)
> +		 - "renesas,r8a77965-wdt" (R-Car M3-N)
>   		 - "renesas,r8a77970-wdt" (R-Car V3M)
>   		 - "renesas,r8a77995-wdt" (R-Car D3)
>   	       The generic compatible string must be:
> 


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

* Re: [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-14 10:18 [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT Wolfram Sang
  2018-04-14 14:13 ` Guenter Roeck
@ 2018-04-24  8:38 ` Simon Horman
  2018-04-24  8:46   ` Vaishali Thakkar
  2018-05-06  5:59 ` [v2] " Guenter Roeck
  2 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2018-04-24  8:38 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-watchdog, linux-renesas-soc, Geert Uytterhoeven,
	Takeshi Kihara, Geert Uytterhoeven

On Sat, Apr 14, 2018 at 12:18:58PM +0200, Wolfram Sang wrote:
> Document support for the Watchdog Timer (WDT) Controller in the Renesas
> R-Car M3-N (R8A77965) SoC. No driver update is needed.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> [wsa: rebased to top-of-tree]
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

> ---
> 
> Change since v1: s/M3N/M3-N/ (Thanks, Geert!)
> 
>  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 123bb1b2654b..613d860f2353 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> @@ -15,6 +15,7 @@ Required properties:
>  		 - "renesas,r8a7794-wdt" (R-Car E2)
>  		 - "renesas,r8a7795-wdt" (R-Car H3)
>  		 - "renesas,r8a7796-wdt" (R-Car M3-W)
> +		 - "renesas,r8a77965-wdt" (R-Car M3-N)
>  		 - "renesas,r8a77970-wdt" (R-Car V3M)
>  		 - "renesas,r8a77995-wdt" (R-Car D3)
>  	       The generic compatible string must be:
> -- 
> 2.11.0
> 

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

* Re: [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-24  8:38 ` Simon Horman
@ 2018-04-24  8:46   ` Vaishali Thakkar
  0 siblings, 0 replies; 6+ messages in thread
From: Vaishali Thakkar @ 2018-04-24  8:46 UTC (permalink / raw)
  To: Simon Horman
  Cc: Wolfram Sang, linux-watchdog, linux-renesas-soc,
	Geert Uytterhoeven, Takeshi Kihara, Geert Uytterhoeven

On Tue, Apr 24, 2018 at 2:08 PM, Simon Horman <horms@verge.net.au> wrote:
> On Sat, Apr 14, 2018 at 12:18:58PM +0200, Wolfram Sang wrote:
>> Document support for the Watchdog Timer (WDT) Controller in the Renesas
>> R-Car M3-N (R8A77965) SoC. No driver update is needed.
>>
>> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
>> [wsa: rebased to top-of-tree]
>> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Vaishali Thakkar <vthakkar@vaishalithakkar.in>

>> ---
>>
>> Change since v1: s/M3N/M3-N/ (Thanks, Geert!)
>>
>>  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 123bb1b2654b..613d860f2353 100644
>> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
>> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
>> @@ -15,6 +15,7 @@ Required properties:
>>                - "renesas,r8a7794-wdt" (R-Car E2)
>>                - "renesas,r8a7795-wdt" (R-Car H3)
>>                - "renesas,r8a7796-wdt" (R-Car M3-W)
>> +              - "renesas,r8a77965-wdt" (R-Car M3-N)
>>                - "renesas,r8a77970-wdt" (R-Car V3M)
>>                - "renesas,r8a77995-wdt" (R-Car D3)
>>              The generic compatible string must be:
>> --
>> 2.11.0
>>

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

* Re: [v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-14 10:18 [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT Wolfram Sang
  2018-04-14 14:13 ` Guenter Roeck
  2018-04-24  8:38 ` Simon Horman
@ 2018-05-06  5:59 ` Guenter Roeck
  2018-05-07 12:26   ` Wolfram Sang
  2 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2018-05-06  5:59 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-watchdog, linux-renesas-soc, Geert Uytterhoeven,
	Takeshi Kihara, Geert Uytterhoeven

On Sat, Apr 14, 2018 at 12:18:58PM +0200, Wolfram Sang wrote:
> Document support for the Watchdog Timer (WDT) Controller in the Renesas
> R-Car M3-N (R8A77965) SoC. No driver update is needed.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> [wsa: rebased to top-of-tree]
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Vaishali Thakkar <vthakkar@vaishalithakkar.in>

Unfortunately this patch isn't based on anything recognized by git,
and even though it is simple I can't get it to apply. Can someone please
rebase it to mainline and resend ?

Thanks,
Guenter

> ---
> 
> Change since v1: s/M3N/M3-N/ (Thanks, Geert!)
> 
>  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 123bb1b2654b..613d860f2353 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> @@ -15,6 +15,7 @@ Required properties:
>  		 - "renesas,r8a7794-wdt" (R-Car E2)
>  		 - "renesas,r8a7795-wdt" (R-Car H3)
>  		 - "renesas,r8a7796-wdt" (R-Car M3-W)
> +		 - "renesas,r8a77965-wdt" (R-Car M3-N)
>  		 - "renesas,r8a77970-wdt" (R-Car V3M)
>  		 - "renesas,r8a77995-wdt" (R-Car D3)
>  	       The generic compatible string must be:

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

* Re: [v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-05-06  5:59 ` [v2] " Guenter Roeck
@ 2018-05-07 12:26   ` Wolfram Sang
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2018-05-07 12:26 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Wolfram Sang, linux-watchdog, linux-renesas-soc,
	Geert Uytterhoeven, Takeshi Kihara, Geert Uytterhoeven

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]


> Unfortunately this patch isn't based on anything recognized by git,
> and even though it is simple I can't get it to apply. Can someone please
> rebase it to mainline and resend ?

Will do. Sorry, it seems like not all of the Gen2 Watchdog support
patches did make it upstream this cycle like I assumed.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-05-07 12:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-14 10:18 [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT Wolfram Sang
2018-04-14 14:13 ` Guenter Roeck
2018-04-24  8:38 ` Simon Horman
2018-04-24  8:46   ` Vaishali Thakkar
2018-05-06  5:59 ` [v2] " Guenter Roeck
2018-05-07 12:26   ` Wolfram Sang

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.