Re: [U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper

2018-04-30 Thread Simon Glass
On 26 April 2018 at 10:03, Masahiro Yamada wrote: > Hi Simon, > > > 2018-04-26 23:40 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 18 April 2018 at 21:14, Masahiro Yamada >> wrote: >>> device_is_compatible()

Re: [U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper

2018-04-26 Thread Masahiro Yamada
Hi Simon, 2018-04-26 23:40 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 18 April 2018 at 21:14, Masahiro Yamada > wrote: >> device_is_compatible() takes udevice, but there is no such a helper >> that takes ofnode. >> >> Signed-off-by: Masahiro

Re: [U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper

2018-04-26 Thread Simon Glass
Hi Masahiro, On 18 April 2018 at 21:14, Masahiro Yamada wrote: > device_is_compatible() takes udevice, but there is no such a helper > that takes ofnode. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > >

[U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper

2018-04-18 Thread Masahiro Yamada
device_is_compatible() takes udevice, but there is no such a helper that takes ofnode. Signed-off-by: Masahiro Yamada --- Changes in v2: None drivers/core/device.c | 8 +--- drivers/core/ofnode.c | 11 +++ include/dm/ofnode.h | 11 +++ 3