Go to file
Wolfram Sang e536f7304b watchdog: add documentation for PM usage
Add the first rule we recently agreed on.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
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>
2018-12-24 13:15:06 +01:00
Documentation watchdog: add documentation for PM usage 2018-12-24 13:15:06 +01:00
LICENSES
arch watchdog: mtx-1: Convert to use GPIO descriptor 2018-12-24 08:27:56 +01:00
block
certs
crypto
drivers watchdog: mtx-1: Convert to use GPIO descriptor 2018-12-24 08:27:56 +01:00
firmware
fs for-4.20-rc1-tag 2018-11-11 16:54:38 -06:00
include Watchdog: remove outdated comment 2018-12-22 12:15:29 +01:00
init
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-11-11 16:37:41 -06:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.20-rc2 2018-11-11 17:12:31 -06:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.