Re: [PATCH 6/9] doc: add include/dm/devres.h to the HTML documentation

2022-01-15 Thread Heinrich Schuchardt
On 1/12/22 10:53, Patrick Delaunay wrote: Correct Sphinx style comments in include/dm/devres.h and add the driver model device resource API, devres_*(), to the HTML documentation. Signed-off-by: Patrick Delaunay --- Reviewed-by: Heinrich Schuchardt

[PATCH 6/9] doc: add include/dm/devres.h to the HTML documentation

2022-01-12 Thread Patrick Delaunay
Correct Sphinx style comments in include/dm/devres.h and add the driver model device resource API, devres_*(), to the HTML documentation. Signed-off-by: Patrick Delaunay --- doc/api/dm.rst | 1 + include/dm/devres.h | 14 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) di