[PATCH v1 06/14] nvmem: core: introduce NVMEM layouts

Michael Walle michael at walle.cc
Sun Aug 28 07:33:03 PDT 2022


Am 2022-08-28 16:06, schrieb Rafał Miłecki:
> On 25.08.2022 23:44, Michael Walle wrote:
>> For now, the content can be
>> described by a device tree or a board file. But this only works if the
>> offsets and lengths are static and don't change.
> 
> Not really true (see Broadcom's NVRAM and U-Boot's env data).

All except those two drivers don't add cells on their own. And for
these it is not possible to add non static cells, except in board
code maybe. This series make it possible to add this runtime parsing
to any NVMEM device.

-michael



More information about the linux-mtd mailing list