drivers/mtd/parsers

MTD Flash Partition Parsers

A collection of helper modules that read partition layout metadata from raw flash storage devices, such as embedded boot loaders, firmware images, and on-flash partition tables found in routers, set-top boxes, and other embedded Linux systems. They tell the kernel where one logical region of a flash chip ends and the next begins, but they do not talk to hardware themselves.

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 set of partition-table parsers that sit on top of the Memory Technology Device subsystem. Any keep-or-remove decision belongs with the individual parsers and the broader MTD layer, not with this directory as a whole.

repository signals

19 files
3,521 source lines
42 commits, 5y
+721 / −281 lines added / removed, 5y
29 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 42 total · active in 22/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +9 −2 2021-05: 4 commits · +64 −48 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: 3 commits · +23 −13 2022-02: 1 commit · +1 −1 2022-03: 1 commit · +1 −1 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +259 −0 2022-06: 2 commits · +4 −0 2022-07: 1 commit · +95 −0 2022-08: 2 commits · +5 −5 2022-09: 0 commits · +0 −0 2022-10: 3 commits · +171 −5 2022-11: 2 commits · +2 −2 2022-12: 2 commits · +4 −2 2023-01: 1 commit · +19 −0 2023-02: 1 commit · +0 −1 2023-03: 1 commit · +1 −1 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: 1 commit · +0 −135 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: 0 commits · +0 −0 2024-03: 1 commit · +1 −1 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +7 −13 2024-07: 1 commit · +2 −2 2024-08: 1 commit · +1 −1 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: 0 commits · +0 −0 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: 3 commits · +23 −15 2026-02: 5 commits · +29 −33 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 MTD partition/parser helper modules that interpret flash layout metadata, not hardware-bound device driver code.