summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge branch 'next'Tom Rini3-32/+44
2022-09-27watchdog: max6370: use __udelay() to avoid recursionPali Rohár1-1/+1
2022-09-27watchdog: gpio_wdt: use __udelay() to avoid recursionRasmus Villemoes1-1/+1
2022-09-23watchdog: mediatek: add support for MediaTek MT7986 SoCWeijie Gao1-0/+1
2022-09-18watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese2-32/+43
2022-07-23Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini5-29/+231
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún2-2/+2
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle1-6/+34
2022-07-21watchdog: add amlogic watchdog supportPhilippe Boos3-0/+144
2022-07-21watchdog: octeontx_wdt: Add MIPS Octeon supportStefan Roese2-23/+53
2022-07-14watchdog: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-06watchdog: designware: Make this depend on WDTTom Rini2-23/+2
2022-05-06watchdog: Add MAX6370 watchdog timer driverPali Rohár3-0/+126
2022-04-25nds32: Remove the architectureTom Rini2-93/+0
2022-04-22wdt: nuvoton: Add support for NuvotonJim Liu3-0/+125
2022-03-15Merge tag 'v2022.04-rc4' into nextTom Rini6-18/+137
2022-03-08watchdog: rti_wdt: Add 10% safety margin to clock frequencyJan Kiszka1-3/+11
2022-03-08watchdog: armada_37xx: Probe driver also when watchdog is already runningPali Rohár1-14/+3
2022-03-08drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes1-1/+6
2022-03-07watchdog: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes1-1/+2
2022-02-28watchdog: add sl28cpld watchdog driverMichael Walle3-0/+117
2022-02-17watchdog: armada_37xx: Convert to official DT bindingsPali Rohár1-5/+2
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