Re: [PATCH v2] docs: add a reset controller chapter to the driver API docs

From: Jonathan Corbet
Date: Tue Dec 08 2020 - 12:50:42 EST


On Tue, 1 Dec 2020 12:57:54 +0100
Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx>
> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Reviewed-by: Amjad Ouled-Ameur <aouledameur@xxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxx/
> ---
> 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