drivers/mtd/ubi

UBI Unsorted Block Image flash volume management layer

UBI is a software layer that sits on top of raw NAND and NOR flash chips exposed through the kernel's MTD subsystem. It handles wear leveling, bad-block management, and lets a single flash device be carved into resizable logical volumes, which filesystems like UBIFS then sit on top of. It is widely used in embedded Linux devices such as routers, set-top boxes, and industrial gear.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=mtd category=not-a-driver
100%

recommendation

This is not actually a hardware driver directory; it is a generic flash volume-management layer that works with whatever NAND or NOR chip the MTD subsystem exposes. It belongs to kernel infrastructure rather than the device-driver inventory and shouldn't be evaluated for hardware-driven removal.

repository signals

23 files
19,702 source lines
107 commits, 5y
+1,844 / −805 lines added / removed, 5y
46 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 107 total · active in 38/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 2021-06: 1 commit · +29 −39 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +1 −1 2021-11: 4 commits · +15 −17 2021-12: 1 commit · +19 −9 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: 3 commits · +123 −49 2022-06: 3 commits · +18 −6 2022-07: 3 commits · +13 −8 2022-08: 5 commits · +31 −22 2022-09: 1 commit · +1 −1 2022-10: 6 commits · +38 −17 2022-11: 3 commits · +23 −15 2022-12: 2 commits · +3 −1 2023-01: 2 commits · +31 −72 2023-02: 2 commits · +2 −1 2023-03: 6 commits · +36 −16 2023-04: 1 commit · +7 −0 2023-05: 0 commits · +0 −0 2023-06: 3 commits · +5 −6 2023-07: 0 commits · +0 −0 2023-08: 12 commits · +193 −144 2023-09: 1 commit · +3 −1 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 10 commits · +973 −208 2024-01: 3 commits · +34 −12 2024-02: 5 commits · +15 −8 2024-03: 2 commits · +5 −5 2024-04: 2 commits · +7 −4 2024-05: 2 commits · +6 −5 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −1 2024-08: 2 commits · +27 −6 2024-09: 3 commits · +23 −4 2024-10: 2 commits · +8 −6 2024-11: 1 commit · +1 −1 2024-12: 4 commits · +71 −25 2025-01: 1 commit · +2 −1 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +1 −1 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +0 −27 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: 2 commits · +26 −8 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +51 −56 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains the UBI flash volume-management layer for MTD devices, not hardware-bound device driver code.