drivers/i2c/muxes

I2C bus multiplexers and switches (NXP PCA954x/PCA984x, Maxim MAX735x, and generic GPIO/register muxes)

Small chips that fan one I2C bus out to several downstream buses, letting a host reach many devices that share addresses or need isolation. Common on server baseboards, networking gear, and embedded boards, with NXP PCA954x/PCA984x and Maxim MAX735x being typical parts; the directory also covers generic muxes built from GPIOs, pinctrl, or memory-mapped registers.

keep conf=0.93 deploy=medium replacement=none subsystem=i2c category=bus-i2c-spi
93%

recommendation

It should stay in the kernel because this is an active subsystem covering chips that are still sold new in 2025 — NXP lists the PCA9548A as a current product — and the main PCA954x driver was still receiving upstream maintenance patches as recently as April 2026. There is no removal series in flight and the directory spans several distinct, still-relevant chip families plus generic mux mechanisms.

repository signals

13 files
3,138 source lines
53 commits, 5y
+519 / −248 lines added / removed, 5y
29 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 53 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +2 −2 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 3 commits · +8 −45 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 2 commits · +7 −2 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +1 −0 2022-08: 2 commits · +7 −11 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +2 −3 2022-11: 1 commit · +3 −3 2022-12: 1 commit · +3 −3 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +3 −3 2023-03: 1 commit · +3 −1 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +14 −26 2023-06: 0 commits · +0 −0 2023-07: 2 commits · +3 −6 2023-08: 3 commits · +93 −10 2023-09: 2 commits · +6 −7 2023-10: 4 commits · +9 −9 2023-11: 1 commit · +1 −3 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +42 −1 2024-02: 1 commit · +1 −1 2024-03: 1 commit · +38 −8 2024-04: 2 commits · +10 −11 2024-05: 0 commits · +0 −0 2024-06: 3 commits · +11 −5 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +172 −7 2024-10: 1 commit · +2 −2 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 2 commits · +4 −2 2025-02: 1 commit · +2 −2 2025-03: 2 commits · +4 −4 2025-04: 1 commit · +5 −5 2025-05: 0 commits · +0 −0 2025-06: 4 commits · +30 −27 2025-07: 3 commits · +8 −9 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +23 −27 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The major in-tree chip-family driver in this directory, i2c-mux-pca954x, was still receiving upstream maintenance patches in April 2026, indicating active support rather than removal.

  2. nxp.com

    NXP lists PCA9548A, a representative PCA954x device supported by this directory, as an active product, showing the hardware class is still sold.

  3. git.kernel.org

    The directory is a mixed active subsystem covering multiple current chip families and generic I2C mux mechanisms, not a single obsolete legacy driver.

codex reasoning notes (technical)

Keep: this is an active subsystem, not an obsolescent one. `lore_file_timeline` showed dense 2021-2026 patch traffic for `i2c-mux-pca954x.c`, including April 15, 2026 fixes and cleanups, and no evidence of a removal series; an attempted `lore_regex` scan for patches touching `drivers/i2c/muxes/` returned no removal signal. Web search found NXP's official PCA9548A page marking a supported mux part as active. Kernel Kconfig was read locally via shell, and the kernel.org tree URL is cited by canonical recall to anchor that this directory spans multiple still-relevant mux/switch implementations and generic platform mux drivers. With current upstream maintenance plus actively sold supported silicon, deprecation/removal is not justified.