summaryrefslogtreecommitdiff
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-146-18/+137
|\
| * watchdog: rti_wdt: Add 10% safety margin to clock frequencyJan Kiszka2022-03-081-3/+11
| * watchdog: armada_37xx: Probe driver also when watchdog is already runningPali Rohár2022-03-081-14/+3
| * drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes2022-03-081-1/+6
| * watchdog: add sl28cpld watchdog driverMichael Walle2022-02-283-0/+117
* | watchdog: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes2022-03-071-1/+2
|/
* watchdog: armada_37xx: Convert to official DT bindingsPali Rohár2022-02-171-5/+2
* watchdog: Add a driver for the Apple watchdogMark Kettenis2022-01-133-0/+125
* sandbox: fix sandbox_wdt_expire_now()Heinrich Schuchardt2021-11-131-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-11-111-1/+1
|\
| * watchdog: sp805_wdt: use correct compatible stringMichael Walle2021-11-091-1/+1
* | watchdog: don't autostart watchdog on Sunxi boardsHeinrich Schuchardt2021-11-101-0/+1
|/
* watchdog: Automatically register device with sysresetSamuel Holland2021-11-041-0/+8
* watchdog: Add a driver for the sunxi watchdogSamuel Holland2021-10-253-0/+197
* watchdog: rti_wdt: Add support for loading firmwareJan Kiszka2021-10-032-0/+108
* arm: Remove zmx25 board and ARCH_MX25Tom Rini2021-10-011-1/+1
* Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2021-09-301-36/+64
|\
| * watchdog: versal: Add support for expire nowAshok Reddy Soma2021-09-301-0/+6
| * watchdog: versal: Add support for basic window watchdogAshok Reddy Soma2021-09-301-38/+60
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-2/+2
* | Merge tag 'v2021.10-rc5' into nextTom Rini2021-09-271-5/+5
|\ \ | |/
| * wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson2021-09-201-5/+5
* | watchdog: add gpio watchdog driverRasmus Villemoes2021-08-313-0/+78
* | watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-311-20/+36
* | watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes2021-08-311-0/+25
* | watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes2021-08-311-4/+16
* | watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes2021-08-311-16/+21
* | watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes2021-08-311-4/+4
* | watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes2021-08-311-20/+54
* | watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes2021-08-311-3/+1
|/
* watchdog: versal: Include header file needed for dev_ functionsAshok Reddy Soma2021-08-261-0/+1
* Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-07-171-20/+37
|\
| * mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima2021-07-171-14/+25
| * mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima2021-07-171-6/+12
* | drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet2021-07-161-1/+1
* | driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi2021-07-161-4/+15
|/
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* watchdog: cadence: Add expire_now methodMichal Simek2021-07-011-1/+40
* watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes2021-04-271-1/+1
* watchdog: Add booke watchdog driverChris Packham2021-04-153-0/+114
* wdt: dw: Free the clock on errorSean Anderson2021-04-081-5/+13
* wdt: dw: Enable the clock before using itSean Anderson2021-04-081-0/+4
* wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson2021-04-081-9/+9
* wdt: dw: Switch to using fls for log2Sean Anderson2021-04-081-2/+1
* watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2021-04-062-0/+18
* watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár2021-04-061-1/+7
* watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár2021-04-061-3/+12
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-022-2/+2
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-2/+1
|\
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-2/+1