[PATCH 5/6] watchdog: Separate kind of documentation

From: Philipp Hahn

Date: Mon May 04 2026 - 07:11:45 EST


From: Philipp Hahn <phahn-oss@xxxxxx>

Currently there are several (sub-)documents for "Generic kernel
infrastructure API" and several "driver specific" documents. Put each
one into its own sub-section.

Signed-off-by: Philipp Hahn <phahn-oss@xxxxxx>
---
Documentation/watchdog/index.rst | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/Documentation/watchdog/index.rst b/Documentation/watchdog/index.rst
index 13e3d78254dd6..300ee142051dc 100644
--- a/Documentation/watchdog/index.rst
+++ b/Documentation/watchdog/index.rst
@@ -4,15 +4,25 @@
Watchdog Support
================

+Kernel infrastructure
+=====================
+
.. toctree::
:maxdepth: 1

- hpwdt
- mlx-wdt
- pcwd-watchdog
watchdog-api
watchdog-kernel-api
- watchdog-parameters
watchdog-pm
- wdt
convert_drivers_to_kernel_api
+
+Driver specific
+===============
+
+.. toctree::
+ :maxdepth: 1
+
+ watchdog-parameters
+ wdt
+ hpwdt
+ mlx-wdt
+ pcwd-watchdog
--
2.43.0