summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2022-11-22watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese1-1/+0
2022-11-22watchdog: designware: make reset really optionalQuentin Schulz1-4/+5
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang1-1/+1
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang1-2/+1
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang1-1/+1
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang1-1/+1
2022-10-24watchdog: ulp_wdog: add driver model for ulp watchdog driverAlice Guo1-7/+87
2022-10-24watchdog: ulp_wdog: enable watchdog interrupt on imx93Alice Guo1-2/+4
2022-10-24watchdog: ulp_wdog: Update watchdog driver for imx93Alice Guo1-3/+12
2022-10-24ulp_wdog: Update ulp wdog driver for 32bits commandYe Li1-16/+36
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes3-0/+88
2022-10-24watchdog: introduce a u-boot,autostart propertyRasmus Villemoes1-6/+9
2022-10-24wdt: nuvoton: add expire function for generic resetJim Liu1-0/+6
2022-10-18watchdog: omap_wdt: Switch required include for watchdog definesTom Rini1-1/+1
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