summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2022-07-06LFU-330-24 watchdog: ulp_wdog: Update watchdog driver for imx93Alice Guo
2022-04-06LF-4842-1 ulp_wdog: Update ulp wdog driver for 32bits commandYe Li
2022-04-06LF-3117 wdog: imx_watchdog: Change default reset_cpu to internal resetYe Li
2022-03-08watchdog: rti_wdt: Add 10% safety margin to clock frequencyJan Kiszka
2022-03-08watchdog: armada_37xx: Probe driver also when watchdog is already runningPali Rohár
2022-03-08drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes
2022-02-28watchdog: add sl28cpld watchdog driverMichael Walle
2022-02-17watchdog: armada_37xx: Convert to official DT bindingsPali Rohár
2022-01-13watchdog: Add a driver for the Apple watchdogMark Kettenis
2021-11-13sandbox: fix sandbox_wdt_expire_now()Heinrich Schuchardt
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2021-11-10watchdog: don't autostart watchdog on Sunxi boardsHeinrich Schuchardt
2021-11-09watchdog: sp805_wdt: use correct compatible stringMichael Walle
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland
2021-10-25watchdog: Add a driver for the sunxi watchdogSamuel Holland
2021-10-03watchdog: rti_wdt: Add support for loading firmwareJan Kiszka
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30watchdog: versal: Add support for expire nowAshok Reddy Soma
2021-09-30watchdog: versal: Add support for basic window watchdogAshok Reddy Soma
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-20wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson
2021-08-31watchdog: add gpio watchdog driverRasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes
2021-08-31watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes
2021-08-26watchdog: versal: Include header file needed for dev_ functionsAshok Reddy Soma
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-07-01watchdog: cadence: Add expire_now methodMichal Simek
2021-04-27watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes
2021-04-15watchdog: Add booke watchdog driverChris Packham
2021-04-08wdt: dw: Free the clock on errorSean Anderson
2021-04-08wdt: dw: Enable the clock before using itSean Anderson
2021-04-08wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson
2021-04-08wdt: dw: Switch to using fls for log2Sean Anderson
2021-04-06watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár
2021-04-06watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár
2021-04-06watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini