drivers/mtd/hyperbus

HyperBus and HyperFlash memory controllers

A subsystem for HyperBus, a high-speed 8-bit memory interface originally created by Cypress (now Infineon) and used to attach HyperFlash NOR flash and HyperRAM chips to embedded SoCs. The stack covers Texas Instruments AM65x HyperBus memory controllers and the Renesas RPC-IF interface, typically found in industrial and automotive boards from the late 2010s onward.

keep conf=0.84 deploy=low replacement=none subsystem=mtd category=storage-flash
84%

recommendation

It should stay in the kernel because the hardware is still being sold for new designs in 2025: TI continues to list AM65x SoCs as current products and Infineon's HyperFlash parts have planned availability into the 2030s. The code is also actively maintained, with bug fixes and stable backports landing for both the TI and Renesas variants in 2024 and 2025. Real-world deployment is niche and concentrated in embedded and industrial systems, but there is no sign of abandonment.

repository signals

5 files
599 source lines
15 commits, 5y
+62 / −48 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 11/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: 1 commit · +2 −2 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +6 −2 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: 1 commit · +1 −1 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 2 commits · +14 −13 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: 2 commits · +12 −12 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: 2 commits · +4 −8 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: 1 commit · +7 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +2 −2 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +13 −6 2025-01: 1 commit · +1 −1 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: 1 commit · +0 −1 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

    File-level lore activity shows the directory was still being touched in 2025 upstream, indicating the driver is maintained rather than abandoned.

  2. lore.kernel.org

    A 2025 stable backport fixes an OF node reference leak in hbmc-am654, showing real bug-fix traffic and downstream relevance.

  3. lore.kernel.org

    A 2024 stable backport adds a missing MODULE_DEVICE_TABLE for rpc-if, showing continued maintenance for the Renesas side as well.

  4. ti.com

    TI still lists AM65x devices as current products, supporting that AM65x HyperBus-capable SoCs remain available for new designs.

  5. infineon.com

    Infineon still lists HyperFlash parts as active/preferred with planned availability into the 2030s, indicating the attached memory ecosystem is not obsolete.

codex reasoning notes (technical)

Local exec_command on Kconfig and sources showed this is a real HyperBus/HyperFlash driver stack for TI AM65x HBMC and Renesas RPC-IF, not a helper library. lore_file_timeline on the directory path returned no matches, so I used mcp__lore_http__.lore_activity on the three .c files instead; those yielded 2024-2025 upstream/stable fixes and cleanups, with no removal signal in the gathered lore evidence. TI and Infineon product URLs were obtained via web.search_query and show currently marketed SoC/memory parts, so the hardware looks niche embedded/industrial but still sold; that supports keep, with low current deployment rather than deprecate/remove.