Re: [PATCH v4 1/2] powerpc/powernv/opal-msglog: Refactor memcons code

2019-09-01 Thread Michael Ellerman
On Wed, 2019-08-28 at 13:05:20 UTC, Michael Ellerman wrote: > From: Claudio Carvalho > > This patch refactors the code in opal-msglog that operates on the OPAL > memory console in order to make it cleaner and also allow the reuse of > the new memcons_* functions. > > Signed-off-by: Claudio Carva

Re: [PATCH v4 1/2] powerpc/powernv/opal-msglog: Refactor memcons code

2019-08-28 Thread Claudio Carvalho
On 8/28/19 10:05 AM, Michael Ellerman wrote: > From: Claudio Carvalho > > This patch refactors the code in opal-msglog that operates on the OPAL > memory console in order to make it cleaner and also allow the reuse of > the new memcons_* functions. Tested-by: Claudio Carvalho Thanks, Claudio

[PATCH v4 1/2] powerpc/powernv/opal-msglog: Refactor memcons code

2019-08-28 Thread Michael Ellerman
From: Claudio Carvalho This patch refactors the code in opal-msglog that operates on the OPAL memory console in order to make it cleaner and also allow the reuse of the new memcons_* functions. Signed-off-by: Claudio Carvalho Signed-off-by: Michael Ellerman --- v4: mpe: Rename memcons_load_fro