drivers/soc/microchip

Microchip PolarFire SoC system controller support

Platform glue for the system controller blocks on Microchip's PolarFire SoC, a RISC-V plus FPGA chip family launched around 2020 and still being sold in 2025 on boards like the Icicle Kit. It mediates communication between Linux and the on-chip service controller that handles things like secure boot, firmware services, and system-level housekeeping.

keep conf=0.91 deploy=medium replacement=none subsystem=soc category=platform-vendor
91%

recommendation

It should stay because the PolarFire SoC family is still actively sold by Microchip in 2025, including the Icicle developer kit built around production MPFS250T silicon, and the code is still receiving upstream fixes as recently as early 2026. There is no deprecation signal here — this is current platform support for hardware shipping today.

repository signals

5 files
332 source lines
21 commits, 5y
+408 / −51 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 21 total · active in 12/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: 2 commits · +206 −2 2022-03: 1 commit · +8 −5 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: 5 commits · +44 −24 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +2 −4 2023-10: 3 commits · +31 −3 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −1 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: 1 commit · +1 −1 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 · +95 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +9 −4 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 2 commits · +8 −4 2026-04: 0 commits · +0 −0

sources

  1. lists.infradead.org

    Public patch thread for a 2026 fix to mpfs_sys_controller_probe() shows the driver is still receiving upstream maintenance rather than removal.

  2. microchip.com

    Microchip still markets the PolarFire SoC FPGA family as a current Linux-capable product family.

  3. microchip.com

    Microchip still sells a current PolarFire SoC Icicle Kit based on production MPFS250T silicon, indicating ongoing new deployments and developer availability.

  4. ww1.microchip.com

    A 2025 QuickStart guide documents booting Linux on the PolarFire SoC Icicle Kit, supporting present-day Linux deployment relevance.

codex reasoning notes (technical)

In-tree inspection via shell (`sed`) shows three platform drivers in this directory, all for MPFS system-controller/syscon blocks, so this is active SoC support code rather than a helper library. Local shell `git -c safe.directory=... log -- drivers/soc/microchip` shows substantive fixes and feature work from 2022 through 2026-03, with no removal/deprecation commits; a grep over commit messages found only maintenance wording around `.remove` callbacks, not removal plans. URLs were obtained by web search: the lists.infradead patch thread was found by searching a recent commit hash/subject after lore search returned no results, and the Microchip product/kit pages plus 2025 QuickStart PDF were found by web search on PolarFire SoC family and Icicle Kit. Because the hardware family is still sold and the directory has recent upstream fixes, there is no deprecation signal; keep it.