Re: [PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()

2019-04-29 Thread Sam Bobroff
On Thu, Apr 18, 2019 at 08:01:36PM +1000, Oliver O'Halloran wrote: > On Wed, 2019-03-20 at 13:58 +1100, Sam Bobroff wrote: > > Move the EEH enabled message into it's own function so that future > > work can call it from multiple places. > > > > Signed-off-by: Sam Bobroff > > --- > > arch/powerpc

Re: [PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()

2019-04-18 Thread Oliver O'Halloran
On Wed, 2019-03-20 at 13:58 +1100, Sam Bobroff wrote: > Move the EEH enabled message into it's own function so that future > work can call it from multiple places. > > Signed-off-by: Sam Bobroff > --- > arch/powerpc/include/asm/eeh.h | 3 +++ > arch/powerpc/kernel/eeh.c | 16 +++---

Re: [PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()

2019-04-08 Thread Sam Bobroff
On Wed, Mar 20, 2019 at 05:02:23PM +1100, Alexey Kardashevskiy wrote: > > > On 20/03/2019 13:58, Sam Bobroff wrote: > > Move the EEH enabled message into it's own function so that future > > work can call it from multiple places. > > > > Signed-off-by: Sam Bobroff > > --- > > arch/powerpc/incl

Re: [PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()

2019-03-19 Thread Oliver
On Wed, Mar 20, 2019 at 5:06 PM Alexey Kardashevskiy wrote: > > > > On 20/03/2019 13:58, Sam Bobroff wrote: > > Move the EEH enabled message into it's own function so that future > > work can call it from multiple places. > > > > Signed-off-by: Sam Bobroff > > --- > > arch/powerpc/include/asm/ee

Re: [PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()

2019-03-19 Thread Alexey Kardashevskiy
On 20/03/2019 13:58, Sam Bobroff wrote: > Move the EEH enabled message into it's own function so that future > work can call it from multiple places. > > Signed-off-by: Sam Bobroff > --- > arch/powerpc/include/asm/eeh.h | 3 +++ > arch/powerpc/kernel/eeh.c | 16 +++- > 2 fil

[PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()

2019-03-19 Thread Sam Bobroff
Move the EEH enabled message into it's own function so that future work can call it from multiple places. Signed-off-by: Sam Bobroff --- arch/powerpc/include/asm/eeh.h | 3 +++ arch/powerpc/kernel/eeh.c | 16 +++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/