Re: Clock PM breakage in 3.0-rc2

2011-06-09 Thread Jarkko Nikula
On Wed, 08 Jun 2011 11:32:47 -0700 Kevin Hilman khil...@ti.com wrote: I traced breakage to commit 638080c (OMAP2+ / PM: move runtime PM implementation to use device power domains). Reventing that and and 2064af9 (PM: Revert driver core: platform_bus: allow runtime override of

Clock PM breakage in 3.0-rc2

2011-06-08 Thread Jarkko Nikula
Hi While debugging another issue I noticed that McBSP2 clock on Nokia N900 doesn't get disabled in 3.0-rc2 after calling pm_runtime_put_sync(mcbsp-dev) and the fclk usecount remains active if the pm_runtime_get_sync(mcbsp-dev) was ever called activating it. I believe this affects other drivers

Re: Clock PM breakage in 3.0-rc2

2011-06-08 Thread Kevin Hilman
Jarkko Nikula jhnik...@gmail.com writes: While debugging another issue I noticed that McBSP2 clock on Nokia N900 doesn't get disabled in 3.0-rc2 after calling pm_runtime_put_sync(mcbsp-dev) and the fclk usecount remains active if the pm_runtime_get_sync(mcbsp-dev) was ever called activating