mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
cc2a2d19f8
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: Jonathan Corbet <corbet@lwn.net>
23 lines
629 B
ReStructuredText
23 lines
629 B
ReStructuredText
===============================================
|
|
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/
|