Re: [PATCH v2] powernv: Simplify searching for compatible device nodes

2016-10-18 Thread Cyril Bur
On Wed, 2016-08-10 at 19:32 -0500, Jack Miller wrote: > This condenses the opal node searching into a single function that > finds > all compatible nodes, instead of just searching the ibm,opal > children, > for ipmi, flash, and prd similar to how opal-i2c nodes are found. > Hi Michael, It seems

[PATCH v2] powernv: Simplify searching for compatible device nodes

2016-08-10 Thread Jack Miller
This condenses the opal node searching into a single function that finds all compatible nodes, instead of just searching the ibm,opal children, for ipmi, flash, and prd similar to how opal-i2c nodes are found. Signed-off-by: Jack Miller --- arch/powerpc/platforms/powernv/opal.c | 24 +++-

Re: [PATCH v2] powernv: Simplify searching for compatible device nodes

2016-08-04 Thread Jack Miller
On Thu, Aug 04, 2016 at 06:39:24PM +1000, Michael Ellerman wrote: > Cyril Bur writes: > > > On Wed, 3 Aug 2016 12:18:00 -0500 > > Jack Miller wrote: > > > >> (rebased on powerpc/next) > >> > >> This condenses the opal node searching into a single function that finds > >> all compatible nodes,

Re: [PATCH v2] powernv: Simplify searching for compatible device nodes

2016-08-04 Thread Michael Ellerman
Cyril Bur writes: > On Wed, 3 Aug 2016 12:18:00 -0500 > Jack Miller wrote: > >> (rebased on powerpc/next) >> >> This condenses the opal node searching into a single function that finds >> all compatible nodes, instead of just searching the ibm,opal children, >> for ipmi, flash, and prd similar

Re: [PATCH v2] powernv: Simplify searching for compatible device nodes

2016-08-04 Thread Cyril Bur
On Wed, 3 Aug 2016 12:18:00 -0500 Jack Miller wrote: > (rebased on powerpc/next) > > This condenses the opal node searching into a single function that finds > all compatible nodes, instead of just searching the ibm,opal children, > for ipmi, flash, and prd similar to how opal-i2c nodes are fou

[PATCH v2] powernv: Simplify searching for compatible device nodes

2016-08-03 Thread Jack Miller
(rebased on powerpc/next) This condenses the opal node searching into a single function that finds all compatible nodes, instead of just searching the ibm,opal children, for ipmi, flash, and prd similar to how opal-i2c nodes are found. Signed-off-by: Jack Miller --- arch/powerpc/platforms/power