Re: [PATCH] ARM: OMAP2+: Fix dmtimer set source clock failure

2012-08-07 Thread Tony Lindgren
* Kevin Hilman [120807 11:21]: > Jon Hunter writes: > > > Calling the dmtimer function omap_dm_timer_set_source() fails if following a > > call to pm_runtime_put() to disable the timer. For example the following > > sequence would fail to set the parent clock ... > > > > omap_dm_timer_stop(g

Re: [PATCH] ARM: OMAP2+: Fix dmtimer set source clock failure

2012-08-07 Thread Kevin Hilman
Jon Hunter writes: > Calling the dmtimer function omap_dm_timer_set_source() fails if following a > call to pm_runtime_put() to disable the timer. For example the following > sequence would fail to set the parent clock ... > > omap_dm_timer_stop(gptimer); > omap_dm_timer_set_source(gp

Re: [PATCH] ARM: OMAP2+: Fix dmtimer set source clock failure

2012-08-07 Thread Tony Lindgren
Hi, * Jon Hunter [120713 13:17]: > Calling the dmtimer function omap_dm_timer_set_source() fails if following a > call to pm_runtime_put() to disable the timer. For example the following > sequence would fail to set the parent clock ... > > omap_dm_timer_stop(gptimer); > omap_dm_time

[PATCH] ARM: OMAP2+: Fix dmtimer set source clock failure

2012-07-13 Thread Jon Hunter
Calling the dmtimer function omap_dm_timer_set_source() fails if following a call to pm_runtime_put() to disable the timer. For example the following sequence would fail to set the parent clock ... omap_dm_timer_stop(gptimer); omap_dm_timer_set_source(gptimer, OMAP_TIMER_SRC_32_KHZ