Re: [PATCH] reset: add missing stub for device_reset()

2020-03-17 Thread Peter Mamonov
Hello, Ahmad, On Tue, Mar 17, 2020 at 05:47:10PM +0100, Ahmad Fatoum wrote: > Hello Peter, > > On 3/17/20 4:16 PM, Peter Mamonov wrote: > > Fixes: 45b95b50cd0b (reset: add reset controller framework) > > Signed-off-by: Peter Mamonov > > I've submitted ("reset: add stub for device_reset when >

Re: [PATCH] reset: add missing stub for device_reset()

2020-03-17 Thread Ahmad Fatoum
Hello Peter, On 3/17/20 4:16 PM, Peter Mamonov wrote: > Fixes: 45b95b50cd0b (reset: add reset controller framework) > Signed-off-by: Peter Mamonov I've submitted ("reset: add stub for device_reset when CONFIG_RESET_CONTROLLER=n") for this, which is currently in the next branch. Cheers, Ahmad

[PATCH] reset: add missing stub for device_reset()

2020-03-17 Thread Peter Mamonov
Fixes: 45b95b50cd0b (reset: add reset controller framework) Signed-off-by: Peter Mamonov --- include/linux/reset.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/linux/reset.h b/include/linux/reset.h index a22bcf9a5..0d4ff5d19 100644 --- a/include/linux/reset.h +++

Re: [PATCH 0/2] Allow parsing more than one memory node

2020-03-17 Thread Clément Leger
Hi Sam, - On 17 Mar, 2020, at 08:35, Sam Ravnborg s...@ravnborg.org wrote: > Hi Clement. > > On Mon, Mar 16, 2020 at 12:00:06PM +0100, Clement Leger wrote: >> Currently, barebox can only parse one memory node. This means that >> all other memory nodes (with device_type == "memory") will be

Re: [PATCH 0/2] Allow parsing more than one memory node

2020-03-17 Thread Sam Ravnborg
Hi Clement. On Mon, Mar 16, 2020 at 12:00:06PM +0100, Clement Leger wrote: > Currently, barebox can only parse one memory node. This means that > all other memory nodes (with device_type == "memory") will be ignored > while parsing memory. > This patchset add a function of_probe_memory which will