drivers/net/wwan/iosm

Intel XMM 7360/7560 M.2 PCIe WWAN modems (IOSM)

Host-side support for Intel's XMM 7360 and XMM 7560 LTE modems, sold as M.2 PCIe cards that plug into laptops and embedded devices to provide cellular data through a standard MBIM interface. These modules shipped in business laptops in the late 2010s and continue to appear in some Fibocom-branded M.2 cards still on sale today.

keep-annotate conf=0.79 deploy=low replacement=none subsystem=net category=networking-wireless
79%

recommendation

Worth keeping but documenting its niche, because the modem family is on a legacy trajectory: Intel sold most of its smartphone modem business to Apple in 2019, so no new chips in this line are coming. That said, the driver is still listed as Maintained, has received fixes through 2024 and 2025, and the underlying M.2 modules remain available from third parties like Fibocom, so a working population of users still depends on it.

repository signals

41 files
11,942 source lines
111 commits, 5y
+14,898 / −2,926 lines added / removed, 5y
36 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 111 total · active in 29/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 24 commits · +8,784 −36 2021-07: 6 commits · +20 −45 2021-08: 7 commits · +22 −25 2021-09: 14 commits · +4,248 −2,247 2021-10: 1 commit · +69 −98 2021-11: 2 commits · +271 −15 2021-12: 13 commits · +159 −137 2022-01: 1 commit · +0 −3 2022-02: 2 commits · +1,038 −80 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +1 −14 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 2 commits · +3 −3 2022-10: 2 commits · +4 −3 2022-11: 11 commits · +49 −53 2022-12: 1 commit · +1 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +9 −1 2023-04: 1 commit · +2 −1 2023-05: 4 commits · +33 −31 2023-06: 2 commits · +72 −14 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +11 −72 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +2 −1 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +1 −1 2024-07: 0 commits · +0 −0 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: 1 commit · +1 −1 2025-01: 1 commit · +55 −1 2025-02: 1 commit · +10 −14 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +1 −2 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +2 −1 2025-12: 1 commit · +6 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +23 −26 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. kernel.org

    Kernel MAINTAINERS lists `drivers/net/wwan/iosm/` as `INTEL WWAN IOSM DRIVER` with status `Maintained`.

  2. cateee.net

    LKDDb shows CONFIG_IOSM still present through current kernel series and maps the driver to PCI IDs 8086:7360 and 8086:7560.

  3. docs.kernel.org

    Current kernel documentation describes iosm as the host driver for Intel M.2 PCIe modems exposing MBIM WWAN interfaces.

  4. intc.com

    Intel sold the majority of its smartphone modem business to Apple in 2019, indicating the supported Intel modem family is legacy rather than a growth line.

  5. fibocom.com

    A current vendor product page for Fibocom L850-GL shows an actively marketed M.2 LTE module in this device class, implying some new-sales tail remains in 2025.

codex reasoning notes (technical)

Local shell inspection of `iosm_ipc_pcie.c` found PCI IDs 7360/7560, tying the driver to Intel XMM7360/XMM7560-class modems. `web.search_query` found no lore.kernel removal/deprecation hits for iosm, while a local `git -c safe.directory=... log` showed fixes/treewide touches in 2024-2025 and the prompt already reports a substantive touch on 2026-01-04, so this is not abandonment/removal territory. The cited URLs were obtained via `web.search_query`: MAINTAINERS for maintained status, LKDDb for ongoing kernel presence and PCI IDs, docs.kernel for current functionality, Intel's 2019 press release for legacy-family context, and Fibocom's product page for evidence of residual new-sales. Recommendation is `keep-annotate` because upstream activity is real, but deployments appear niche and declining rather than broad-growth.