drivers/block/mtip32xx

Micron RealSSD P320h and P420m PCIe SSDs

An early generation of enterprise PCIe solid-state drives that Micron sold under the RealSSD brand (P320h, P320m, P325m, P420h, P420m, P425m) between roughly 2011 and 2013. They plugged directly into PCIe slots in servers and predated the industry's standardization on NVMe, so they require their own dedicated driver instead of using the generic NVMe stack.

keep-annotate conf=0.77 last_sold=2013 deploy=low replacement=nvme subsystem=block category=storage-block
77%

recommendation

Worth keeping but documenting its niche: the hardware was last marketed around 2013, Micron no longer lists it among current data-center SSDs, and any new deployment would use standard NVMe drives instead. However, the driver is still receiving small fixes upstream as recently as 2025 (patches from Oracle and Kylin developers in linux-block), suggesting some legacy enterprise systems are still running these cards and removal would be premature.

repository signals

4 files
4,537 source lines
33 commits, 5y
+173 / −536 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 33 total · active in 21/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 3 commits · +47 −129 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 1 commit · +3 −1 2021-10: 1 commit · +0 −2 2021-11: 1 commit · +1 −1 2021-12: 3 commits · +23 −65 2022-01: 1 commit · +0 −2 2022-02: 1 commit · +1 −1 2022-03: 1 commit · +1 −3 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +1 −1 2022-06: 4 commits · +46 −261 2022-07: 2 commits · +4 −5 2022-08: 1 commit · +6 −6 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: 1 commit · +2 −2 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: 2 commits · +8 −7 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +3 −3 2024-06: 2 commits · +0 −2 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +1 −20 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +6 −8 2024-12: 1 commit · +0 −1 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 2 commits · +3 −6 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +17 −10 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

    The driver still receives upstream attention in linux-block; a 2025 patch touched mtip32xx.

  2. lore.kernel.org

    Another 2025 linux-block patch updated mtip32xx, indicating maintenance rather than abandonment or removal.

  3. investors.micron.com

    Micron announced the RealSSD P320h in 2011, establishing this driver as support for an early-2010s PCIe SSD family.

  4. investors.micron.com

    Micron announced the P420m in 2013, showing the supported hardware family was marketed in the early 2010s.

  5. micron.com

    Micron's 2025/2026 current data-center SSD lineup lists modern NVMe products and does not list P320h/P420m-class devices, supporting that this hardware is no longer sold new.

codex reasoning notes (technical)

Local `rg` on the source tree identified the device family as Micron RealSSD PCIe SSDs (P320H/P320M/P320S/P325M/P420H/P420M/P425M). lore evidence came from MCP `lore_file_timeline` on `drivers/block/mtip32xx/mtip32xx.c`, which showed recent 2025 activity; I cite two exact lore patch URLs surfaced there. Micron launch history and present-day product lineup came from web search results on Micron investor/product pages. No removal/deprecation thread was found in the limited lore budget; combined with recent fixes, that argues against deprecate/remove. Hardware appears obsolete and replaced in new deployments by standard NVMe SSDs, but legacy enterprise systems may still exist, so `keep-annotate` fits best.