mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
494bc8e6f0
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 <patrick.delaunay@foss.st.com> Reviewed-by-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
18 lines
333 B
ReStructuredText
18 lines
333 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
|