Re: [PATCH V2] ARM: PMU: fix runtime PM enable

2012-11-05 Thread Tony Lindgren
* Will Deacon will.dea...@arm.com [121026 03:04]: On Thu, Oct 25, 2012 at 09:23:18PM +0100, Jon Hunter wrote: Commit 7be2958 (ARM: PMU: Add runtime PM Support) updated the ARM PMU code to use runtime PM which was prototyped and validated on the OMAP devices. In this commit, there is

Re: [PATCH V2] ARM: PMU: fix runtime PM enable

2012-10-26 Thread Will Deacon
On Thu, Oct 25, 2012 at 09:23:18PM +0100, Jon Hunter wrote: Commit 7be2958 (ARM: PMU: Add runtime PM Support) updated the ARM PMU code to use runtime PM which was prototyped and validated on the OMAP devices. In this commit, there is no call pm_runtime_enable() and for OMAP devices

[PATCH V2] ARM: PMU: fix runtime PM enable

2012-10-25 Thread Jon Hunter
Commit 7be2958 (ARM: PMU: Add runtime PM Support) updated the ARM PMU code to use runtime PM which was prototyped and validated on the OMAP devices. In this commit, there is no call pm_runtime_enable() and for OMAP devices pm_runtime_enable() is currently being called from the OMAP PMU code when

Re: [PATCH V2] ARM: PMU: fix runtime PM enable

2012-10-25 Thread Kevin Hilman
Jon Hunter jon-hun...@ti.com writes: Commit 7be2958 (ARM: PMU: Add runtime PM Support) updated the ARM PMU code to use runtime PM which was prototyped and validated on the OMAP devices. In this commit, there is no call pm_runtime_enable() and for OMAP devices pm_runtime_enable() is currently