diff options
| author | Philipp Hahn <phahn-oss@avm.de> | 2026-05-05 12:26:15 +0300 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-05-10 18:31:34 +0300 |
| commit | dfc93986a5cbb376fa6c4d35ce092c947fa77943 (patch) | |
| tree | 5eea05a0373e2f3a357975f63ea00e2a9121d272 | |
| parent | e46082426b09a019862714a6518e792ef16cc72a (diff) | |
| download | linux-dfc93986a5cbb376fa6c4d35ce092c947fa77943.tar.xz | |
watchdog: Separate kind of documentation
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@avm.de>
Link: https://lore.kernel.org/r/7d1b722205bab83603832e66750f7b5f1f73eaa5.1777972790.git.phahn-oss@avm.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
| -rw-r--r-- | Documentation/watchdog/index.rst | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Documentation/watchdog/index.rst b/Documentation/watchdog/index.rst index 1cea24681e6b..293ed05ba6b8 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 + hpwdt + wdt + mlx-wdt + pcwd-watchdog |
