mbox series

[v3,0/2] arm64: renesas: Add RZ/V2M watchdog support

Message ID 20220620102600.52349-1-phil.edworthy@renesas.com
Headers show
Series arm64: renesas: Add RZ/V2M watchdog support | expand

Message

Phil Edworthy June 20, 2022, 10:25 a.m. UTC
Hello all,

This patch series adds support for the Watchdog Timer (WDT) in the
RZ/V2M SoC.

v3:
 - dt-bindings: Add check for too many interrupts or clocks
 - driver: Don't call pm_runtime_get_sync() in restart()
 - driver: Use mdelay instead of udelay, avoids DIV64_U64_ROUND_UP
v2:
 - dt-bindings: Added minItems for interrupt-names and clock-names
 - driver: Replace use of parity error registers in restart
 - driver: Commit msg modified to reflect different contents

Phil Edworthy (2):
  dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support
  watchdog: rzg2l_wdt: Add rzv2m support

 .../bindings/watchdog/renesas,wdt.yaml        | 73 +++++++++++++------
 drivers/watchdog/rzg2l_wdt.c                  | 39 ++++++++--
 2 files changed, 85 insertions(+), 27 deletions(-)

Comments

Phil Edworthy Aug. 9, 2022, 10:08 a.m. UTC | #1
Hi Wim,

On 20 June 2022 11:26 Phil Edworthy wrote:
> Hello all,
> 
> This patch series adds support for the Watchdog Timer (WDT) in the RZ/V2M
> SoC.
> 
Is there anything blocking this series?

Thanks
Phil

> v3:
>  - dt-bindings: Add check for too many interrupts or clocks
>  - driver: Don't call pm_runtime_get_sync() in restart()
>  - driver: Use mdelay instead of udelay, avoids DIV64_U64_ROUND_UP
> v2:
>  - dt-bindings: Added minItems for interrupt-names and clock-names
>  - driver: Replace use of parity error registers in restart
>  - driver: Commit msg modified to reflect different contents
> 
> Phil Edworthy (2):
>   dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support
>   watchdog: rzg2l_wdt: Add rzv2m support
> 
>  .../bindings/watchdog/renesas,wdt.yaml        | 73 +++++++++++++------
>  drivers/watchdog/rzg2l_wdt.c                  | 39 ++++++++--
>  2 files changed, 85 insertions(+), 27 deletions(-)
> 
> --
> 2.34.1