Re: [PATCH 18/23] powerpc/eeh: PowerNV EEH backends

2013-06-02 Thread Gavin Shan
On Sat, Jun 01, 2013 at 02:29:31PM +1000, Benjamin Herrenschmidt wrote: >On Thu, 2013-05-30 at 16:24 +0800, Gavin Shan wrote: >> The patch adds EEH backends for PowerNV platform. It's notable that >> part of those EEH backends call to the I/O chip dependent backends. > >Add a check for my new OPALv

Re: [PATCH 18/23] powerpc/eeh: PowerNV EEH backends

2013-05-31 Thread Benjamin Herrenschmidt
On Thu, 2013-05-30 at 16:24 +0800, Gavin Shan wrote: > The patch adds EEH backends for PowerNV platform. It's notable that > part of those EEH backends call to the I/O chip dependent backends. Add a check for my new OPALv3 flag before registering since you rely on a whole bunch of new APIs that th

[PATCH 18/23] powerpc/eeh: PowerNV EEH backends

2013-05-30 Thread Gavin Shan
The patch adds EEH backends for PowerNV platform. It's notable that part of those EEH backends call to the I/O chip dependent backends. Signed-off-by: Gavin Shan --- arch/powerpc/platforms/powernv/Makefile |2 +- arch/powerpc/platforms/powernv/eeh-powernv.c | 380 ++