summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2023-07-26drivers: watchdog: add mcf watchdog supportAngelo Dureghello3-0/+143
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek2-2/+2
2023-07-21watchdog: versal: Use new compatible xlnx,versal-wwdtMichal Simek1-1/+2
2023-05-21watchdog: ulp_wdog: guard reset_cpu with condition checkPeng Fan1-0/+2
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker3-9/+9
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker1-6/+6
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini4-81/+134
2023-04-18watchdog: arm_smc_wdt: add watchdog supportLionel Debieve3-0/+132
2023-04-18watchdog: ftwdt010: return a previously deleted driver now ported to DMSergei Antonov3-0/+140
2023-04-18watchdog: Add a watchdog driver for Raspberry Pi boardsETIENNE DUBLE3-0/+142
2023-04-06watchdog: mpc8xxx: Add support for mpc83xxChristophe Leroy2-1/+2
2023-04-06watchdog: mpc8xxx: Make it genericChristophe Leroy2-19/+71
2023-04-05watchdog: mpc8xx: Rename it mpc8xxxChristophe Leroy3-16/+16
2023-01-20watchdog: Clean up defaults for imx_watchdog / ulp_wdogTom Rini3-10/+2
2022-12-23global: Migrate CONFIG_DW_WDT_CLOCK_KHZ to CFGTom Rini1-1/+1
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