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

2020-12-08 Thread Jonathan Corbet
On Tue, 1 Dec 2020 12:57:54 +0100 Philipp Zabel 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: Phi

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

2020-12-01 Thread Philipp Zabel
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 Reviewed-by: Randy Dunlap Reviewed-by: Amjad Ouled-Ameu