Re: [PATCH 8/8] powerpc: Fix endian issues in crash dump code

2014-01-22 Thread Anton Blanchard
Hi Michael, > Not my favourite colour :D What about this instead? > > We could also add of_property_read_u32(), with an implied index of > zero? > > I don't like the rc handling, but couldn't come up with anything I > liked better. Thanks for pointing that out, I didn't realise we had so man

Re: [PATCH 8/8] powerpc: Fix endian issues in crash dump code

2013-12-17 Thread Michael Ellerman
On Thu, 2013-12-12 at 15:59 +1100, Anton Blanchard wrote: > A couple more device tree properties that need byte swapping. > > Signed-off-by: Anton Blanchard > --- > arch/powerpc/kernel/crash_dump.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/powerpc/kerne

[PATCH 8/8] powerpc: Fix endian issues in crash dump code

2013-12-11 Thread Anton Blanchard
A couple more device tree properties that need byte swapping. Signed-off-by: Anton Blanchard --- arch/powerpc/kernel/crash_dump.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/kernel/crash_dump.c b/arch/powerpc/kernel/crash_dump.c index 779a78c..11c1d06 1