drivers/clk/qcom

Qualcomm Snapdragon and Dragonwing SoC clock controllers

Clock controller support for Qualcomm's Snapdragon mobile and Dragonwing industrial/embedded systems-on-chip, which gate and configure the dozens of internal clocks that drive the CPU, GPU, modem, camera, and peripheral blocks on Qualcomm silicon. These chips power a huge share of Android phones, Chromebooks, automotive systems, and IoT/edge devices shipping today.

keep conf=0.95 last_sold=2026 deploy=high replacement=none subsystem=clk category=platform-vendor
95%

recommendation

It should stay because this is the upstream home for Qualcomm SoC clock support and remains under heavy active development, with 2025 patches adding new chips like the SM8750 and Kaanapali alongside ongoing fixes. Qualcomm continues to launch new Snapdragon flagships and Dragonwing industrial parts through 2025 and 2026, so removing this code would break an enormous installed base and cut off support for hardware still being sold new.

repository signals

218 files
347,145 source lines
1,079 commits, 5y
+249,146 / −21,742 lines added / removed, 5y
147 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,079 total · active in 58/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +251 −21 2021-05: 5 commits · +454 −414 2021-06: 10 commits · +9,476 −25 2021-07: 13 commits · +2,030 −144 2021-08: 16 commits · +10,969 −371 2021-09: 23 commits · +4,410 −1,151 2021-10: 12 commits · +2,736 −122 2021-11: 4 commits · +26 −18 2021-12: 33 commits · +10,280 −763 2022-01: 0 commits · +0 −0 2022-02: 26 commits · +4,027 −301 2022-03: 11 commits · +880 −25 2022-04: 9 commits · +206 −42 2022-05: 22 commits · +7,696 −119 2022-06: 24 commits · +1,657 −1,246 2022-07: 35 commits · +7,228 −678 2022-08: 12 commits · +167 −130 2022-09: 29 commits · +11,243 −517 2022-10: 8 commits · +831 −995 2022-11: 27 commits · +4,376 −255 2022-12: 63 commits · +4,918 −3,130 2023-01: 63 commits · +11,996 −2,237 2023-02: 22 commits · +8,828 −915 2023-03: 13 commits · +8,265 −33 2023-04: 20 commits · +1,544 −336 2023-05: 34 commits · +5,874 −792 2023-06: 16 commits · +460 −202 2023-07: 26 commits · +7,661 −311 2023-08: 26 commits · +212 −303 2023-09: 13 commits · +2,962 −57 2023-10: 12 commits · +3,342 −69 2023-11: 10 commits · +9,103 −2 2023-12: 19 commits · +7,241 −110 2024-01: 9 commits · +275 −142 2024-02: 43 commits · +5,564 −956 2024-03: 15 commits · +71 −65 2024-04: 12 commits · +117 −61 2024-05: 17 commits · +3,869 −245 2024-06: 27 commits · +10,015 −279 2024-07: 21 commits · +2,499 −2,049 2024-08: 28 commits · +4,782 −1,071 2024-09: 5 commits · +34 −36 2024-10: 29 commits · +14,832 −39 2024-11: 4 commits · +193 −35 2024-12: 22 commits · +4,374 −62 2025-01: 17 commits · +2,761 −86 2025-02: 14 commits · +166 −105 2025-03: 8 commits · +3,604 −13 2025-04: 8 commits · +54 −3 2025-05: 15 commits · +3,303 −269 2025-06: 4 commits · +33 −6 2025-07: 25 commits · +10,963 −52 2025-08: 14 commits · +11,502 −144 2025-09: 12 commits · +652 −28 2025-10: 18 commits · +2,121 −61 2025-11: 25 commits · +830 −44 2025-12: 10 commits · +6,948 −15 2026-01: 15 commits · +6,570 −40 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream activity is ongoing; the directory continues to receive fixes and new SoC enablement rather than removal work.

  2. qualcomm.com

    Qualcomm was still launching new Snapdragon flagship products for new devices in 2025, indicating the covered hardware family remained in active new-sale deployment.

  3. qualcomm.com

    Qualcomm was also launching new industrial/embedded processor lines in late 2025, supporting ongoing non-handset deployments that rely on Qualcomm SoC infrastructure.

  4. qualcomm.com

    Qualcomm described an expanded Linux-supporting industrial/embedded portfolio in 2026, reinforcing that this driver family still maps to active current hardware.

codex reasoning notes (technical)

This is a real driver directory with many platform clock-controller drivers and live entry-point macros (`rg` via shell confirmed). `lore-http` MCP was unavailable and `lei` was not installed, so I fell back to local `git -c safe.directory=... log -- drivers/clk/qcom`; that showed 2025-era fixes plus new Kaanapali/SM8750 support, which I tied to the canonical kernel.org log URL by canonical recall. The three Qualcomm URLs were obtained with `web.search_query` and show new Snapdragon/Dragonwing product launches in 2025-2026. I found no evidence of an upstream removal/deprecation series; active enablement for new Qualcomm SoCs strongly favors `keep`, with no natural replacement driver because this directory is the upstream implementation for Qualcomm clock controllers.