Re: [PATCH 01/20] mips: octeon: convert to use unflatten_and_copy_device_tree

2014-04-15 Thread Rob Herring
On Mon, Apr 7, 2014 at 12:46 PM, Andreas Herrmann wrote: > On Thu, Apr 03, 2014 at 05:16:44PM -0500, Rob Herring wrote: >> From: Rob Herring >> >> The octeon FDT code can be simplified by using >> unflatten_and_copy_device_tree function. This removes all accesses to >> FDT header data by the

Re: [PATCH 01/20] mips: octeon: convert to use unflatten_and_copy_device_tree

2014-04-15 Thread Rob Herring
On Mon, Apr 7, 2014 at 12:46 PM, Andreas Herrmann herrmann.der.u...@googlemail.com wrote: On Thu, Apr 03, 2014 at 05:16:44PM -0500, Rob Herring wrote: From: Rob Herring r...@kernel.org The octeon FDT code can be simplified by using unflatten_and_copy_device_tree function. This removes all

Re: [PATCH 01/20] mips: octeon: convert to use unflatten_and_copy_device_tree

2014-04-07 Thread Andreas Herrmann
On Thu, Apr 03, 2014 at 05:16:44PM -0500, Rob Herring wrote: > From: Rob Herring > > The octeon FDT code can be simplified by using > unflatten_and_copy_device_tree function. This removes all accesses to > FDT header data by the arch code. Hi Rob, I think (in general) this modification is ok.

Re: [PATCH 01/20] mips: octeon: convert to use unflatten_and_copy_device_tree

2014-04-07 Thread Andreas Herrmann
On Thu, Apr 03, 2014 at 05:16:44PM -0500, Rob Herring wrote: From: Rob Herring r...@kernel.org The octeon FDT code can be simplified by using unflatten_and_copy_device_tree function. This removes all accesses to FDT header data by the arch code. Hi Rob, I think (in general) this

[PATCH 01/20] mips: octeon: convert to use unflatten_and_copy_device_tree

2014-04-03 Thread Rob Herring
From: Rob Herring The octeon FDT code can be simplified by using unflatten_and_copy_device_tree function. This removes all accesses to FDT header data by the arch code. Signed-off-by: Rob Herring Cc: Ralf Baechle Cc: linux-m...@linux-mips.org --- arch/mips/cavium-octeon/setup.c | 18

[PATCH 01/20] mips: octeon: convert to use unflatten_and_copy_device_tree

2014-04-03 Thread Rob Herring
From: Rob Herring r...@kernel.org The octeon FDT code can be simplified by using unflatten_and_copy_device_tree function. This removes all accesses to FDT header data by the arch code. Signed-off-by: Rob Herring r...@kernel.org Cc: Ralf Baechle r...@linux-mips.org Cc: linux-m...@linux-mips.org