[PATCH] fw_env: add fallback to Linux's NVMEM based access

2022-06-16 Thread Rafał Miłecki
From: Rafał Miłecki A new DT binding for describing environment data block has been added in Linux's commit 5db1c2dbc04c ("dt-bindings: nvmem: add U-Boot environment variables binding"). Once we get a proper Linux NVMEM driver it'll be possible to use Linux's binary interface for user-space as do

Re: [PATCH] fw_env: add fallback to Linux's NVMEM based access

2023-05-09 Thread Arınç ÜNAL
On 16.06.2022 21:59, Rafał Miłecki wrote: From: Rafał Miłecki A new DT binding for describing environment data block has been added in Linux's commit 5db1c2dbc04c ("dt-bindings: nvmem: add U-Boot environment variables binding"). Once we get a proper Linux NVMEM driver it'll be possible to use L

Re: [PATCH] fw_env: add fallback to Linux's NVMEM based access

2022-07-08 Thread Tom Rini
On Thu, Jun 16, 2022 at 08:59:03PM +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > A new DT binding for describing environment data block has been added in > Linux's commit 5db1c2dbc04c ("dt-bindings: nvmem: add U-Boot environment > variables binding"). Once we get a proper Linux NVMEM dri