diff options
| author | Sughosh Ganu <[email protected]> | 2025-06-17 16:13:46 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-25 09:50:37 -0600 |
| commit | 9b0ed9e69bcbc6af7115ddaee9536cf63b800c1d (patch) | |
| tree | 0b82e0e70b3ce19e61de9ef445ec45561dd50d3d /doc/api | |
| parent | 4641419f41b347a38a07f19c809b7aab63864dd1 (diff) | |
doc: add lmb documentation
The LMB module has undergone significant changes in the recent
past. Add a document which briefly describes what the LMB module does,
and the changes that have been made to it's design since the 2025.01
release.
Signed-off-by: Sughosh Ganu <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/api/lmb.rst | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index 506843ed74a..cf9d21e4c1c 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -17,7 +17,6 @@ U-Boot API documentation interrupt led linker_lists - lmb logging nvmem part diff --git a/doc/api/lmb.rst b/doc/api/lmb.rst deleted file mode 100644 index 2095bfa1618..00000000000 --- a/doc/api/lmb.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. SPDX-License-Identifier: GPL-2.0+ - -Logical memory blocks -===================== - -.. kernel-doc:: include/lmb.h - :internal: |
