Re: [PATCH 02/12] powerpc: Sync opal-api.h

2017-04-04 Thread Benjamin Herrenschmidt
On Tue, 2017-04-04 at 22:20 +1000, Michael Ellerman wrote: > Benjamin Herrenschmidt writes: > > ... > > Give me some change log ! Well, the subject says it all :-) Sync the API with the latest OPAL :-) > > Signed-off-by: Benjamin Herrenschmidt > > --- > >  arch/powerpc/include/asm/opal-api.h 

Re: [PATCH 02/12] powerpc: Sync opal-api.h

2017-04-04 Thread Michael Ellerman
Benjamin Herrenschmidt writes: ... Give me some change log ! > Signed-off-by: Benjamin Herrenschmidt > --- > arch/powerpc/include/asm/opal-api.h| 302 > - It looks like you've just copied it over in its entirety, including lots of unused cruft. Please jus

[PATCH 02/12] powerpc: Sync opal-api.h

2017-03-19 Thread Benjamin Herrenschmidt
Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/include/asm/opal-api.h| 302 - arch/powerpc/include/asm/opal.h| 36 +++ arch/powerpc/platforms/powernv/opal-wrappers.S | 15 ++ 3 files changed, 302 insertions(+), 51 deletions(-) diff --