drivers/pinctrl/realtek

Realtek DHC RTD13xx/RTD16xx SoC pin controllers

Pin multiplexing and configuration support for Realtek's Digital Home Center system-on-chip family (RTD1315E, RTD1319D, RTD1619B and relatives) used in 4K media players, set-top boxes, and Android TV devices. These SoCs power consumer streaming hardware such as Zidoo's Z9X line, which is still sold and updated in 2025.

keep conf=0.88 deploy=low replacement=none subsystem=pinctrl category=platform-vendor
88%

recommendation

It should stay in the kernel because it is a relatively new addition (merged in September 2023) that is still receiving active upstream maintenance, including a regmap fix landing as recently as October 2025. While the install base is modest and concentrated in niche media-player products, vendors like Zidoo continue to ship and support RTD1619B-based devices in 2025, so the driver remains relevant to current hardware.

repository signals

7 files
5,373 source lines
11 commits, 5y
+5,414 / −11 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 11 total · active in 6/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: 4 commits · +5,382 −0 2023-10: 3 commits · +26 −8 2023-11: 1 commit · +2 −2 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: 1 commit · +2 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −1 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: 0 commits · +0 −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: 1 commit · +1 −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

    The driver was added upstream in September 2023 as a common pinctrl driver for Realtek DHC RTD SoCs, indicating this is a recently introduced platform driver rather than legacy carryover.

  2. lore.kernel.org

    The directory continued receiving upstream maintenance in 2024, including code-quality fixes to the common Realtek pinctrl driver.

  3. git.kernel.org

    A substantive fix landed on 2025-10-23 to select REGMAP_MMIO for the RTD pinctrl driver, showing active upkeep very recently.

  4. zidoo.tv

    A current retail media-player product page advertises a Realtek RTD1619BPD-based device, showing this SoC family is still present in new hardware sales.

  5. zidoo.tv

    Vendor support pages list firmware/app releases dated 2025-04-18 for RTD1619BPD and RTD1619DR player lines, evidence of ongoing deployed-device support in 2025.

codex reasoning notes (technical)

Directory inspection via shell showed real platform-driver code and Kconfig entries for RTD1315E/RTD1319D/RTD1619B. Upstream activity was established from shell `git log` on the directory; lore URLs were taken from commit Link tags, and the 2025 git.kernel.org commit URL was formed from the shell-retrieved commit id using canonical kernel.org commit URL structure. A shell grep of local git history for remove/deprecat on this path returned no hits, so there is no visible removal momentum. Web search provided Zidoo product/support pages showing RTD1619B-family boxes still sold and updated in 2025. Conclusion: niche consumer/STB deployments remain, but upstream maintenance is active, so this should be kept rather than deprecated.