drivers/most

MOST (Media Oriented Systems Transport) automotive infotainment networking

MOST is a fibre-optic and electrical multimedia network used inside cars to carry audio, video, and control data between infotainment components. The kernel stack talks to Microchip/SMSC Intelligent Network Interface Controllers such as the OS81118, OS81119, and OS81210, typically over USB, exposing character, sound, and networking interfaces.

keep-annotate conf=0.86 deploy=low replacement=none subsystem=most category=networking-other
86%

recommendation

It should stay in the kernel but with a note about its narrow scope. The underlying Microchip MOST controllers (OS81118 and OS81210) are still listed as in production for automotive use in 2025, the code still receives upstream maintenance, and there is no removal effort in flight. Deployments are limited to legacy and niche automotive/industrial infotainment networks rather than general-purpose Linux systems, so flagging the niche sets expectations without dropping working hardware support.

repository signals

7 files
4,674 source lines
20 commits, 5y
+93 / −87 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 20 total · active in 16/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +4 −4 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +3 −2 2021-11: 1 commit · +2 −2 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: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 2 commits · +13 −10 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +1 −1 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +4 −4 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: 1 commit · +8 −8 2024-07: 1 commit · +1 −1 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 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: 1 commit · +2 −2 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 0 commits · +0 −0 2025-10: 3 commits · +10 −17 2025-11: 1 commit · +5 −1 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +7 −2 2026-02: 2 commits · +30 −30 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream work still touches the driver in 2026; activity is maintenance/hardening rather than removal.

  2. microchip.com

    The OS81118 MOST150 INIC referenced by the driver is listed by Microchip as 'In Production' and recommended for automotive design.

  3. microchip.com

    The OS81210 INIC referenced by the driver is listed by Microchip as 'In Production' for automotive/industrial applications.

  4. en.wikipedia.org

    MOST is an automotive multimedia network used in vehicles, indicating a specialized niche deployment profile rather than broad general-purpose use.

codex reasoning notes (technical)

Local tree inspection via shell showed `drivers/most` is a real MOST USB/core/cdev/sound driver stack and names SMSC/Microchip USB IDs OS81118/OS81119/OS81210. Lore evidence came from `lore_file_timeline` on `drivers/most/most_usb.c`, which returned a 2026 LKML patch URL and showed continuing upstream maintenance; I found no removal signal in the evidence gathered. Deployment evidence came from web search results for Microchip product pages, which show OS81118 and OS81210 still in production in 2025/2026. MOST is still relevant for legacy and niche automotive/industrial infotainment networks, but new deployments appear limited, so this looks better classified as keep-with-annotation than deprecate/remove.