Re: [PATCH 5/8] OMAP4: PM: TEMP: Prevent l3init from idling/force sleep

2011-07-05 Thread Paul Walmsley
Hi On Thu, 23 Jun 2011, Russell King - ARM Linux wrote: Do you really want to continue pissing Linus off with churn like this rather than pressing to get problems fixed _properly_ (eg, getting the HSMMC driver fixed) ? Thanks for your comments. We won't queue this patch. - Paul -- To

Re: [PATCH 5/8] OMAP4: PM: TEMP: Prevent l3init from idling/force sleep

2011-06-23 Thread Paul Walmsley
Hi Rajendra, On Thu, 9 Jun 2011, Rajendra Nayak wrote: Since MMC driver is yet to be adapted to runtime PM and still uses direct clock calls to enable/disable module, its needed that the clockdomain (for MMC) is always kept force enabled since the next few patches move the clockdomain

Re: [PATCH 5/8] OMAP4: PM: TEMP: Prevent l3init from idling/force sleep

2011-06-23 Thread Russell King - ARM Linux
On Thu, Jun 23, 2011 at 09:04:20AM -0600, Paul Walmsley wrote: Since this is basically a hack to work around limitations of the current MMC driver, if we accept something like this, I think it should come with a big warning message and comment. Something like this in

[PATCH 5/8] OMAP4: PM: TEMP: Prevent l3init from idling/force sleep

2011-06-09 Thread Rajendra Nayak
Since MMC driver is yet to be adapted to runtime PM and still uses direct clock calls to enable/disable module, its needed that the clockdomain (for MMC) is always kept force enabled since the next few patches move the clockdomain handling from clock framework to hwmod framework and break MMC.