summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2022-01-13watchdog: Add a driver for the Apple watchdogMark Kettenis3-0/+125
2021-11-13sandbox: fix sandbox_wdt_expire_now()Heinrich Schuchardt1-0/+1
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-1/+1
2021-11-10watchdog: don't autostart watchdog on Sunxi boardsHeinrich Schuchardt1-0/+1
2021-11-09watchdog: sp805_wdt: use correct compatible stringMichael Walle1-1/+1
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland1-0/+8
2021-10-25watchdog: Add a driver for the sunxi watchdogSamuel Holland3-0/+197
2021-10-03watchdog: rti_wdt: Add support for loading firmwareJan Kiszka2-0/+108
2021-10-02arm: Remove zmx25 board and ARCH_MX25Tom Rini1-1/+1
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-36/+64
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-09-30watchdog: versal: Add support for expire nowAshok Reddy Soma1-0/+6
2021-09-30watchdog: versal: Add support for basic window watchdogAshok Reddy Soma1-38/+60
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-5/+5
2021-09-20wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson1-5/+5
2021-08-31watchdog: add gpio watchdog driverRasmus Villemoes3-0/+78
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes1-20/+36
2021-08-31watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes1-0/+25
2021-08-31watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes1-4/+16
2021-08-31watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes1-16/+21
2021-08-31watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes1-4/+4
2021-08-31watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes1-20/+54
2021-08-31watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes1-3/+1
2021-08-26watchdog: versal: Include header file needed for dev_ functionsAshok Reddy Soma1-0/+1
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-20/+37
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima1-14/+25
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima1-6/+12
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet1-1/+1
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi1-4/+15
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-07-01watchdog: cadence: Add expire_now methodMichal Simek1-1/+40
2021-04-27watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes1-1/+1
2021-04-15watchdog: Add booke watchdog driverChris Packham3-0/+114
2021-04-08wdt: dw: Free the clock on errorSean Anderson1-5/+13
2021-04-08wdt: dw: Enable the clock before using itSean Anderson1-0/+4
2021-04-08wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson1-9/+9
2021-04-08wdt: dw: Switch to using fls for log2Sean Anderson1-2/+1
2021-04-06watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2-0/+18
2021-04-06watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár1-1/+7
2021-04-06watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár1-3/+12
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-2/+1
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek1-2/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini8-0/+8
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass8-0/+8
2021-01-24watchdog: add watchdog driver for MediaTek MT7620 SoCWeijie Gao3-0/+150
2021-01-18wdt: aspeed: Add AST2600 watchdog supportChia-Wei, Wang3-0/+120
2021-01-13watchdog: stm32mp: migrate trace to dev macroPatrick Delaunay1-3/+6
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1