Re: [PATCH] EDAC, mpc85xx: Fix PCIe error capture

2016-08-18 Thread Borislav Petkov
On Wed, Aug 17, 2016 at 10:44:56AM +0200, Johannes Thumshirn wrote: > On Mon, Aug 15, 2016 at 09:08:49PM +0200, Tillmann Heidsieck wrote: > > According to the reference manual of MPC8572 and T4240, bit 31 of > > PEX_ERR_CAP_STAT is W1C (write 1 to clear). > > This patch adds the corresponding

Re: [PATCH] EDAC, mpc85xx: Fix PCIe error capture

2016-08-18 Thread Borislav Petkov
On Wed, Aug 17, 2016 at 10:44:56AM +0200, Johannes Thumshirn wrote: > On Mon, Aug 15, 2016 at 09:08:49PM +0200, Tillmann Heidsieck wrote: > > According to the reference manual of MPC8572 and T4240, bit 31 of > > PEX_ERR_CAP_STAT is W1C (write 1 to clear). > > This patch adds the corresponding

Re: [PATCH] EDAC, mpc85xx: Fix PCIe error capture

2016-08-17 Thread Johannes Thumshirn
On Mon, Aug 15, 2016 at 09:08:49PM +0200, Tillmann Heidsieck wrote: > According to the reference manual of MPC8572 and T4240, bit 31 of > PEX_ERR_CAP_STAT is W1C (write 1 to clear). > This patch adds the corresponding write to PEX_ERR_CAP_STAT in order to > fix the PCIe error capture. > > Tested

Re: [PATCH] EDAC, mpc85xx: Fix PCIe error capture

2016-08-17 Thread Johannes Thumshirn
On Mon, Aug 15, 2016 at 09:08:49PM +0200, Tillmann Heidsieck wrote: > According to the reference manual of MPC8572 and T4240, bit 31 of > PEX_ERR_CAP_STAT is W1C (write 1 to clear). > This patch adds the corresponding write to PEX_ERR_CAP_STAT in order to > fix the PCIe error capture. > > Tested

[PATCH] EDAC, mpc85xx: Fix PCIe error capture

2016-08-15 Thread Tillmann Heidsieck
According to the reference manual of MPC8572 and T4240, bit 31 of PEX_ERR_CAP_STAT is W1C (write 1 to clear). This patch adds the corresponding write to PEX_ERR_CAP_STAT in order to fix the PCIe error capture. Tested on a T4240 processor. Signed-off-by: Tillmann Heidsieck

[PATCH] EDAC, mpc85xx: Fix PCIe error capture

2016-08-15 Thread Tillmann Heidsieck
According to the reference manual of MPC8572 and T4240, bit 31 of PEX_ERR_CAP_STAT is W1C (write 1 to clear). This patch adds the corresponding write to PEX_ERR_CAP_STAT in order to fix the PCIe error capture. Tested on a T4240 processor. Signed-off-by: Tillmann Heidsieck ---