Re: [PATCH v2] docs: add a reset controller chapter to the driver API docs
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-12-08 17:50:26
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-12-08 17:50:26
Also in:
lkml
On Tue, 1 Dec 2020 12:57:54 +0100 Philipp Zabel [off-list ref] wrote:
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 <redacted> Reviewed-by: Amjad Ouled-Ameur <redacted> --- Changes since v1 [1]: - Added a note that reset_control_status() does not accept reset control array handles (Randy Dunlap) [1] https://lore.kernel.org/lkml/20201117103306.17010-1-p.zabel@pengutronix.de/ (local) --- Documentation/driver-api/index.rst | 1 + Documentation/driver-api/reset.rst | 221 +++++++++++++++++++++++++++++ MAINTAINERS | 1 + 3 files changed, 223 insertions(+) create mode 100644 Documentation/driver-api/reset.rst
I've applied this, thanks. jon