Re: [PATCH 1/2] ABI: sysfs-nvmem-cells: Expose cells through sysfs

From: Greg Kroah-Hartman
Date: Tue May 23 2023 - 12:59:47 EST


On Tue, May 23, 2023 at 12:02:38PM +0200, Miquel Raynal wrote:
> + The cells/ folder contains one file per cell exposed by
> + the nvmem device. The name of the file is the cell name.
> + The length of the file is the size of the cell (when
> + known). The content of the file is the binary content of
> + the cell (may sometimes be ASCII, likely without
> + trailing character).
> + There is currently no write permission but this could
> + evolve in the future if the need arises.

No need to have these 2 lines, you don't know what will happen in the
future, don't tease people :)

thanks,

greg k-h