diff options
author | Patrick Delaunay | 2022-01-12 10:53:49 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2022-01-15 10:57:21 +0100 |
commit | be74f71a679c8ca25a09bea86967dcee8a8b8cae (patch) | |
tree | 9e68ea793684a86be2de38a649d5f812642f9f52 /doc/api | |
parent | 6de6a615f8527b722b512b0ea36821ab2439b773 (diff) |
doc: add include/dm/of*.h to the HTML documentation
Correct Sphinx style comments in include/dm/ofnode.h
and add the device tree node API to the HTML documentation;
the ofnode functions are compatible with Live tree or with flat
device tree.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/dm.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/dm.rst b/doc/api/dm.rst index 19a473f1f09..5bb66f2f507 100644 --- a/doc/api/dm.rst +++ b/doc/api/dm.rst @@ -17,3 +17,12 @@ Device .. kernel-doc:: include/dm/device.h .. kernel-doc:: include/dm/devres.h .. kernel-doc:: include/dm/read.h + +Device tree +----------- + +.. kernel-doc:: include/dm/of.h +.. kernel-doc:: include/dm/ofnode.h +.. kernel-doc:: include/dm/of_extra.h +.. kernel-doc:: include/dm/of_access.h +.. kernel-doc:: include/dm/of_addr.h |