All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add basic window watchdog mode support
@ 2021-09-28  6:01 Ashok Reddy Soma
  2021-09-28  6:01 ` [PATCH 1/2] watchdog: versal: Add support for basic window watchdog Ashok Reddy Soma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ashok Reddy Soma @ 2021-09-28  6:01 UTC (permalink / raw)
  To: u-boot; +Cc: michal.simek, git, somaashokreddy, Ashok Reddy Soma

In this patch series fixed below things.
 - Window watchdog is using generic watchdog mode so far. Looks like
   this signal cannot be used to trigger any reset inside PLM. So,
   change it to basic window watchdog mode.
 - Wdt has a expire command, this was not implemented earlier.
   Implement it by loading mininum possible count in wdt window so that
   it expires immediately.


Ashok Reddy Soma (2):
  watchdog: versal: Add support for basic window watchdog
  watchdog: versal: Add support for expire now

 drivers/watchdog/xilinx_wwdt.c | 100 +++++++++++++++++++++------------
 1 file changed, 64 insertions(+), 36 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-09-29 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28  6:01 [PATCH 0/2] Add basic window watchdog mode support Ashok Reddy Soma
2021-09-28  6:01 ` [PATCH 1/2] watchdog: versal: Add support for basic window watchdog Ashok Reddy Soma
2021-09-28  6:01 ` [PATCH 2/2] watchdog: versal: Add support for expire now Ashok Reddy Soma
2021-09-29 14:17 ` [PATCH 0/2] Add basic window watchdog mode support Michal Simek

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.