Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-09-24 Thread Simon Glass
Hi Marek, On Fri, 23 Sept 2022 at 09:17, Marek Vasut wrote: > > On 9/21/22 11:50, Simon Glass wrote: > > On 7/17/22 10:12, Simon Glass wrote: > >> Hi Marek, > > > > Hi, > > > > [...] > > > >> Applied to u-boot-dm, thanks! > > > > This patch is still not in u-boot/master ? > > > > Applied to u-boo

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-09-23 Thread Marek Vasut
On 9/21/22 11:50, Simon Glass wrote: On 7/17/22 10:12, Simon Glass wrote: Hi Marek, Hi, [...] Applied to u-boot-dm, thanks! This patch is still not in u-boot/master ? Applied to u-boot-dm, thanks! Applied to u-boot-dm, thanks! Can you point me to this patch in the u-boot-dm repository

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-09-21 Thread Simon Glass
On 7/17/22 10:12, Simon Glass wrote: > Hi Marek, Hi, [...] > Applied to u-boot-dm, thanks! This patch is still not in u-boot/master ? Applied to u-boot-dm, thanks! Applied to u-boot-dm, thanks!

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-09-21 Thread Simon Glass
On 7/17/22 10:12, Simon Glass wrote: > Hi Marek, Hi, [...] > Applied to u-boot-dm, thanks! This patch is still not in u-boot/master ? Applied to u-boot-dm, thanks!

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-09-19 Thread Marek Vasut
On 7/17/22 10:12, Simon Glass wrote: Hi Marek, Hi, [...] Applied to u-boot-dm, thanks! This patch is still not in u-boot/master ?

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-17 Thread Simon Glass
Hi Marek, On Wed, 13 Jul 2022 at 09:30, Marek Vasut wrote: > > On 7/13/22 17:28, Simon Glass wrote: > > Hi Marek, > > > > On Tue, 12 Jul 2022 at 05:47, Marek Vasut wrote: > >> > >> On 7/12/22 12:58, Simon Glass wrote: > >>> Hi Marek, > >>> > >>> On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote: >

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-13 Thread Simon Glass
Hi Marek, On Wed, 13 Jul 2022 at 09:30, Marek Vasut wrote: > > On 7/13/22 17:28, Simon Glass wrote: > > Hi Marek, > > > > On Tue, 12 Jul 2022 at 05:47, Marek Vasut wrote: > >> > >> On 7/12/22 12:58, Simon Glass wrote: > >>> Hi Marek, > >>> > >>> On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote: >

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-13 Thread Marek Vasut
On 7/13/22 17:28, Simon Glass wrote: Hi Marek, On Tue, 12 Jul 2022 at 05:47, Marek Vasut wrote: On 7/12/22 12:58, Simon Glass wrote: Hi Marek, On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote: The fdt command currently handles stringlists as strings in 'fdt get value' subcommand. Since str

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-13 Thread Simon Glass
Hi Marek, On Tue, 12 Jul 2022 at 05:47, Marek Vasut wrote: > > On 7/12/22 12:58, Simon Glass wrote: > > Hi Marek, > > > > On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote: > >> > >> The fdt command currently handles stringlists as strings in 'fdt get value' > >> subcommand. Since strings in FDT st

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-12 Thread Marek Vasut
On 7/12/22 12:58, Simon Glass wrote: Hi Marek, On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote: The fdt command currently handles stringlists as strings in 'fdt get value' subcommand. Since strings in FDT stringlists are separated by '\0', only the first value gets inserted into the environmen

Re: [PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-12 Thread Simon Glass
Hi Marek, On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote: > > The fdt command currently handles stringlists as strings in 'fdt get value' > subcommand. Since strings in FDT stringlists are separated by '\0', only > the first value gets inserted into the environment variable passed to the > 'fdt g

[PATCH] cmd: fdt: Add support for reading stringlist property values

2022-07-08 Thread Marek Vasut
The fdt command currently handles stringlists as strings in 'fdt get value' subcommand. Since strings in FDT stringlists are separated by '\0', only the first value gets inserted into the environment variable passed to the 'fdt get value' command. Example, consider the following DT snippet: / { c