drivers/phy/intel

Intel Keem Bay and Lightning Mountain SoC PHYs

Low-level physical-layer interface blocks built into two Intel system-on-chip families: Keem Bay (the Movidius VPU platform used in vision and edge AI products, including the 3700VC launched in 2023) and Lightning Mountain (network gateway chipsets). The drivers cover eMMC storage PHYs on both SoCs and a multi-protocol ComboPHY on Lightning Mountain.

keep-annotate conf=0.67 last_sold=2025 deploy=low replacement=none subsystem=phy category=platform-vendor
67%

recommendation

Worth keeping but flagging as a niche, SoC-specific corner of the tree. The hardware ships in low-volume embedded and edge-AI products rather than mass-market systems, but Intel's Keem Bay-derived Movidius parts were still being launched as recently as 2023 and the code is still receiving upstream attention, so there is no case for removal. Documenting it as platform glue for two specific Intel SoC lines would help future maintainers understand its limited reach.

repository signals

6 files
1,510 source lines
9 commits, 5y
+544 / −560 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 9 total · active in 7/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +2 −1 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +522 −0 2021-11: 1 commit · +1 −3 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +15 −30 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: 0 commits · +0 −0 2023-03: 3 commits · +2 −524 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −1 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 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

    Recent upstream touch exists for this directory's code, indicating the driver family is still maintained rather than abandoned.

  2. cateee.net

    LKDDb shows the Keem Bay eMMC PHY driver still present through current kernel heads and tied to Intel Keem Bay hardware.

  3. cateee.net

    LKDDb identifies Intel Lightning Mountain ComboPHY support for gateway chipsets in this directory.

  4. cateee.net

    LKDDb shows the Lightning Mountain eMMC PHY driver remains in current kernels.

  5. intel.com

    Intel ARK lists a Keem Bay-derived Movidius 3700VC VPU as launched in Q1 2023, supporting the view that at least part of this hardware family was still commercially current heading into 2025.

codex reasoning notes (technical)

Real driver directory: four platform PHY drivers in drivers/phy/intel for Intel Keem Bay and Lightning Mountain SoCs. lore_file_timeline on the directory path returned no events, so I fell back to lore_activity on a concrete file; that produced a 2026 lore URL from mcp__lore_http__.lore_activity showing ongoing upstream churn, with no removal discussion surfaced in the limited lore probes. Hardware evidence came from web search hits to LKDDb pages for the three active configs and Intel ARK for the Keem Bay-derived 3700VC. Conclusion: niche embedded/industrial deployments remain, no generic replacement exists, and active maintenance argues against deprecation; annotate as low-volume, SoC-specific code rather than remove.