All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
@ 2018-04-20 12:20 Geert Uytterhoeven
  2018-04-20 12:45 ` Fabrizio Castro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-04-20 12:20 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck
  Cc: Fabrizio Castro, Magnus Damm, Yoshihiro Shimoda, linux-watchdog,
	linux-renesas-soc, Geert Uytterhoeven

System restart triggered by watchdog time-out works fine on a Koelsch
board with R-Car M2-W ES2.0.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Thanks to Magnus and Shimoda-san for providing board access!
---
 drivers/watchdog/renesas_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
index 514db5cc15951125..88d81feba4e60087 100644
--- a/drivers/watchdog/renesas_wdt.c
+++ b/drivers/watchdog/renesas_wdt.c
@@ -146,7 +146,7 @@ static const struct soc_device_attribute rwdt_quirks_match[] = {
 		.data = (void *)1,	/* needs single CPU */
 	}, {
 		.soc_id = "r8a7791",
-		.revision = "ES[12].*",
+		.revision = "ES1.*",
 		.data = (void *)1,	/* needs single CPU */
 	}, {
 		.soc_id = "r8a7792",
-- 
2.7.4


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

* RE: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
  2018-04-20 12:20 [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist Geert Uytterhoeven
@ 2018-04-20 12:45 ` Fabrizio Castro
  2018-04-20 13:12 ` Guenter Roeck
  2018-04-23 10:37 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-04-20 12:45 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wim Van Sebroeck, Guenter Roeck
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-watchdog,
	linux-renesas-soc, Chris Paterson, Biju Das

> Subject: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
>
> System restart triggered by watchdog time-out works fine on a Koelsch
> board with R-Car M2-W ES2.0.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

> ---
> Thanks to Magnus and Shimoda-san for providing board access!
> ---
>  drivers/watchdog/renesas_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
> index 514db5cc15951125..88d81feba4e60087 100644
> --- a/drivers/watchdog/renesas_wdt.c
> +++ b/drivers/watchdog/renesas_wdt.c
> @@ -146,7 +146,7 @@ static const struct soc_device_attribute rwdt_quirks_match[] = {
>  .data = (void *)1,/* needs single CPU */
>  }, {
>  .soc_id = "r8a7791",
> -.revision = "ES[12].*",
> +.revision = "ES1.*",
>  .data = (void *)1,/* needs single CPU */
>  }, {
>  .soc_id = "r8a7792",
> --
> 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] 4+ messages in thread

* Re: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
  2018-04-20 12:20 [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist Geert Uytterhoeven
  2018-04-20 12:45 ` Fabrizio Castro
@ 2018-04-20 13:12 ` Guenter Roeck
  2018-04-23 10:37 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2018-04-20 13:12 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wim Van Sebroeck
  Cc: Fabrizio Castro, Magnus Damm, Yoshihiro Shimoda, linux-watchdog,
	linux-renesas-soc

On 04/20/2018 05:20 AM, Geert Uytterhoeven wrote:
> System restart triggered by watchdog time-out works fine on a Koelsch
> board with R-Car M2-W ES2.0.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

> ---
> Thanks to Magnus and Shimoda-san for providing board access!
> ---
>   drivers/watchdog/renesas_wdt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
> index 514db5cc15951125..88d81feba4e60087 100644
> --- a/drivers/watchdog/renesas_wdt.c
> +++ b/drivers/watchdog/renesas_wdt.c
> @@ -146,7 +146,7 @@ static const struct soc_device_attribute rwdt_quirks_match[] = {
>   		.data = (void *)1,	/* needs single CPU */
>   	}, {
>   		.soc_id = "r8a7791",
> -		.revision = "ES[12].*",
> +		.revision = "ES1.*",
>   		.data = (void *)1,	/* needs single CPU */
>   	}, {
>   		.soc_id = "r8a7792",
> 


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

* Re: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
  2018-04-20 12:20 [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist Geert Uytterhoeven
  2018-04-20 12:45 ` Fabrizio Castro
  2018-04-20 13:12 ` Guenter Roeck
@ 2018-04-23 10:37 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-04-23 10:37 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wim Van Sebroeck, Guenter Roeck, Fabrizio Castro, Magnus Damm,
	Yoshihiro Shimoda, linux-watchdog, linux-renesas-soc

On Fri, Apr 20, 2018 at 02:20:49PM +0200, Geert Uytterhoeven wrote:
> System restart triggered by watchdog time-out works fine on a Koelsch
> board with R-Car M2-W ES2.0.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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


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

end of thread, other threads:[~2018-04-23 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20 12:20 [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist Geert Uytterhoeven
2018-04-20 12:45 ` Fabrizio Castro
2018-04-20 13:12 ` Guenter Roeck
2018-04-23 10:37 ` Simon Horman

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.