mbox series

[v4,0/6] RZG2L_WDT Fixes and Improvements

Message ID 20220223160100.23543-1-biju.das.jz@bp.renesas.com
Headers show
Series RZG2L_WDT Fixes and Improvements | expand

Message

Biju Das Feb. 23, 2022, 4 p.m. UTC
The first 3 patch in this series fixes the below issues
1) 32 bit overflow issue
2) Runtime PM usage count issue
3) BUG: Invalid context during reset.

The later 3 patches are enhancements to the WDT driver.
1) Adding error check for reset_control_deassert()
2) Generate Parity error for WDT reset
3) Add support for set_timeout callback

Biju Das (6):
  watchdog: rzg2l_wdt: Fix 32bit overflow issue
  watchdog: rzg2l_wdt: Fix Runtime PM usage
  watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'
  watchdog: rzg2l_wdt: Add error check for reset_control_deassert
  watchdog: rzg2l_wdt: Use force reset for WDT reset
  watchdog: rzg2l_wdt: Add set_timeout callback

 drivers/watchdog/rzg2l_wdt.c | 83 ++++++++++++++++++++----------------
 1 file changed, 47 insertions(+), 36 deletions(-)