Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-12-08 Thread Jean Pihet
On Wed, Dec 8, 2010 at 2:11 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Hi Jean, Jean Pihet jean.pi...@newoldbits.com writes: Some bad interaction between the idle and the suspend paths has been noticed: the idle code is called during the suspend enter and exit sequences. This could

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-12-07 Thread Kevin Hilman
Hi Jean, Jean Pihet jean.pi...@newoldbits.com writes: Some bad interaction between the idle and the suspend paths has been noticed: the idle code is called during the suspend enter and exit sequences. This could cause corruption or lock-up of resources. The solution is to move the call to

RE: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Rajendra Nayak
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Jean Pihet Sent: Monday, November 22, 2010 4:15 PM To: linux-omap@vger.kernel.org Cc: Jean Pihet; Kevin Hilman Subject: [PATCH] OMAP3: disable idle early in the suspend

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Felipe Balbi
Hi, On Mon, Nov 22, 2010 at 11:44:57AM +0100, Jean Pihet wrote: Some bad interaction between the idle and the suspend paths has been noticed: the idle code is called during the suspend enter and exit sequences. This could cause corruption or lock-up of resources. The solution is to move the

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Jean Pihet
On Mon, Nov 22, 2010 at 11:53 AM, Rajendra Nayak rna...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Jean Pihet Sent: Monday, November 22, 2010 4:15 PM To: linux-omap@vger.kernel.org Cc: Jean Pihet;

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Jean Pihet
Hi, On Mon, Nov 22, 2010 at 12:11 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Nov 22, 2010 at 11:44:57AM +0100, Jean Pihet wrote: Some bad interaction between the idle and the suspend paths has been noticed: the idle code is called during the suspend enter and exit sequences. This

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Felipe Balbi
Hi, On Mon, Nov 22, 2010 at 12:38:21PM +0100, Jean Pihet wrote: The original patch has the ti.com address in both the From: and Signed-off-by: fields, but the From: on the ML still shows otherwise. Weird... Any idea how to fix that? how about setting sendemail.envelopesender ?? -- balbi --

RE: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Rajendra Nayak
-Original Message- From: Jean Pihet [mailto:jean.pi...@newoldbits.com] Sent: Monday, November 22, 2010 5:01 PM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; Jean Pihet-XID; Kevin Hilman Subject: Re: [PATCH] OMAP3: disable idle early in the suspend sequence On Mon, Nov 22, 2010

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Kevin Hilman
Jean Pihet jean.pi...@newoldbits.com writes: Some bad interaction between the idle and the suspend paths has been noticed: the idle code is called during the suspend enter and exit sequences. This could cause corruption or lock-up of resources. The solution is to move the call to disable_hlt

Re: [PATCH] OMAP3: disable idle early in the suspend sequence

2010-11-22 Thread Jean Pihet
On Mon, Nov 22, 2010 at 6:51 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Jean Pihet jean.pi...@newoldbits.com writes: Some bad interaction between the idle and the suspend paths has been noticed: the idle code is called during the suspend enter and exit sequences. This could cause