docs: add a reset controller chapter to the driver API docs
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 1 Dec 2020 11:57:54 +0000 (12:57 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 8 Dec 2020 17:48:04 +0000 (10:48 -0700)
commit907d1f143b0ef6e46bd25b595e9b4f2d20ae869b
tree23580ce69ed037be8db3520effa947e6c001ed4d
parentda514157c4f063527204adc8e9642a18a77fccc9
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>
Documentation/driver-api/index.rst
Documentation/driver-api/reset.rst [new file with mode: 0644]
MAINTAINERS