A broad collection of hardware watchdog timer drivers covering everything from SoC-integrated timers, Super I/O chips, and PMICs to BMCs and PCI/ISA cards. Watchdogs automatically reset a system if software stops kicking them, and they remain a standard requirement for embedded, industrial, automotive, and server platforms shipping today.
It should stay because watchdog timers are standard equipment on embedded boards, industrial controllers, and servers, and the subsystem is under active upstream development. Recent 2026 linux-watchdog traffic shows new hardware support landing (AAEON SRG-IMX8P, Qualcomm maintenance) and current SoC vendors like TI explicitly point their AM62x SDKs at drivers in this directory.
repository signals
194files
63,190source lines
589commits, 5y
+12,466 / −5,891lines added / removed, 5y
241authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 589 total · active in 58/61 months
Kernel.org documents an actively maintained watchdog driver core/framework used by subsystem drivers, indicating the subsystem remains first-class upstream infrastructure.
codex reasoning notes (technical)
This is a live driver subsystem, not a single obsolete device family. lore_activity on drivers/watchdog/Kconfig showed fresh 2026 linux-watchdog patches, including new hardware support and routine maintenance; no removal evidence was found in the sampled lore queries. Web search returned current kernel watchdog API docs and TI AM62x SDK documentation tying a contemporary SoC to drivers/watchdog. Because watchdogs remain standard in embedded, industrial, and server platforms, the directory should be kept.