Re: [PATCH v7] OMAP4:keypad: PM runtime

2010-12-15 Thread Varadarajan, Charulatha
Shubhro, On Wed, Dec 15, 2010 at 13:24, Datta, Shubhrajyoti shubhrajy...@ti.com wrote: On Wed, Dec 15, 2010 at 11:01 AM, Varadarajan, Charulatha ch...@ti.com wrote: * Shubhrajyoti D a0393...@india.ti.com [2010-12-15 09:39:58 +0530]: From: Abraham Arce x0066...@ti.com Enable Runtime PM

Re: [PATCH v7] OMAP4:keypad: PM runtime

2010-12-15 Thread Datta, Shubhrajyoti
On Wed, Dec 15, 2010 at 2:28 PM, Varadarajan, Charulatha ch...@ti.com wrote: Shubhro, On Wed, Dec 15, 2010 at 13:24, Datta, Shubhrajyoti shubhrajy...@ti.com wrote: On Wed, Dec 15, 2010 at 11:01 AM, Varadarajan, Charulatha ch...@ti.com wrote: * Shubhrajyoti D a0393...@india.ti.com

[PATCH v7] OMAP4:keypad: PM runtime

2010-12-14 Thread Shubhrajyoti D
From: Abraham Arce x0066...@ti.com Enable Runtime PM functionality in OMAP4 driver based on the following assumptions - Runtime PM selected by ARCH_OMAP2PLUS_TYPICAL ARCH_OMAP2PLUS, which is the default OMAP2+ defconfig including OMAP4 - Runtime PM APIs handles Clock Framework APIs - Do not

Re: [PATCH v7] OMAP4:keypad: PM runtime

2010-12-14 Thread Kevin Hilman
Shubhrajyoti D a0393...@india.ti.com writes: From: Abraham Arce x0066...@ti.com Enable Runtime PM functionality in OMAP4 driver based on the following assumptions - Runtime PM selected by ARCH_OMAP2PLUS_TYPICAL ARCH_OMAP2PLUS, which is the default OMAP2+ defconfig including OMAP4 this

[PATCH v7] OMAP4:keypad: PM runtime

2010-12-14 Thread Shubhrajyoti D
From: Abraham Arce x0066...@ti.com Enable Runtime PM functionality in OMAP4 driver based on the following assumptions A minimal pm runtime get/put approach is implemented in probe/remove calls respectively. - Keyboard controller in wakeup domain so it is always on and power impact may be

Re: [PATCH v7] OMAP4:keypad: PM runtime

2010-12-14 Thread Varadarajan, Charulatha
* Shubhrajyoti D a0393...@india.ti.com [2010-12-15 09:39:58 +0530]: From: Abraham Arce x0066...@ti.com Enable Runtime PM functionality in OMAP4 driver based on the following assumptions A minimal pm runtime get/put approach is implemented in probe/remove calls respectively. -

Re: [PATCH v7] OMAP4:keypad: PM runtime

2010-12-14 Thread Datta, Shubhrajyoti
On Wed, Dec 15, 2010 at 11:01 AM, Varadarajan, Charulatha ch...@ti.com wrote: * Shubhrajyoti D a0393...@india.ti.com [2010-12-15 09:39:58 +0530]: From: Abraham Arce x0066...@ti.com Enable Runtime PM functionality in OMAP4 driver based on the following assumptions A minimal pm runtime