diff options
| author | Tom Rini <[email protected]> | 2022-02-25 11:21:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-25 11:21:32 -0500 |
| commit | c6ae38b38967a5c33d729c20e508a03ba3e0e3f6 (patch) | |
| tree | 031471ee357e75ac3789499b47c40bf15829fb71 /doc/api | |
| parent | 5d94cbd1dca78deff57b3ffc2a484cfb70579503 (diff) | |
| parent | 92a1bba85761e4dd5c0647c48048423bceef4749 (diff) | |
Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk
Clock patches for v2022.04-rc2
This has an assortment of cleanups and the occasional bugfix. Also present
is the addition of the clock subsystem documentation to HTML docs.
CI: https://source.denx.de/u-boot/custodians/u-boot-clk/-/pipelines/11075
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/clk.rst | 19 | ||||
| -rw-r--r-- | doc/api/index.rst | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/api/clk.rst b/doc/api/clk.rst new file mode 100644 index 00000000000..7c27066928e --- /dev/null +++ b/doc/api/clk.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Clock API +========= + +.. kernel-doc:: include/clk.h + :doc: Overview + +Client API +---------- + +.. kernel-doc:: include/clk.h + :internal: + +Driver API +---------- + +.. kernel-doc:: include/clk-uclass.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index 3f361741677..72fea981b72 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -6,6 +6,7 @@ U-Boot API documentation .. toctree:: :maxdepth: 2 + clk dfu dm efi |
