aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2023-05-21watchdog: ulp_wdog: guard reset_cpu with condition checkPeng Fan
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-04-18watchdog: arm_smc_wdt: add watchdog supportLionel Debieve
2023-04-18watchdog: ftwdt010: return a previously deleted driver now ported to DMSergei Antonov
2023-04-18watchdog: Add a watchdog driver for Raspberry Pi boardsETIENNE DUBLE
2023-04-06watchdog: mpc8xxx: Add support for mpc83xxChristophe Leroy
2023-04-06watchdog: mpc8xxx: Make it genericChristophe Leroy
2023-04-05watchdog: mpc8xx: Rename it mpc8xxxChristophe Leroy
2023-01-20watchdog: Clean up defaults for imx_watchdog / ulp_wdogTom Rini
2022-12-23global: Migrate CONFIG_DW_WDT_CLOCK_KHZ to CFGTom Rini
2022-11-22watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese
2022-11-22watchdog: designware: make reset really optionalQuentin Schulz
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang
2022-10-24watchdog: ulp_wdog: add driver model for ulp watchdog driverAlice Guo
2022-10-24watchdog: ulp_wdog: enable watchdog interrupt on imx93Alice Guo
2022-10-24watchdog: ulp_wdog: Update watchdog driver for imx93Alice Guo
2022-10-24ulp_wdog: Update ulp wdog driver for 32bits commandYe Li
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes
2022-10-24watchdog: introduce a u-boot,autostart propertyRasmus Villemoes
2022-10-24wdt: nuvoton: add expire function for generic resetJim Liu
2022-10-18watchdog: omap_wdt: Switch required include for watchdog definesTom Rini
2022-10-03Merge branch 'next'Tom Rini
2022-09-27watchdog: max6370: use __udelay() to avoid recursionPali Rohár
2022-09-27watchdog: gpio_wdt: use __udelay() to avoid recursionRasmus Villemoes
2022-09-23watchdog: mediatek: add support for MediaTek MT7986 SoCWeijie Gao
2022-09-18watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese
2022-07-22Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle
2022-07-21watchdog: add amlogic watchdog supportPhilippe Boos
2022-07-21watchdog: octeontx_wdt: Add MIPS Octeon supportStefan Roese
2022-07-13watchdog: add support for MediaTek MT7621 SoCWeijie Gao
2022-07-05watchdog: designware: Make this depend on WDTTom Rini
2022-05-06watchdog: Add MAX6370 watchdog timer driverPali Rohár
2022-04-25nds32: Remove the architectureTom Rini
2022-04-22wdt: nuvoton: Add support for NuvotonJim Liu
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini
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-03-07watchdog: bcm6345: allow to use this driver on arm bcm6753Philippe 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