drivers/soc/vt8500

VIA/WonderMedia VT8500 and WM8xxx SoC info helper

A small support helper that identifies VIA/WonderMedia VT8500 and WM8xxx system-on-chips, an ARMv5/ARM11/Cortex-A9 family used in cheap Android tablets, netbooks, and set-top boxes during the early 2010s before WonderMedia was absorbed back into VIA in 2016.

keep-annotate conf=0.78 last_sold=2013 deploy=low replacement=none subsystem=soc category=platform-vendor
78%

recommendation

Worth keeping but flagging as legacy. Although the underlying VIA/WonderMedia tablet and netbook chips are early-2010s parts from a vendor that was folded back into VIA in 2016, the small SoC-info helper here was actually merged fresh in May 2025 and ships in current kernels (6.16 onward). It exists to keep the remaining supported legacy boards working, so removal would be premature, but a note that the hardware is long out of production would help future readers.

repository signals

3 files
125 source lines
1 commits, 5y
+146 / −0 lines added / removed, 5y
1 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1 total · active in 1/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: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 1 commit · +146 −0 2025-06: 0 commits · +0 −0 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. lore.kernel.org

    Mainline gained this driver in May 2025 as a new socinfo helper for VIA/WonderMedia SoCs, indicating current upstream maintenance rather than removal.

  2. lore.kernel.org

    The merge commit references prior review/discussion on lore, showing active upstream review around the driver's introduction.

  3. cateee.net

    LKDDb shows CONFIG_WMT_SOCINFO present in kernels 6.16-6.19 and 7.0-rc+HEAD, so the driver is current and not orphaned.

  4. en.wikipedia.org

    WonderMedia SoCs are a legacy product line from a company founded in 2008 and merged into VIA in 2016; listed chips are early ARMv5/ARM11/Cortex-A9 tablet/netbook-era parts, supporting an obsolescence assessment.

codex reasoning notes (technical)

Directory contains a real platform driver (local shell inspection of wmt-socinfo.c/Kconfig). The two lore URLs were obtained from `git show` of the sole introducing commit, which links the patch posting and review thread; no removal discussion was present in the available lore-linked history. LKDDb URL was obtained via web search and confirms the config is in current kernels. Wikipedia URL was obtained via web search/open and supports that this is an old WonderMedia tablet/netbook SoC family from the early 2010s. Hardware appears legacy with low present-day deployments, but the driver was newly added in 2025 for still-supported legacy boards, so removal/deprecation would be premature; annotate as legacy instead.