Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2015-07-15 Thread Thierry Reding
On Wed, Jul 15, 2015 at 01:35:26PM +0200, Albert ARIBAUD wrote: > Hello Thierry, > > On Wed, 15 Jul 2015 13:17:18 +0200, Thierry Reding > wrote: > > On Tue, Jul 14, 2015 at 01:48:45PM -0600, Simon Glass wrote: > > > +Scott, Masahiro > > > > > > Hi Thierry, > > > > > > On 25 March 2015 at 17:23,

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2015-07-15 Thread Albert ARIBAUD
Hello Thierry, On Wed, 15 Jul 2015 13:17:18 +0200, Thierry Reding wrote: > On Tue, Jul 14, 2015 at 01:48:45PM -0600, Simon Glass wrote: > > +Scott, Masahiro > > > > Hi Thierry, > > > > On 25 March 2015 at 17:23, Simon Glass wrote: > > > Hi Thierry, > > > > > > On 8 September 2014 at 09:02, Sim

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2015-07-15 Thread Thierry Reding
On Tue, Jul 14, 2015 at 01:48:45PM -0600, Simon Glass wrote: > +Scott, Masahiro > > Hi Thierry, > > On 25 March 2015 at 17:23, Simon Glass wrote: > > Hi Thierry, > > > > On 8 September 2014 at 09:02, Simon Glass wrote: > >> Applied to u-boot-fdt/next, thanks! > > > > Did you submit these patche

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2015-07-14 Thread Simon Glass
+Scott, Masahiro Hi Thierry, On 25 March 2015 at 17:23, Simon Glass wrote: > Hi Thierry, > > On 8 September 2014 at 09:02, Simon Glass wrote: >> Applied to u-boot-fdt/next, thanks! > > Did you submit these patches to dtc upstream? I don't see them applied. Ping? Masahiro has now sent a series

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2015-03-25 Thread Simon Glass
Hi Thierry, On 8 September 2014 at 09:02, Simon Glass wrote: > Applied to u-boot-fdt/next, thanks! Did you submit these patches to dtc upstream? I don't see them applied. Regards, SImon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2014-09-08 Thread Simon Glass
Applied to u-boot-fdt/next, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2014-08-27 Thread Simon Glass
Hi Thierry, On 26 August 2014 09:33, Thierry Reding wrote: > From: Thierry Reding > > Given a device tree node, a property name and an index, the new function > fdt_get_string_index() will return in an output argument a pointer to > the index'th string in the property's value. > > The fdt_get_st

[U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2014-08-26 Thread Thierry Reding
From: Thierry Reding Given a device tree node, a property name and an index, the new function fdt_get_string_index() will return in an output argument a pointer to the index'th string in the property's value. The fdt_get_string() is a shortcut for the above with the index being 0. Signed-off-by