[PATCH v5 06/20] include: extension_board: Document the extension structure

Kory Maincent (TI.com) kory.maincent at bootlin.com
Thu Oct 30 17:44:59 CET 2025


Add documentation to describe the extension structure.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent at bootlin.com>
---

Change in v3:
- New patch.
---
 include/extension_board.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/include/extension_board.h b/include/extension_board.h
index 22e4104bc54..23e36d3c0bf 100644
--- a/include/extension_board.h
+++ b/include/extension_board.h
@@ -9,6 +9,15 @@
 
 #include <linux/list.h>
 
+/**
+ * extension - Description fields of an extension board
+ * @list: List head
+ * @name: Name of the extension
+ * @owner: Owner of the extension
+ * @version: Version of the extension
+ * @overlay: Devicetree overlay name to be loaded for this extension
+ * @other: Other information of this extension
+ */
 struct extension {
 	struct list_head list;
 	char name[32];

-- 
2.43.0



More information about the U-Boot mailing list