Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-07 Thread atull
On Sat, 6 Jun 2015, Borislav Petkov wrote: > On Fri, Jun 05, 2015 at 04:40:29PM -0500, Thor Thayer wrote: > > Yes, in our case, it is a hardware issue but I'm still gathering > > information. > > > > The IRQ vectors for OCRAM reside on DDR and in Suspend-to-RAM mode we're > > executing out of

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-07 Thread atull
On Sat, 6 Jun 2015, Borislav Petkov wrote: On Fri, Jun 05, 2015 at 04:40:29PM -0500, Thor Thayer wrote: Yes, in our case, it is a hardware issue but I'm still gathering information. The IRQ vectors for OCRAM reside on DDR and in Suspend-to-RAM mode we're executing out of OCRAM. If an

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-06 Thread Borislav Petkov
On Fri, Jun 05, 2015 at 04:40:29PM -0500, Thor Thayer wrote: > Yes, in our case, it is a hardware issue but I'm still gathering > information. > > The IRQ vectors for OCRAM reside on DDR and in Suspend-to-RAM mode we're > executing out of OCRAM. If an ECC error occurs, we can't handle it so it

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-06 Thread Borislav Petkov
On Fri, Jun 05, 2015 at 04:40:29PM -0500, Thor Thayer wrote: Yes, in our case, it is a hardware issue but I'm still gathering information. The IRQ vectors for OCRAM reside on DDR and in Suspend-to-RAM mode we're executing out of OCRAM. If an ECC error occurs, we can't handle it so it was

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-05 Thread Thor Thayer
Hi Boris, On 06/05/2015 10:15 AM, Borislav Petkov wrote: On Fri, Jun 05, 2015 at 08:49:15AM -0500, dingu...@opensource.altera.com wrote: From: Alan Tull Suspend-to-RAM and EDAC support are mutually exclusive on SOCFPGA. If the EDAC is enabled, it will prevent the platform from going into

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-05 Thread Borislav Petkov
On Fri, Jun 05, 2015 at 08:49:15AM -0500, dingu...@opensource.altera.com wrote: > From: Alan Tull > > Suspend-to-RAM and EDAC support are mutually exclusive on > SOCFPGA. If the EDAC is enabled, it will prevent the > platform from going into suspend. Btw, what is exactly the problem with EDAC

[PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-05 Thread dinguyen
From: Alan Tull Suspend-to-RAM and EDAC support are mutually exclusive on SOCFPGA. If the EDAC is enabled, it will prevent the platform from going into suspend. Signed-off-by: Alan Tull Signed-off-by: Dinh Nguyen Acked-by: Borislav Petkov --- Hi Boris, Please apply this patch to your

[PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-05 Thread dinguyen
From: Alan Tull at...@opensource.altera.com Suspend-to-RAM and EDAC support are mutually exclusive on SOCFPGA. If the EDAC is enabled, it will prevent the platform from going into suspend. Signed-off-by: Alan Tull at...@opensource.altera.com Signed-off-by: Dinh Nguyen

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-05 Thread Borislav Petkov
On Fri, Jun 05, 2015 at 08:49:15AM -0500, dingu...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Suspend-to-RAM and EDAC support are mutually exclusive on SOCFPGA. If the EDAC is enabled, it will prevent the platform from going into suspend. Btw, what is exactly

Re: [PATCH] EDAC, altera: wrap edac pm with a CONFIG_PM

2015-06-05 Thread Thor Thayer
Hi Boris, On 06/05/2015 10:15 AM, Borislav Petkov wrote: On Fri, Jun 05, 2015 at 08:49:15AM -0500, dingu...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Suspend-to-RAM and EDAC support are mutually exclusive on SOCFPGA. If the EDAC is enabled, it will prevent the