Re: fdtdump: properly handle multi-string properties

2013-01-06 Thread Jon Loeliger
> Device tree can store multiple strings in a single property. > We didn't handle that case properly. > > Signed-off-by: Pantelis Antoniou Applied. Thanks, jdl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: fdtdump: properly handle multi-string properties

2013-01-06 Thread Jon Loeliger
Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Applied. Thanks, jdl -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: fdtdump: properly handle multi-string properties

2013-01-04 Thread David Gibson
On Fri, Jan 04, 2013 at 09:12:46PM +0200, Pantelis Antoniou wrote: > Device tree can store multiple strings in a single property. > We didn't handle that case properly. > > Signed-off-by: Pantelis Antoniou Acked-by: David Gibson -- David Gibson| I'll have my music

fdtdump: properly handle multi-string properties

2013-01-04 Thread Pantelis Antoniou
Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou --- fdtdump.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/fdtdump.c b/fdtdump.c index 207a46d..d4fa6d7 100644 --- a/fdtdump.c

fdtdump: properly handle multi-string properties

2013-01-04 Thread Pantelis Antoniou
Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- fdtdump.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/fdtdump.c b/fdtdump.c index

Re: fdtdump: properly handle multi-string properties

2013-01-04 Thread David Gibson
On Fri, Jan 04, 2013 at 09:12:46PM +0200, Pantelis Antoniou wrote: Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Acked-by: David Gibson da...@gibson.dropbear.id.au -- David

Re: [PATCH] dtc: fdtdump, properly handle multi-string properties

2013-01-03 Thread Rob Herring
On 01/03/2013 04:32 PM, Pantelis Antoniou wrote: > Device tree can store multiple strings in a single property. > We didn't handle that case properly. > > Signed-off-by: Pantelis Antoniou > --- > scripts/dtc/fdtdump.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) These

[PATCH] dtc: fdtdump, properly handle multi-string properties

2013-01-03 Thread Pantelis Antoniou
Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou --- scripts/dtc/fdtdump.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/dtc/fdtdump.c b/scripts/dtc/fdtdump.c index

[PATCH] dtc: fdtdump, properly handle multi-string properties

2013-01-03 Thread Pantelis Antoniou
Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- scripts/dtc/fdtdump.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/dtc/fdtdump.c

Re: [PATCH] dtc: fdtdump, properly handle multi-string properties

2013-01-03 Thread Rob Herring
On 01/03/2013 04:32 PM, Pantelis Antoniou wrote: Device tree can store multiple strings in a single property. We didn't handle that case properly. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- scripts/dtc/fdtdump.c | 12 +++- 1 file changed, 11 insertions(+),