Helper code that interprets the on-device data layouts used inside non-volatile memory chips like EEPROMs and small flash parts, where vendors store things such as MAC addresses, board serial numbers, and calibration data in standardized formats.
This is not actually a driver directory; it is a collection of parser helpers that sit alongside the NVMEM subsystem and decode well-known data layouts inside non-volatile memory devices. It is shared infrastructure used by other drivers, so the keep/remove question does not apply to it as hardware support.
repository signals
6files
658source lines
18commits, 5y
+758 / −50lines added / removed, 5y
10authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 9/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains NVMEM layout/parser helper code for EEPROM/flash data formats, not hardware-bound driver implementations.