drivers/pinctrl/starfive

StarFive JH7100 and JH7110 RISC-V SoC pin controllers

Pin multiplexing and GPIO controllers built into StarFive's JH7100 and JH7110 RISC-V application processors, which power single-board computers like the VisionFive and VisionFive 2 as well as the FET7110-C industrial core board. Without these, the SoC's pins can't be routed to UARTs, I2C, SPI, SD, and other on-chip peripherals.

keep conf=0.84 last_sold=2025 deploy=low replacement=none subsystem=pinctrl category=platform-vendor
84%

recommendation

It should stay because the hardware is still in mass production and on sale in 2025 (VisionFive 2 SBC and FET7110-C industrial module), and the code is actively maintained upstream — including a June 2025 patch broadening compile-test coverage and an April 2025 series adding new pinctrl features for the JH7110. Deployments are modest today, but as one of the more popular RISC-V development platforms it is a strategic piece of Linux's RISC-V story.

repository signals

7 files
3,057 source lines
28 commits, 5y
+3,223 / −108 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 28 total · active in 15/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: 2 commits · +1,388 −3 2022-10: 1 commit · +3 −0 2022-11: 1 commit · +2 −2 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +1,715 −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: 1 commit · +1 −7 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +52 −2 2023-10: 6 commits · +12 −32 2023-11: 0 commits · +0 −0 2023-12: 3 commits · +12 −12 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: 1 commit · +19 −26 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +2 −2 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: 3 commits · +10 −7 2025-07: 1 commit · +2 −2 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +1 −6 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +0 −3 2026-02: 2 commits · +4 −4 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lists.openwall.net

    June 11, 2025 patch series adjusted StarFive pinctrl build integration for wider compile-testing, indicating active upstream maintenance rather than removal.

  2. lore-kernel.gnuweeb.org

    April 2025 lore-thread mirror shows a JH7110 pinctrl feature patch series ('support force inputs'), evidence of ongoing functional development.

  3. cateee.net

    LKDDb shows the JH7110 SYS driver config present from kernel 6.3 through 6.19 and 7.0-rc+HEAD.

  4. starfivetech.com

    StarFive still marketed the VisionFive 2 JH7110 SBC on its hardware site as recently as the 2025 crawl.

  5. starfivetech.com

    StarFive still marketed the FET7110-C JH7110 core board, describing the JH7110 as in mass production and aimed at industrial deployments.

  6. doc-en.rvspace.org

    VisionFive 2 quick-start documentation dated January 6, 2025 documents current JH7110 board hardware, supporting continued new-device availability into 2025.

codex reasoning notes (technical)

Real SoC-specific pinctrl/GPIO drivers for StarFive JH7100 and JH7110, with no natural generic replacement. Local repo evidence from `rg` and `git -c safe.directory=... log -- drivers/pinctrl/starfive` showed active, non-removal maintenance through 2026-01-18 (API updates, bug fixes, compile-test enablement). URLs were obtained via web search: openwall result for a 2025 compile-test patch, lore-kernel mirror result for a 2025 JH7110 feature series, LKDDb for ongoing kernel presence, and StarFive/RVSpace product-doc pages for current JH7110 hardware availability. Overall this looks like a niche but live RISC-V/industrial platform, so keep rather than deprecate.