index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
2022-05-06
watchdog: Add MAX6370 watchdog timer driver
Pali Rohár
2022-04-25
nds32: Remove the architecture
Tom Rini
2022-04-22
wdt: nuvoton: Add support for Nuvoton
Jim Liu
2022-03-14
Merge tag 'v2022.04-rc4' into next
Tom Rini
2022-03-08
watchdog: rti_wdt: Add 10% safety margin to clock frequency
Jan Kiszka
2022-03-08
watchdog: armada_37xx: Probe driver also when watchdog is already running
Pali Rohár
2022-03-08
drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
Philippe Reynes
2022-03-07
watchdog: bcm6345: allow to use this driver on arm bcm6753
Philippe Reynes
2022-02-28
watchdog: add sl28cpld watchdog driver
Michael Walle
2022-02-17
watchdog: armada_37xx: Convert to official DT bindings
Pali Rohár
2022-01-13
watchdog: Add a driver for the Apple watchdog
Mark Kettenis
2021-11-13
sandbox: fix sandbox_wdt_expire_now()
Heinrich Schuchardt
2021-11-11
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
2021-11-10
watchdog: don't autostart watchdog on Sunxi boards
Heinrich Schuchardt
2021-11-09
watchdog: sp805_wdt: use correct compatible string
Michael Walle
2021-11-04
watchdog: Automatically register device with sysreset
Samuel Holland
2021-10-25
watchdog: Add a driver for the sunxi watchdog
Samuel Holland
2021-10-03
watchdog: rti_wdt: Add support for loading firmware
Jan Kiszka
2021-10-01
arm: Remove zmx25 board and ARCH_MX25
Tom Rini
2021-09-30
Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...
Tom Rini
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2021-09-30
watchdog: versal: Add support for expire now
Ashok Reddy Soma
2021-09-30
watchdog: versal: Add support for basic window watchdog
Ashok Reddy Soma
2021-09-27
Merge tag 'v2021.10-rc5' into next
Tom Rini
2021-09-20
wdt: dw: Fix passing NULL pointer to reset functions
Sean Anderson
2021-08-31
watchdog: add gpio watchdog driver
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: add wdt_stop_all() helper
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: keep track of each device's running state
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: refactor initr_watchdog()
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: introduce struct wdt_priv
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()
Rasmus Villemoes
2021-08-26
watchdog: versal: Include header file needed for dev_ functions
Ashok Reddy Soma
2021-07-17
Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2021-07-17
mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to complete
Breno Lima
2021-07-17
mx7ulp: Update unlock and refresh sequences in sWDOG driver
Breno Lima
2021-07-16
drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART
Teresa Remmet
2021-07-16
driver: watchdog: reset watchdog in designware_wdt_stop() function
MengLi
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-07-01
watchdog: cadence: Add expire_now method
Michal Simek
2021-04-27
watchdog: use time_after_eq() in watchdog_reset()
Rasmus Villemoes
2021-04-15
watchdog: Add booke watchdog driver
Chris Packham
2021-04-08
wdt: dw: Free the clock on error
Sean Anderson
2021-04-08
wdt: dw: Enable the clock before using it
Sean Anderson
2021-04-08
wdt: dw: Switch to if(CONFIG()) instead of using #if
Sean Anderson
2021-04-08
wdt: dw: Switch to using fls for log2
Sean Anderson
2021-04-06
watchdog: Allow to use CONFIG_WDT without starting watchdog
Pali Rohár
2021-04-06
watchdog: Show error message when initr_watchdog() cannot start watchdog
Pali Rohár
2021-04-06
watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
Pali Rohár
[next]