Re: [PATCH 01/16] dm: core: Add helper to compare node names

2021-03-21 Thread Kishon Vijay Abraham I
Hi Simon, On 12/03/21 10:15 am, Simon Glass wrote: > Hi Kishon, > > On Tue, 9 Mar 2021 at 05:27, Kishon Vijay Abraham I wrote: >> >> Add helper to compare node names. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> drivers/core/ofnode.c | 13 + >> include/dm/ofnode.h | 9 +

Re: [PATCH 01/16] dm: core: Add helper to compare node names

2021-03-11 Thread Simon Glass
Hi Kishon, On Tue, 9 Mar 2021 at 05:27, Kishon Vijay Abraham I wrote: > > Add helper to compare node names. > > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/core/ofnode.c | 13 + > include/dm/ofnode.h | 9 + > 2 files changed, 22 insertions(+) > > diff --git a/dr