Qualcomm Snapdragon and Dragonwing TLMM pin controllers
The Top-Level Mode Multiplexer (TLMM) blocks on Qualcomm Snapdragon mobile, compute, automotive, and industrial IQ-series SoCs, which decide which on-chip pins are wired to which peripheral and serve as the main GPIO controller. Found in Android phones, Snapdragon-based Windows laptops, automotive infotainment, and embedded Qualcomm platforms shipping today.
recommendation
It should stay because this is the pin-multiplexing and GPIO layer for virtually every Qualcomm Snapdragon and IQ-series SoC, including current 2024–2025 parts like the Snapdragon 8 Elite Gen 5, X1E80100 laptop chips, and the SA8775P/QCS8300 automotive and industrial platforms. Upstream activity is heavy, with broad maintenance patches and new-SoC enablement landing into 2026, and there is no replacement subsystem for this hardware.
repository signals
sources
- lore.kernel.org
March 27, 2026 upstream patch touched 57 Qualcomm pinctrl files, showing broad active maintenance rather than retirement.
- lore.kernel.org
February 2, 2026 RFC added new sm8750 pinctrl-related functionality, indicating ongoing enablement for new Qualcomm SoCs.
- qualcomm.com
Qualcomm announced Snapdragon 8 Elite Gen 5 in September 2025 and said devices from major OEMs would launch in the coming days, evidencing continuing new-product sales in 2025.
- qualcomm.com
Qualcomm introduced new industrial-grade IQ series platforms spanning IQ9/IQ8/IQ6 in late 2024, showing the vendor is still shipping current embedded/industrial SoC families relevant to this pinctrl stack.
codex reasoning notes (technical)
Not an early-exit case: this is real kernel driver code under drivers/pinctrl. Recent lore evidence came from `lore_activity` on `drivers/pinctrl/qcom/pinctrl-sm8750.c`, which returned Mar 2026 qcom-wide maintenance and Feb 2026 sm8750 enablement URLs. A directory-level `lore_file_timeline` query on `drivers/pinctrl/qcom/` returned no matches, so I treated that as a path-query limitation rather than inactivity. Qualcomm product evidence came from `web.search_query` restricted to `qualcomm.com`, which found the Sep 24 2025 Snapdragon 8 Elite Gen 5 launch page and the Oct 2024 IQ-series launch page. Local tree inspection via `rg --files drivers/pinctrl/qcom` also showed support files for current families such as `sm8750`, `sm8650`, `x1e80100`, `qcs8300`, and `sa8775p`. No sampled lore evidence suggested an upstream removal series, and there is no natural replacement driver for Qualcomm TLMM/pinctrl blocks, so the directory should be kept.