drivers/i3c/master

MIPI I3C master host controllers

Host-side controllers for MIPI I3C, the successor to I2C used to attach low-speed peripherals like sensors, power-management chips, and debug interfaces to modern SoCs and PCs. This directory holds the controller drivers from vendors including Cadence, Synopsys DesignWare, Silvaco, Renesas, Aspeed (AST2600), Analog Devices, and the generic MIPI HCI implementation found on recent Intel platforms.

keep conf=0.96 deploy=medium replacement=none subsystem=i3c category=bus-i2c-spi
96%

recommendation

It should stay because I3C is a current, actively expanding bus standard with new silicon shipping in 2025 and 2026. The kernel mailing lists show fresh patches landing this year, including new Intel Panther Lake HCI enablement and ongoing fixes to the Synopsys DesignWare and MIPI HCI drivers, and Renesas is still selling new SoCs (such as the RZ/V2H) that depend on these controllers.

repository signals

27 files
13,556 source lines
264 commits, 5y
+6,776 / −1,798 lines added / removed, 5y
48 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 264 total · active in 41/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 3 commits · +3 −2 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 2 commits · +2 −2 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +1 −3 2021-12: 8 commits · +257 −98 2022-01: 2 commits · +5 −1 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +2 −8 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +3 −2 2023-03: 15 commits · +677 −84 2023-04: 2 commits · +3 −3 2023-05: 3 commits · +42 −9 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +0 −2 2023-08: 4 commits · +16 −5 2023-09: 16 commits · +28 −20 2023-10: 9 commits · +74 −13 2023-11: 4 commits · +57 −6 2023-12: 4 commits · +82 −20 2024-01: 1 commit · +3 −1 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +56 −13 2024-05: 2 commits · +14 −4 2024-06: 11 commits · +92 −78 2024-07: 7 commits · +333 −75 2024-08: 8 commits · +92 −20 2024-09: 6 commits · +63 −23 2024-10: 6 commits · +99 −35 2024-11: 5 commits · +44 −7 2024-12: 3 commits · +182 −5 2025-01: 4 commits · +7 −23 2025-02: 2 commits · +7 −9 2025-03: 9 commits · +129 −19 2025-04: 9 commits · +61 −84 2025-05: 1 commit · +0 −4 2025-06: 8 commits · +23 −55 2025-07: 7 commits · +1,466 −65 2025-08: 13 commits · +1,189 −160 2025-09: 2 commits · +2 −2 2025-10: 1 commit · +14 −8 2025-11: 16 commits · +330 −75 2025-12: 6 commits · +78 −33 2026-01: 39 commits · +981 −507 2026-02: 5 commits · +49 −50 2026-03: 15 commits · +210 −165 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Mainline kernel documentation has a dedicated I3C subsystem and master-controller driver API, indicating an actively supported subsystem rather than a legacy holdover.

  2. lists.infradead.org

    A 2025 upstreamed patch added MIPI I3C HCI PCI support for Intel Panther Lake, showing new platform enablement in this driver area.

  3. spinics.net

    There was active March 31, 2026 discussion around fixing atomic register updates in mipi-i3c-hci, showing current maintenance traffic.

  4. spinics.net

    There was active April 4, 2026 patch traffic fixing dw-i3c-master memory-management issues, showing current maintenance traffic.

  5. renesas.com

    Renesas lists the RZ/V2H as an active product with 1 I3C channel and visible distributor inventory, showing current-market hardware using this class of controller.

codex reasoning notes (technical)

Local shell inspection of drivers/i3c/master/Kconfig/Makefile showed multiple real controller drivers (ADI, Cadence, Synopsys DW/AST2600, Silvaco, MIPI HCI, Renesas), so this is an active multi-vendor hardware-driver directory. URLs were obtained via web search/open: docs.kernel.org confirms the subsystem is current; infradead archive and spinics results show 2025-2026 new-feature and bug-fix traffic for files in this directory. I also searched lore-oriented terms and found maintenance/new-enablement hits but no removal/deprecation thread; that no-removal conclusion is an inference from the search results plus the directory's very recent substantive activity. Renesas product page was opened from web search and shows an active 2026-orderable SoC with I3C, so hardware is still sold and seeing new deployments. No single replacement driver exists because this directory contains the upstream controller-specific implementations for the use case.