[PATCH v4 0/3] clocksource: fix Tegra234 SoC Watchdog Timer.

Robert Lin posted 3 patches 8 months ago
There is a newer version of this series
drivers/clocksource/timer-tegra186.c | 92 +++++++++++++++++-----------
1 file changed, 55 insertions(+), 37 deletions(-)
[PATCH v4 0/3] clocksource: fix Tegra234 SoC Watchdog Timer.
Posted by Robert Lin 8 months ago
From: robelin <robelin@nvidia.com>

This set of patches includes a fix for watchdog for it may not bark
due to self-pinging and adds WDIOC_GETTIMELEFT support.

--
V4:
- Improve the precision of timeleft value

V3:
- Improve comment description
- Refactor to fit codeline within 80 columns
- Remove unused if(0) blocks


V2:
- Fix a compilation error, a warning and updates copyright
--

Pohsun Su (2):
  clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT support
  clocksource/drivers/timer-tegra186: fix watchdog self-pinging

robelin (1):
  clocksource/drivers/timer-tegra186: Remove unused bits

 drivers/clocksource/timer-tegra186.c | 92 +++++++++++++++++-----------
 1 file changed, 55 insertions(+), 37 deletions(-)

-- 
2.34.1
Re: [PATCH v4 0/3] clocksource: fix Tegra234 SoC Watchdog Timer.
Posted by Jon Hunter 8 months ago
On 17/04/2025 10:31, Robert Lin wrote:
> From: robelin <robelin@nvidia.com>
> 
> This set of patches includes a fix for watchdog for it may not bark
> due to self-pinging and adds WDIOC_GETTIMELEFT support.
> 
> --
> V4:
> - Improve the precision of timeleft value

I believe you also fixed the unused variable warning too!

Jon

> 
> V3:
> - Improve comment description
> - Refactor to fit codeline within 80 columns
> - Remove unused if(0) blocks
> 
> 
> V2:
> - Fix a compilation error, a warning and updates copyright
> --
> 
> Pohsun Su (2):
>    clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT support
>    clocksource/drivers/timer-tegra186: fix watchdog self-pinging
> 
> robelin (1):
>    clocksource/drivers/timer-tegra186: Remove unused bits
> 
>   drivers/clocksource/timer-tegra186.c | 92 +++++++++++++++++-----------
>   1 file changed, 55 insertions(+), 37 deletions(-)
> 

-- 
nvpublic