From 0c48acc86806a7e7bd7339fc38d09f9ca92031d2 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 3 Jul 2025 13:22:41 -0700 Subject: [PATCH 1/2] doc: release-notes/4.2: add bits about I3C Add bits about I3C on added/removed kconfigs, and a new driver. Signed-off-by: Daniel Leung --- doc/releases/release-notes-4.2.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index 6f917c9077e3..f29d05996722 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -73,6 +73,8 @@ Removed APIs and options * Removed the ``get_ctrl`` video driver API +* Removed ``CONFIG_I3C_USE_GROUP_ADDR`` and support for group addresses for I3C devices. + Deprecated APIs and options =========================== @@ -152,6 +154,14 @@ New APIs and options * :c:macro:`I2C_DEVICE_DT_DEINIT_DEFINE` * :c:macro:`I2C_DEVICE_DT_INST_DEINIT_DEFINE` +* I3C + + * :kconfig:option:`CONFIG_I3C_MODE` + * :kconfig:option:`CONFIG_I3C_CONTROLLER_ROLE_ONLY` + * :kconfig:option:`CONFIG_I3C_TARGET_ROLE_ONLY` + * :kconfig:option:`CONFIG_I3C_DUAL_ROLE` + * :c:func:`i3c_ccc_do_rstdaa` + * SPI * :c:macro:`SPI_DEVICE_DT_DEINIT_DEFINE` @@ -732,6 +742,7 @@ New Drivers * :dtcompatible:`ite,it51xxx-i3cm` * :dtcompatible:`ite,it51xxx-i3cs` + * :dtcompatible:`renesas,ra-i3c` * Input From 45cac21a89b65b6d8351fda4b02f3db008e1488d Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 3 Jul 2025 13:31:11 -0700 Subject: [PATCH 2/2] doc: release-notes/4.2: add bits on Serial/UART Adds a missing dtcompatible for ene,kb106x-uart as new driver. Signed-off-by: Daniel Leung --- doc/releases/release-notes-4.2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index f29d05996722..003f1c0afb59 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -921,6 +921,7 @@ New Drivers * :dtcompatible:`aesc,uart` * :dtcompatible:`ambiq,pl011-uart` * :dtcompatible:`bflb,uart` + * :dtcompatible:`ene,kb106x-uart` * :dtcompatible:`espressif,esp32-lpuart` * :dtcompatible:`ite,it51xxx-uart` * :dtcompatible:`renesas,rx-uart-sci`