drivers/platform/loongarch

Loongson-3 LoongArch laptop platform extras

Platform glue for laptops built around Loongson-3 LoongArch CPUs, handling ACPI hotkeys, backlight, and other vendor-specific controls on Chinese-market notebooks. LoongArch is a domestic Chinese instruction set, and Loongson has continued shipping new client and mobile silicon such as the LS3A6000 and the 3B6000M announced in early 2025.

keep-annotate conf=0.83 last_sold=2025 deploy=low replacement=none subsystem=platform category=platform-vendor
83%

recommendation

Worth keeping but documenting its niche audience, since the hardware is mostly sold inside China and unfamiliar to most Linux users elsewhere. The code is actively maintained, with substantive fixes landing as recently as June 2025, and Loongson is still launching new LoongArch laptop chips, so there is no case for removal.

repository signals

3 files
635 source lines
7 commits, 5y
+718 / −51 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 7 total · active in 3/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: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 3 commits · +670 −10 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: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 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: 3 commits · +47 −40 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 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: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream activity is recent for this directory; local shell `git log` showed substantive commits on 2025-06-07 and initial merge on 2022-10-12.

  2. cateee.net

    LKDDb identifies CONFIG_LOONGSON_LAPTOP as the Generic Loongson-3 Laptop Driver, bound to ACPI HID LOON0000 and present from Linux 6.1 through current development kernels.

  3. loongson.cn

    Loongson continued marketing LoongArch client silicon (LS3A6000) for desktops and embedded/client systems into the current product generation.

  4. tomshardware.com

    As of 2025-04-04, Loongson was still announcing new mobile/laptop-oriented LoongArch silicon (3B6000M), indicating ongoing new-platform investment rather than legacy-only status.

codex reasoning notes (technical)

Real driver directory: contains `loongson-laptop.c`, Kconfig, Makefile, and a module entry point. Shell inspection showed this is an ACPI/input/backlight laptop platform driver for Loongson-3 systems. Shell `git log` found 7 substantive commits since 2022, including three fixes/features on 2025-06-06/07, so this is not dormant. Web search yielded no obvious lore removal/deprecation thread; absence of removal evidence plus fresh fixes argues against deprecate/remove. Deployment is likely niche and region-specific, so `deployments_today` is `low`, but current LoongArch client/mobile products in 2025 mean the hardware is still sold new. Source provenance: kernel.org log URL via canonical recall, dates verified by shell `git log`; LKDDb and Loongson/Tom's Hardware URLs obtained via web search.