Re: [PATCH 1/4] powerpc/eeh: Add restore_bars operation

2013-12-31 Thread Gavin Shan
On Sat, Dec 28, 2013 at 09:20:04AM +1100, Benjamin Herrenschmidt wrote: >On Wed, 2013-12-25 at 16:58 +0800, Gavin Shan wrote: >> After reset on the specific PE or PHB, we never configure AER >> correctly on PowerNV platform. We needn't care it on pSeries >> platform. The patch introduces additional

Re: [PATCH 1/4] powerpc/eeh: Add restore_bars operation

2013-12-27 Thread Benjamin Herrenschmidt
On Wed, 2013-12-25 at 16:58 +0800, Gavin Shan wrote: > After reset on the specific PE or PHB, we never configure AER > correctly on PowerNV platform. We needn't care it on pSeries > platform. The patch introduces additional EEH operation eeh_ops:: > restore_bars() so that we have chance to configur

[PATCH 1/4] powerpc/eeh: Add restore_bars operation

2013-12-25 Thread Gavin Shan
After reset on the specific PE or PHB, we never configure AER correctly on PowerNV platform. We needn't care it on pSeries platform. The patch introduces additional EEH operation eeh_ops:: restore_bars() so that we have chance to configure AER correctly for PowerNV platform. Signed-off-by: Gavin S