diff options
| author | Dinesh Maniyam <[email protected]> | 2025-08-06 12:32:26 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2025-08-06 08:37:34 +0200 |
| commit | e49a513760893082313b8369dc7b08f98f1055e6 (patch) | |
| tree | 939ee696af23e16dfe546f58790090f3b6b5e857 /doc/api | |
| parent | 1009c96f1590e1cd1938ab4607eeaf0d8cc485f2 (diff) | |
drivers: i3c: Add i3c uclass driver.
Enable i3c general uclass driver. This uclass driver will have
genaral read and write api to call the specific i3c driver.
Signed-off-by: Dinesh Maniyam <[email protected]>
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/i3c.rst | 8 | ||||
| -rw-r--r-- | doc/api/index.rst | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/i3c.rst b/doc/api/i3c.rst new file mode 100644 index 00000000000..7906face080 --- /dev/null +++ b/doc/api/i3c.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright (C) 2025 Altera Corporation <www.altera.com> + +I3C Subsystem +=============== + +.. kernel-doc:: include/i3c.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index cf9d21e4c1c..d97630e7671 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -15,6 +15,7 @@ U-Boot API documentation fs getopt interrupt + i3c led linker_lists logging |
