Re: [PATCH v4 0/2] Use NVMEM as reboot-mode write interface

2019-06-27 Thread Nandor Han
Hi, Changes since v3: - documentation updated according to the comments Thanks, queued. Please fix your git/mail setup, I had to fix the line endings (\r\n -> \n) to apply this. -- Sebastian Ok. Thanks Sebastian. -- Nandor

Re: [PATCH v4 0/2] Use NVMEM as reboot-mode write interface

2019-06-27 Thread Sebastian Reichel
Hi, On Wed, May 15, 2019 at 10:47:14AM +, Han Nandor wrote: > Description > --- > Extend the reboot mode driver to use a NVMEM cell as writing interface. > > Testing > --- > The testing is done by configuring DT from a custom board. > The NVMEM cell is configured in an RTC non-vol

[PATCH v4 0/2] Use NVMEM as reboot-mode write interface

2019-05-15 Thread Han Nandor
Description --- Extend the reboot mode driver to use a NVMEM cell as writing interface. Testing --- The testing is done by configuring DT from a custom board. The NVMEM cell is configured in an RTC non-volatile memory. Kernel: 4.14.60 (the patchset was rebased on kernel master) DT con