Re: [PATCH 14/20] of/fdt: use libfdt accessors for header data

2014-04-07 Thread Max Filippov
Hi Rob, On Fri, Apr 4, 2014 at 2:16 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

Re: [PATCH 14/20] of/fdt: use libfdt accessors for header data

2014-04-07 Thread Max Filippov
Hi Rob, On Fri, Apr 4, 2014 at 2:16 AM, Rob Herring robherri...@gmail.com 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

[PATCH 14/20] of/fdt: use libfdt accessors for header data

2014-04-03 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 14/20] of/fdt: use libfdt accessors for header data

2014-04-03 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