summaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog/watchdog-pm.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-12 19:53:01 +0200
committerWim Van Sebroeck2019-07-08 20:35:09 +0200
commit74665686f0e27496ea8aa47221282707f57dc178 (patch)
tree7ca26f79e5db672ec04f2ceefb7f8bd2d58dbbab /Documentation/watchdog/watchdog-pm.rst
parentwatchdog: make the device time out at open_deadline when open_timeout is used (diff)
downloadkernel-qcow2-linux-74665686f0e27496ea8aa47221282707f57dc178.tar.gz
kernel-qcow2-linux-74665686f0e27496ea8aa47221282707f57dc178.tar.xz
kernel-qcow2-linux-74665686f0e27496ea8aa47221282707f57dc178.zip
docs: watchdog: convert docs to ReST and rename to *.rst
Convert those documents and prepare them to be part of the kernel API book, as most of the stuff there are related to the Kernel interfaces. Still, in the future, it would make sense to split the docs, as some of the stuff is clearly focused on sysadmin tasks. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'Documentation/watchdog/watchdog-pm.rst')
-rw-r--r--Documentation/watchdog/watchdog-pm.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/watchdog/watchdog-pm.rst b/Documentation/watchdog/watchdog-pm.rst
new file mode 100644
index 000000000000..646e1f28f31f
--- /dev/null
+++ b/Documentation/watchdog/watchdog-pm.rst
@@ -0,0 +1,22 @@
+===============================================
+The Linux WatchDog Timer Power Management Guide
+===============================================
+
+Last reviewed: 17-Dec-2018
+
+Wolfram Sang <wsa+renesas@sang-engineering.com>
+
+Introduction
+------------
+This document states rules about watchdog devices and their power management
+handling to ensure a uniform behaviour for Linux systems.
+
+
+Ping on resume
+--------------
+On resume, a watchdog timer shall be reset to its selected value to give
+userspace enough time to resume. [1] [2]
+
+[1] https://patchwork.kernel.org/patch/10252209/
+
+[2] https://patchwork.kernel.org/patch/10711625/