Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Michal Simek
On 04/23/2014 04:05 PM, Rob Herring wrote: > On Wed, Apr 23, 2014 at 8:48 AM, Michal Simek wrote: >> On 04/23/2014 03:18 AM, Rob Herring wrote: >>> From: Rob Herring >>> >>> With libfdt support, we can take advantage of helper accessors in libfdt >>> for accessing the FDT header data. This makes

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Rob Herring
On Wed, Apr 23, 2014 at 8:48 AM, Michal Simek wrote: > On 04/23/2014 03:18 AM, Rob Herring wrote: >> From: Rob Herring >> >> With libfdt support, we can take advantage of helper accessors in libfdt >> for accessing the FDT header data. This makes the code more readable and >> makes the FDT blob

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Michal Simek
On 04/23/2014 03:18 AM, Rob Herring wrote: > From: Rob Herring > > With libfdt support, we can take advantage of helper accessors in libfdt > for accessing the FDT header data. This makes the code more readable and > makes the FDT blob structure more opaque to the kernel. This also > prepares

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Michal Simek
On 04/23/2014 03:18 AM, Rob Herring wrote: From: Rob Herring r...@kernel.org With libfdt support, we can take advantage of helper accessors in libfdt for accessing the FDT header data. This makes the code more readable and makes the FDT blob structure more opaque to the kernel. This also

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Rob Herring
On Wed, Apr 23, 2014 at 8:48 AM, Michal Simek mon...@monstr.eu wrote: On 04/23/2014 03:18 AM, Rob Herring wrote: From: Rob Herring r...@kernel.org With libfdt support, we can take advantage of helper accessors in libfdt for accessing the FDT header data. This makes the code more readable and

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Michal Simek
On 04/23/2014 04:05 PM, Rob Herring wrote: On Wed, Apr 23, 2014 at 8:48 AM, Michal Simek mon...@monstr.eu wrote: On 04/23/2014 03:18 AM, Rob Herring wrote: From: Rob Herring r...@kernel.org With libfdt support, we can take advantage of helper accessors in libfdt for accessing the FDT header

[PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-22 Thread Rob Herring
From: Rob Herring With libfdt support, we can take advantage of helper accessors in libfdt for accessing the FDT header data. This makes the code more readable and makes the FDT blob structure more opaque to the kernel. This also prepares for removing struct boot_param_header completely.

[PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-22 Thread Rob Herring
From: Rob Herring r...@kernel.org With libfdt support, we can take advantage of helper accessors in libfdt for accessing the FDT header data. This makes the code more readable and makes the FDT blob structure more opaque to the kernel. This also prepares for removing struct boot_param_header