drivers/clk/meson

Amlogic Meson SoC clock controllers

Clock controller support for Amlogic's Meson family of ARM system-on-chips, covering generations from the older Meson8 through GXBB, AXG, G12A, A1, S4, C3 and T7. These SoCs power a wide range of Android TV boxes and popular single-board computers like the Khadas VIM4 (A311D2), ODROID-C4 (S905X3), and Hardkernel and Libre Computer boards still being sold new in 2025.

keep conf=0.93 last_sold=2025 deploy=medium replacement=none subsystem=clk category=platform-vendor
93%

recommendation

It should stay in the kernel because the hardware is still being manufactured and sold in 2025 (Khadas VIM4, ODROID-C4, and other Amlogic-based SBCs and TV boxes), and the code is actively maintained — the linux-clk mailing list shows cleanup series landing in August 2025 and a bug fix as recent as January 2026, with no deprecation discussion in sight.

repository signals

42 files
30,533 source lines
126 commits, 5y
+23,114 / −13,826 lines added / removed, 5y
28 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 126 total · active in 36/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 2 commits · +17 −14 2021-06: 2 commits · +15 −10 2021-07: 6 commits · +135 −58 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +41 −3 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +1 −1 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +4 −32 2022-06: 1 commit · +12 −3 2022-07: 0 commits · +0 −0 2022-08: 2 commits · +12 −8 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +0 −1 2022-12: 4 commits · +36 −25 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 4 commits · +2,823 −7 2023-06: 21 commits · +2,721 −3,281 2023-07: 2 commits · +10 −10 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +4,799 −0 2023-10: 1 commit · +2 −0 2023-11: 3 commits · +116 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +2 −0 2024-03: 5 commits · +6 −2 2024-04: 4 commits · +274 −38 2024-05: 4 commits · +3,166 −17 2024-06: 2 commits · +34 −11 2024-07: 9 commits · +94 −34 2024-08: 0 commits · +0 −0 2024-09: 6 commits · +13 −50 2024-10: 1 commit · +10 −100 2024-11: 2 commits · +102 −11 2024-12: 6 commits · +82 −70 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +8 −8 2025-05: 1 commit · +1 −0 2025-06: 5 commits · +639 −3,082 2025-07: 2 commits · +4,215 −4,272 2025-08: 12 commits · +1,112 −2,661 2025-09: 3 commits · +203 −5 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +2,375 −0 2026-01: 3 commits · +31 −9 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream maintenance continued into 2026 with a functional fix for the Meson G12A clock controller.

  2. lore.kernel.org

    The Meson clock code was still receiving nontrivial refactoring/cleanup work in 2025 rather than abandonment.

  3. cateee.net

    LKDDb shows Meson G12A clock-controller support still present through 6.19 and 7.0-rc+HEAD, covering shipping Meson SoCs such as S905D2/S905X2/S905Y2/SM1.

  4. khadas.com

    Khadas still sells the VIM4 SBC using the Amlogic A311D2 SoC, demonstrating ongoing new-hardware availability for Meson-family platforms.

  5. hardkernel.com

    Hardkernel still sells the ODROID-C4 based on the Amlogic S905X3, showing continued new deployments for Meson-family hardware.

codex reasoning notes (technical)

Real driver directory, not an asset/helper: local `rg` showed multiple `module_platform_driver` / `CLK_OF_DECLARE_DRIVER` entries across gxbb/meson8b/axg/g12a/a1/s4/c3/t7 files. Lore evidence came from `lore_activity(file=drivers/clk/meson/g12a.c,list=linux-clk,since=5y)`, which returned 32 recent linux-clk messages including 2025 cleanup series and a 2026 bug fix; I found no removal/deprecation thread in the inspected recent hits. Deployment evidence URLs were obtained via `web.search_query` and show Amlogic Meson boards still sold new in 2025-era commerce. Because the code is actively maintained and the hardware remains in current embedded/SBC use, the correct disposition is keep, with no replacement driver.