Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
986611d118d0eb2b37de5df92b6152bc47693a0a
/
drivers
/
watchdog
/
wdt-uclass.c
5128a87
watchdog: Drop GD_FLG_WDT_READY as it's not used any more
by Stefan Roese
· Thu Nov 17 09:20:34 2022 +0100
ce66f19
watchdog: introduce a u-boot,autostart property
by Rasmus Villemoes
· Tue Sep 27 11:54:03 2022 +0200
cce2472
watchdog: Integrate watchdog triggering into the cyclic framework
by Stefan Roese
· Thu Aug 18 13:22:46 2022 +0200
6216414
drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
by Philippe Reynes
· Thu Feb 10 18:17:54 2022 +0100
3a8713a
watchdog: Automatically register device with sysreset
by Samuel Holland
· Wed Nov 03 22:55:14 2021 -0500
3be6a35
watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()
by Rasmus Villemoes
· Thu Aug 19 11:57:03 2021 +0200
beb8c2f
watchdog: wdt-uclass.c: add wdt_stop_all() helper
by Rasmus Villemoes
· Thu Aug 19 11:57:01 2021 +0200
85fb822
watchdog: wdt-uclass.c: keep track of each device's running state
by Rasmus Villemoes
· Thu Aug 19 11:56:59 2021 +0200
c245318
watchdog: wdt-uclass.c: refactor initr_watchdog()
by Rasmus Villemoes
· Thu Aug 19 11:56:58 2021 +0200
1e42d37
watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition
by Rasmus Villemoes
· Thu Aug 19 11:56:57 2021 +0200
635f924
watchdog: wdt-uclass.c: introduce struct wdt_priv
by Rasmus Villemoes
· Thu Aug 19 11:56:56 2021 +0200
f008c30
watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()
by Rasmus Villemoes
· Thu Aug 19 11:56:55 2021 +0200
4e51184
drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART
by Teresa Remmet
· Thu Jul 15 13:26:32 2021 +0200
8131335
dm: define LOG_CATEGORY for all uclass
by Patrick Delaunay
· Tue Apr 27 11:02:19 2021 +0200
739e900
watchdog: use time_after_eq() in watchdog_reset()
by Rasmus Villemoes
· Tue Apr 13 16:43:20 2021 +0200
f698a77
watchdog: Allow to use CONFIG_WDT without starting watchdog
by Pali Rohár
· Tue Mar 09 14:26:56 2021 +0100
c80b821
watchdog: Show error message when initr_watchdog() cannot start watchdog
by Pali Rohár
· Tue Mar 09 14:26:55 2021 +0100
8a8a5ad
watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
by Pali Rohár
· Tue Mar 09 14:26:54 2021 +0100
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
2ba843d
watchdog: honour hw_margin_ms DT property
by Rasmus Villemoes
· Fri Mar 13 17:04:58 2020 +0100
f7c2e9f
watchdog: move initr_watchdog() to wdt-uclass.c
by Rasmus Villemoes
· Fri Mar 13 17:04:57 2020 +0100
32a234f
watchdog: Handle timer wrap around
by Chris Packham
· Mon Feb 24 13:20:33 2020 +1300
f11478f
common: Move hang() to the same header as panic()
by Simon Glass
· Sat Dec 28 10:45:07 2019 -0700
502acb0
watchdog: Implement generic watchdog_reset() version
by Stefan Roese
· Thu Apr 11 15:58:44 2019 +0200
7b5eca9
watchdog: dm: Support manual relocation for watchdogs
by Michal Simek
· Wed Jul 11 15:42:25 2018 +0200
fc61be3
watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS
by Michal Simek
· Wed Jul 11 08:24:43 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
2befb4b
wdt: Update uclass to make clear that the timeout is in ms
by Andy Shevchenko
· Fri Aug 04 15:48:28 2017 -0600
f047be4
wdt: Fix spelling Resettting -> Resetting
by Andy Shevchenko
· Wed Jul 05 20:44:06 2017 +0300
daea6d4
dm: Simple Watchdog uclass
by maxims@google.com
· Mon Apr 17 12:00:21 2017 -0700