Re: [U-Boot] [PATCH 5/5] dm: ofnode: simplify ofnode_read_bool()

2017-07-06 Thread sjg
On 22 June 2017 at 01:54, Masahiro Yamada wrote: > Reuse ofnode_get_property() to simplify the implementation. > > Signed-off-by: Masahiro Yamada > --- > > drivers/core/ofnode.c | 14 +- > 1 file changed, 5 insertions(+), 9 deletions(-) Acked-by: Simon Glass Applied to u-boot-dm,

Re: [U-Boot] [PATCH 5/5] dm: ofnode: simplify ofnode_read_bool()

2017-07-05 Thread Simon Glass
On 22 June 2017 at 01:54, Masahiro Yamada wrote: > Reuse ofnode_get_property() to simplify the implementation. > > Signed-off-by: Masahiro Yamada > --- > > drivers/core/ofnode.c | 14 +- > 1 file changed, 5 insertions(+), 9 deletions(-) Acked-by: Simon Glass ___

[U-Boot] [PATCH 5/5] dm: ofnode: simplify ofnode_read_bool()

2017-06-22 Thread Masahiro Yamada
Reuse ofnode_get_property() to simplify the implementation. Signed-off-by: Masahiro Yamada --- drivers/core/ofnode.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/core/ofnode.c b/drivers/core/ofnode.c index 87e731dc2b77..5a3e1d452fbb 100644 --- a/dri