Re: [PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-23 Thread Felipe Balbi
On Wed, Sep 22, 2010 at 03:43:14PM -0500, Cousson, Benoit wrote: Hi Hema, On 9/23/2010 2:30 AM, Kalliguddi, Hema wrote: OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the

RE: [PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-23 Thread Kalliguddi, Hema
Hi, -Original Message- From: Balbi, Felipe Sent: Thursday, September 23, 2010 11:53 AM To: Cousson, Benoit Cc: Kalliguddi, Hema; linux-omap@vger.kernel.org; linux-...@vger.kernel.org; Basak, Partha; Balbi, Felipe; Tony Lindgren; Kevin Hilman; Paul Walmsley Subject: Re: [PATCH 7/9 v3

[PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-22 Thread Hema HK
OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the autoidle bit. Setting this will not have any impact on the other modules. Signed-off-by: Hema HK hem...@ti.com Signed-off-by:

Re: [PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-22 Thread Sergei Shtylyov
Hello. Hema HK wrote: OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the autoidle bit. Setting this will not have any impact on the other modules. Signed-off-by: Hema HK

Re: [PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-22 Thread Cousson, Benoit
Hi Hema, On 9/23/2010 2:30 AM, Kalliguddi, Hema wrote: OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the autoidle bit. Setting this will not have any impact on the other

Re: [PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-22 Thread Paul Walmsley
Hello Hema, On Wed, 22 Sep 2010, Hema HK wrote: OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the autoidle bit. Setting this will not have any impact on the other modules.