On Tue, 1 Dec 2020 12:57:54 +0100 Philipp Zabel <[email protected]> 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 <[email protected]> > Reviewed-by: Randy Dunlap <[email protected]> > Reviewed-by: Amjad Ouled-Ameur <[email protected]> > --- > 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/[email protected]/ > --- > 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

