Re: [U-Boot] [PATCH v1 05/10] dm: core: gracefully handle alias seq without of

2020-06-30 Thread Tom Rini
On Mon, May 20, 2019 at 02:44:57AM +0200, Marcel Ziswiler wrote: > Gracefully handle alias seq in the platform data rather than OF case. > > Signed-off-by: Marcel Ziswiler Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH v1 05/10] dm: core: gracefully handle alias seq without of

2019-05-20 Thread Simon Glass
Hi Marcel, On Sun, 19 May 2019 at 18:45, Marcel Ziswiler wrote: > > Gracefully handle alias seq in the platform data rather than OF case. I don't understand why this is needed or what it does. Also if this is changing behaviour, then there should be a test for it. Regards, Simon

[U-Boot] [PATCH v1 05/10] dm: core: gracefully handle alias seq without of

2019-05-19 Thread Marcel Ziswiler
Gracefully handle alias seq in the platform data rather than OF case. Signed-off-by: Marcel Ziswiler --- drivers/core/read.c | 4 +++- include/dm/read.h | 4 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/core/read.c b/drivers/core/read.c index