drivers/clk/x86

x86 platform clock controllers for Intel Atom, AMD FCH, and MaxLinear Lightning Mountain

A small collection of clock controller drivers for x86 system-on-chip platforms: Intel's Bay Trail and Cherry Trail Atom chips from roughly 2013 to 2016 (used in budget tablets, netbooks, and embedded boards), AMD's Fusion Controller Hub southbridge, and MaxLinear's Lightning Mountain (formerly Intel) AnyWAN gateway processors used in DSL and fiber home networking equipment.

keep-annotate conf=0.78 last_sold=2016 deploy=low replacement=none subsystem=clk category=platform-vendor
78%

recommendation

Worth keeping but documenting its mixed nature, because while the Bay Trail and Cherry Trail pieces target hardware Intel itself lists as former products, the Lightning Mountain portion is still under active development (a 2026 P-state enablement series is in flight) and MaxLinear continues to ship new AnyWAN gateway SoCs that depend on it. Both the AMD FCH and Lightning Mountain files received real maintenance work in 2023, so the directory is not abandoned even if much of it serves legacy systems.

repository signals

9 files
2,089 source lines
15 commits, 5y
+146 / −190 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 9/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 · +7 −7 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: 3 commits · +34 −14 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 · +1 −3 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: 5 commits · +74 −126 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: 1 commit · +5 −7 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: 0 commits · +0 −0 2024-03: 1 commit · +1 −12 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: 1 commit · +2 −2 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: 1 commit · +20 −15 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 −4 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    `clk-lgm.c` received a real functional fix for MaxLinear/Lightning Mountain clocks that was backported to stable in 2023, indicating maintained upstream interest rather than abandonment.

  2. lore.kernel.org

    `clk-fch.c` was still being touched in 2023 during clock-framework API churn, so the directory is not completely inert.

  3. spinics.net

    A March 6, 2026 patch series adds P-state support for Intel/MaxLinear Lightning Mountain, which is evidence that at least one SoC family covered by this directory remains in active enablement.

  4. maxlinear.com

    MaxLinear still markets active x86-based AnyWAN gateway SoCs in 2026, supporting the view that this class of embedded x86 networking hardware is still sold in niche new deployments.

  5. intel.com

    Bay Trail is explicitly listed by Intel as a former product family with launches in 2013-2016, showing that part of this directory targets legacy hardware.

  6. intel.com

    Cherry Trail is also explicitly a former Intel family, reinforcing that some drivers here serve older tablet/embedded Atom platforms rather than current mainstream systems.

codex reasoning notes (technical)

Local `rg`/`sed` inspection showed this directory is a real mixed hardware-driver bucket: `clk-lgm.c` (MaxLinear/Lightning Mountain), `clk-pmc-atom.c`/`clk-lpss-atom.c` (Bay/Cherry Trail era Intel Atom), and `clk-fch.c` (AMD FCH). `lore_activity` on `clk-lgm.c` produced the cited 2023 stable fix URL; `lore_activity` on `clk-fch.c` produced the cited 2023 linux-clk API-conversion URL. Web search produced the Spinics Lightning Mountain 2026 enablement thread and the MaxLinear/Intel product pages. Net: no solid removal evidence, one supported subfamily still appears alive, but deployments are niche and much of the directory is legacy, so keep it with annotation rather than deprecate/remove.