u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
To: <u-boot@lists.denx.de>
Cc: <michal.simek@xilinx.com>, <git@xilinx.com>,
	<somaashokreddy@gmail.com>,
	Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Subject: [PATCH 0/2] Add basic window watchdog mode support
Date: Tue, 28 Sep 2021 11:31:57 +0530	[thread overview]
Message-ID: <1632808919-8600-1-git-send-email-ashok.reddy.soma@xilinx.com> (raw)

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


             reply	other threads:[~2021-09-28  6:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28  6:01 Ashok Reddy Soma [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1632808919-8600-1-git-send-email-ashok.reddy.soma@xilinx.com \
    --to=ashok.reddy.soma@xilinx.com \
    --cc=git@xilinx.com \
    --cc=michal.simek@xilinx.com \
    --cc=somaashokreddy@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).