Re: [PATCH 09/28] of: Introduce common early_init_dt_scan

2013-09-17 Thread Grant Likely
On Mon, 16 Sep 2013 18:09:05 -0500, Rob Herring wrote: > From: Rob Herring > > Most architectures scan the all the same items early in the FDT and none > are really architecture specific. Create a common early_init_dt_scan to > unify the early scan of root, memory, and chosen nodes in the flatte

Re: [PATCH 09/28] of: Introduce common early_init_dt_scan

2013-09-16 Thread Vineet Gupta
On 09/17/2013 04:39 AM, Rob Herring wrote: > From: Rob Herring > > Most architectures scan the all the same items early in the FDT and none > are really architecture specific. Create a common early_init_dt_scan to > unify the early scan of root, memory, and chosen nodes in the flattened > DT. >

[PATCH 09/28] of: Introduce common early_init_dt_scan

2013-09-16 Thread Rob Herring
From: Rob Herring Most architectures scan the all the same items early in the FDT and none are really architecture specific. Create a common early_init_dt_scan to unify the early scan of root, memory, and chosen nodes in the flattened DT. Signed-off-by: Rob Herring Cc: Grant Likely --- driver