diff options
| author | Tom Rini <[email protected]> | 2025-08-06 08:06:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-06 08:06:23 -0600 |
| commit | 29d5636c6f473ac2cf273a2fd07981125197564f (patch) | |
| tree | b15f5b83ee8a80624f56ee3d66b2258174435fbc /doc/api | |
| parent | 007610da2cca405ea7739fc120d90085be4b6ac2 (diff) | |
| parent | d35589f7d4ec5251eb3093dafc90887ff5f41702 (diff) | |
Merge tag 'i2c-updates-for-2025-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-i2c
i2c updates for v2025.10-rc2
bugfixes:
- rcar_iic: do not use unitialised variable
from Andrew
- fix coverity issue in cmd/i2c.c
from Heiko
new driver:
late, but hopefully okay for rc2, as already picked up when
merge window was open, but there was a problem in common code,
which is now fixed
- new i3c driver support from Dinesh
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 |
