Re: [PATCH] ARM: AM33xx: hwmod: Add INIT_NO_IDLE flag for debugss hwmod

2014-05-07 Thread Paul Walmsley
Hi Lokesh On Mon, 14 Apr 2014, Lokesh Vutla wrote: On Friday 11 April 2014 11:39 PM, Paul Walmsley wrote: On Fri, 11 Apr 2014, Paul Walmsley wrote: On Wed, 9 Apr 2014, Lokesh Vutla wrote: During boot, when hwmod tries to cut clocks for debugss it always gets stuck in transition

Re: [PATCH] ARM: AM33xx: hwmod: Add INIT_NO_IDLE flag for debugss hwmod

2014-04-14 Thread Lokesh Vutla
Hi Paul, On Friday 11 April 2014 11:39 PM, Paul Walmsley wrote: On Fri, 11 Apr 2014, Paul Walmsley wrote: On Wed, 9 Apr 2014, Lokesh Vutla wrote: During boot, when hwmod tries to cut clocks for debugss it always gets stuck in transition state and throws the following warning: [

Re: [PATCH] ARM: AM33xx: hwmod: Add INIT_NO_IDLE flag for debugss hwmod

2014-04-11 Thread Paul Walmsley
On Wed, 9 Apr 2014, Lokesh Vutla wrote: During boot, when hwmod tries to cut clocks for debugss it always gets stuck in transition state and throws the following warning: [0.139581] omap_hwmod: debugss: _wait_target_disable failed As per the information provided by folks, clocks to

Re: [PATCH] ARM: AM33xx: hwmod: Add INIT_NO_IDLE flag for debugss hwmod

2014-04-11 Thread Paul Walmsley
On Fri, 11 Apr 2014, Paul Walmsley wrote: On Wed, 9 Apr 2014, Lokesh Vutla wrote: During boot, when hwmod tries to cut clocks for debugss it always gets stuck in transition state and throws the following warning: [0.139581] omap_hwmod: debugss: _wait_target_disable failed As

[PATCH] ARM: AM33xx: hwmod: Add INIT_NO_IDLE flag for debugss hwmod

2014-04-08 Thread Lokesh Vutla
During boot, when hwmod tries to cut clocks for debugss it always gets stuck in transition state and throws the following warning: [0.139581] omap_hwmod: debugss: _wait_target_disable failed As per the information provided by folks, clocks to debugss cannot be cut. So adding