mbox series

[v3,0/3] A few fixes to sprd watchdog driver

Message ID 20201109030055.27378-1-zhang.lyra@gmail.com (mailing list archive)
Headers show
Series A few fixes to sprd watchdog driver | expand

Message

Chunyan Zhang Nov. 9, 2020, 3 a.m. UTC
From: Chunyan Zhang <chunyan.zhang@unisoc.com>

A few issues about sprd watchdog driver were found recently, this
patchset would fix them.

Changes since v2:
* Added Guenter Roeck's Reviewed-by on patch 2,3;

Changes since v1:
* Added Reviewed-by from Guenter Roeck;
* Abandon original patch 2, add a new patch to use usleep_range() instead of busy loop;
* Revised the max times of loop, also revised the comments for checking busy bit;
* Revised commit message for the whole patchset;

Chunyan Zhang (1):
  watchdog: sprd: change to use usleep_range() instead of busy loop

Lingling Xu (2):
  watchdog: sprd: remove watchdog disable from resume fail path
  watchdog: sprd: check busy bit before new loading rather than after
    that

 drivers/watchdog/sprd_wdt.c | 43 ++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 22 deletions(-)