Re: [PATCH] reboot-mode: Add NVMEM reboot mode

2023-01-12 Thread Tom Rini
On Fri, Dec 02, 2022 at 11:03:53AM -0500, Sean Anderson wrote: > This adds an NVMEM reboot mode driver, similar to Linux's > implementation. This allows using the same device tree binding for Linux > and U-Boot in most cases. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied

Re: [PATCH] reboot-mode: Add NVMEM reboot mode

2022-12-04 Thread Simon Glass
On Sat, 3 Dec 2022 at 05:04, Sean Anderson wrote: > > This adds an NVMEM reboot mode driver, similar to Linux's > implementation. This allows using the same device tree binding for Linux > and U-Boot in most cases. > > Signed-off-by: Sean Anderson > --- > > MAINTAINERS

[PATCH] reboot-mode: Add NVMEM reboot mode

2022-12-02 Thread Sean Anderson
This adds an NVMEM reboot mode driver, similar to Linux's implementation. This allows using the same device tree binding for Linux and U-Boot in most cases. Signed-off-by: Sean Anderson --- MAINTAINERS | 1 + drivers/reboot-mode/Kconfig | 7 +++ drivers