drivers/dma/lgm

Intel Lightning Mountain gateway SoC centralized DMA controller

The on-chip DMA engine inside Intel's Lightning Mountain (LGM) home-gateway system-on-chip, which Intel began designing for fiber and broadband customer-premises equipment in the late 2010s before the product line was transferred to MaxLinear and continued under the AnyWAN gateway SoC family used in ISP routers and fiber home gateways.

keep-annotate conf=0.68 last_sold=2023 deploy=low replacement=none subsystem=dma category=bus-other
68%

recommendation

Worth keeping but worth flagging as a niche platform driver. Despite reporting in 2021 that Intel's Lightning Mountain program was effectively shelved around MaxLinear's acquisition of Intel's home-gateway business, the code is clearly still maintained: a MaxLinear engineer landed a substantial CDMA/HDMA refactor in 2025 and Intel contributors were still updating it in 2026. Deployments are limited to ISP-supplied broadband gateways rather than retail hardware, so an annotation noting the narrow MaxLinear AnyWAN audience would help future maintainers gauge its reach.

repository signals

3 files
1,730 source lines
6 commits, 5y
+13 / −22 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 6/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: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 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: 1 commit · +2 −1 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: 1 commit · +5 −5 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 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: 1 commit · +1 −6 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: 0 commits · +0 −0 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: 1 commit · +1 −1 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: 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: 1 commit · +2 −7 2026-02: 1 commit · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still received upstream maintenance in 2026; this patch updates lgm DMA to use a current helper, indicating the code is not abandoned.

  2. lore.kernel.org

    A substantial 2025 refactor split CDMA/HDMA functionality, which is stronger evidence of active support than treewide churn.

  3. investors.maxlinear.com

    MaxLinear was still selling new broadband gateway SoCs in 2022 under the AnyWAN line, showing the surrounding home-gateway market remained active after Intel's home-gateway assets moved to MaxLinear.

  4. investors.maxlinear.com

    MaxLinear was still promoting new gateway SoC deployments in 2023 for fiber/FWA home gateways, supporting continued niche deployment of related platform software stacks.

  5. phoronix.com

    Public reporting in 2021 said Intel's Lightning Mountain appeared punted/cancelled around the MaxLinear acquisition, suggesting the exact Intel-branded LGM platform did not become a broad long-lived retail family.

codex reasoning notes (technical)

Local shell inspection showed this is a real platform DMA driver: lgm-dma.c and Kconfig identify 'Lightning Mountain centralized DMA controllers' for Intel gateway SoCs. lore_file_timeline on drivers/dma/lgm/lgm-dma.c showed steady activity through 2026, including substantial 2025 work, and no removal signal surfaced in the timeline, so removal/deprecation is not justified. Web search found current MaxLinear AnyWAN gateway SoCs but also a Phoronix report that Intel's exact Lightning Mountain program may have been punted/cancelled after the MaxLinear acquisition; taken together this points to low ongoing deployments in ISP/embedded gateway niches rather than broad new 2025 sales of the exact LGM hardware. No natural replacement driver exists because this is a hardware-specific DMA engine block. URLs were obtained via lore MCP (`lore_file_timeline`) and web search tool.