Re: [PATCH] of/flattree: Add of_flat_dt_match() helper function

2010-12-31 Thread Grant Likely
On Fri, Dec 31, 2010 at 07:59:02AM -0800, Stephen Neuendorffer wrote: > On Fri, Dec 31, 2010 at 1:15 AM, Grant Likely > wrote: > > > This patch adds of_flat_dt_match() which tests a node for > > compatibility with a list of values and converts the relevant powerpc > > platform code to use it. Th

Re: [PATCH] of/flattree: Add of_flat_dt_match() helper function

2010-12-31 Thread Stephen Neuendorffer
On Fri, Dec 31, 2010 at 1:15 AM, Grant Likely wrote: > This patch adds of_flat_dt_match() which tests a node for > compatibility with a list of values and converts the relevant powerpc > platform code to use it. This approach simplifies the board support > code a bit. > > Signed-off-by: Grant Lik

[PATCH] of/flattree: Add of_flat_dt_match() helper function

2010-12-31 Thread Grant Likely
This patch adds of_flat_dt_match() which tests a node for compatibility with a list of values and converts the relevant powerpc platform code to use it. This approach simplifies the board support code a bit. Signed-off-by: Grant Likely --- arch/powerpc/platforms/40x/ppc40x_simple.c| 13 ++