Qualcomm Snapdragon ARM64 laptop embedded controllers
Embedded controller drivers for the new generation of Snapdragon-powered ARM64 Windows-on-ARM laptops and tablets from Acer, Huawei, and Lenovo. The embedded controller is the small auxiliary chip on the mainboard that handles things like keyboard input, battery and charger status, fans, lid/power buttons, and backlight on these machines.
recommendation
It should stay because the directory is actively growing, not shrinking: a Lenovo ThinkPad T14s EC driver landed in September 2025, with follow-up suspend and backlight fixes in November 2025, and Lenovo was still selling and publishing spec sheets for the Snapdragon T14s Gen 6 into early 2026. Each driver is narrowly tied to a specific laptop model with no generic replacement, so deployments are modest in number but essential for the machines they target.
repository signals
sources
- git.kernel.org
Kconfig defines this directory as ARM64 platform-specific EC-like drivers, and every concrete driver here depends on ARCH_QCOM for Snapdragon-based Acer, Huawei, and Lenovo systems.
- git.kernel.org
The Lenovo ThinkPad T14s EC driver was added in September 2025, showing the directory is still expanding rather than being wound down.
- git.kernel.org
The ThinkPad T14s EC driver received functional suspend/backlight work in November 2025, indicating active upstream maintenance and no obvious removal trajectory.
- lenovo.com
Lenovo's US product page lists the Snapdragon ThinkPad T14s Gen 6, showing at least one supported platform in this directory was still a current commercial product around 2025-2026.
- psref.lenovo.com
Lenovo's PSREF PDF for ThinkPad T14s Gen 6 (Snapdragon) was published on February 27, 2026, supporting that this hardware family remained actively marketed/documented after 2025.
codex reasoning notes (technical)
Not a removal candidate. Local shell inspection (`ls`, `rg`, `sed`) showed 4 real EC drivers in this directory and Kconfig describes them as EC-like ARM64 device drivers for Snapdragon-based laptops/tablets. Local `git log` on the directory showed new hardware enablement in 2025 (T14s) plus follow-up bugfix/PM work in November 2025, so there is active upstream attention rather than deprecation/removal traffic; cited git.kernel.org URLs are canonical-recall equivalents of the locally observed files/commits. Web `search_query` found Lenovo's T14s Gen 6 Snapdragon product page and a February 27, 2026 PSREF PDF, so at least one supported platform was still sold/documented beyond 2025. Scope is narrow to a handful of specific Snapdragon laptops, so present-day deployment is low, but these drivers cover device-specific EC functionality with no generic upstream replacement.