Re: [U-Boot] [PATCH v4 09/13] libfdt: Add fdt_getprop_namelen_w

2016-07-11 Thread David Gibson
On Mon, Jul 11, 2016 at 09:12:27AM +0200, Maxime Ripard wrote: > On Wed, Jul 06, 2016 at 11:22:48AM +1000, David Gibson wrote: > > On Tue, Jul 05, 2016 at 10:26:42AM +0200, Maxime Ripard wrote: > > > Add a function to retrieve a writeable property only by the first > > > characters of its name. >

Re: [U-Boot] [PATCH v4 09/13] libfdt: Add fdt_getprop_namelen_w

2016-07-11 Thread Maxime Ripard
On Wed, Jul 06, 2016 at 11:22:48AM +1000, David Gibson wrote: > On Tue, Jul 05, 2016 at 10:26:42AM +0200, Maxime Ripard wrote: > > Add a function to retrieve a writeable property only by the first > > characters of its name. > > > > Signed-off-by: Maxime Ripard

Re: [U-Boot] [PATCH v4 09/13] libfdt: Add fdt_getprop_namelen_w

2016-07-05 Thread David Gibson
On Tue, Jul 05, 2016 at 10:26:42AM +0200, Maxime Ripard wrote: > Add a function to retrieve a writeable property only by the first > characters of its name. > > Signed-off-by: Maxime Ripard This shouldn't be exported, so it should go into libfdt_internal.h. >

[U-Boot] [PATCH v4 09/13] libfdt: Add fdt_getprop_namelen_w

2016-07-05 Thread Maxime Ripard
Add a function to retrieve a writeable property only by the first characters of its name. Signed-off-by: Maxime Ripard --- include/libfdt.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/libfdt.h b/include/libfdt.h index