diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2020-12-01 12:57:54 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-12-08 18:48:04 +0100 |
commit | 907d1f143b0ef6e46bd25b595e9b4f2d20ae869b (patch) | |
tree | 23580ce69ed037be8db3520effa947e6c001ed4d /Documentation/driver-api/index.rst | |
parent | docs: make reporting-bugs.rst obsolete (diff) | |
download | linux-907d1f143b0ef6e46bd25b595e9b4f2d20ae869b.tar.xz linux-907d1f143b0ef6e46bd25b595e9b4f2d20ae869b.zip |
docs: add a reset controller chapter to the driver API docs
Add initial reset controller API documentation. This is mostly intended
to describe the concepts to users of the consumer API, and to tie the
kerneldoc comments we already have into the driver API documentation.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Amjad Ouled-Ameur <aouledameur@baylibre.fr>
Link: https://lore.kernel.org/r/20201201115754.1713-1-p.zabel@pengutronix.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index f357f3eb400c..08c32952fce3 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -29,6 +29,7 @@ available subsections can be seen below. infiniband frame-buffer regulator + reset iio/index input usb/index |