mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
be74f71a67
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>
28 lines
575 B
ReStructuredText
28 lines
575 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
Driver Model
|
|
============
|
|
|
|
Uclass and Driver
|
|
-----------------
|
|
|
|
.. kernel-doc:: include/dm/uclass.h
|
|
.. kernel-doc:: include/dm/root.h
|
|
.. kernel-doc:: include/dm/lists.h
|
|
.. kernel-doc:: include/dm/platdata.h
|
|
|
|
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
|