aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2024-02-01drivers: watchdog: add andes atcwdt200 supportRandolph3-0/+227
2024-01-29treewide: Remove clk_freeSean Anderson2-16/+6
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini3-0/+337
2023-12-05watchdog: Add StarFive Watchdog driverChanho Park3-0/+337
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini2-1/+3
2023-12-04watchdog: Correct watchdog timeout print messageChanho Park1-1/+2
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov1-2/+1
2023-11-13watchdog: s5p_wdt: Include missing CPU headerSam Protsenko1-0/+1
2023-10-19wdt: nuvoton: Fix reset/expire function errorJim Liu1-2/+8
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-14wdt: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-23/+0
2023-08-10watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()Sergei Antonov1-19/+21
2023-07-25drivers: 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...WIP/29Apr2023Tom 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'WIP/03Oct2022Tom 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-22Merge 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