Re: [PATCH] OMAP GPIO - don't wake from suspend unless requested.

2012-08-26 Thread NeilBrown
On Sun, 26 Aug 2012 09:47:50 +0530 Shilimkar, Santosh santosh.shilim...@ti.com wrote: + Jon, On Sat, Aug 25, 2012 at 5:14 PM, NeilBrown ne...@suse.de wrote: Current kernel will wake from suspend on an event on any active GPIO even if enable_irq_wake() wasn't called. There are

Re: [PATCH] OMAP GPIO - don't wake from suspend unless requested.

2012-08-26 Thread Shilimkar, Santosh
On Sun, Aug 26, 2012 at 3:53 PM, NeilBrown ne...@suse.de wrote: On Sun, 26 Aug 2012 09:47:50 +0530 Shilimkar, Santosh santosh.shilim...@ti.com wrote: + Jon, On Sat, Aug 25, 2012 at 5:14 PM, NeilBrown ne...@suse.de wrote: Current kernel will wake from suspend on an event on

RE: [PATCH v9] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-26 Thread AnilKumar, Chimata
Hi Marc, On Mon, Aug 20, 2012 at 16:50:54, AnilKumar, Chimata wrote: Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM APIs control clocks for C_CAN/D_CAN IP and prevent access to the register of C_CAN/D_CAN IP when clock is turned off. Signed-off-by: AnilKumar Ch