Re: [PATCH V3] mmc: core: Use delayed work in clock gating framework

2011-11-15 Thread Stephen Boyd
On 11/14/11 00:23, Sujit Reddy Thumma wrote: > diff --git a/Documentation/mmc/mmc-dev-attrs.txt > b/Documentation/mmc/mmc-dev-attrs.txt > index 8898a95..b024556 100644 > --- a/Documentation/mmc/mmc-dev-attrs.txt > +++ b/Documentation/mmc/mmc-dev-attrs.txt > @@ -64,3 +64,13 @@ Note on Erase Size an

Re: [PATCH V3] mmc: core: Use delayed work in clock gating framework

2011-11-15 Thread Chris Ball
Hi, On Tue, Nov 15 2011, Sujit Reddy Thumma wrote: > I see that the patch is already applied on mmc-next, hence the conflicts. > > http://git.kernel.org/?p=linux/kernel/git/cjb/mmc.git;a=commit;h=0987075c3c285ba92f93464f7a882515d4a054d1 > > Can we rebase the tree and apply V3? Done. Thanks! - C

Re: [PATCH V3] mmc: core: Use delayed work in clock gating framework

2011-11-14 Thread Sujit Reddy Thumma
Hi Chris, On 11/14/2011 6:45 PM, Chris Ball wrote: Hi Sujit, On Mon, Nov 14 2011, Sujit Reddy Thumma wrote: Current clock gating framework disables the MCI clock as soon as the request is completed and enables it when a request arrives. This aggressive clock gating framework, when enabled, cau

Re: [PATCH V3] mmc: core: Use delayed work in clock gating framework

2011-11-14 Thread Chris Ball
Hi Sujit, On Mon, Nov 14 2011, Sujit Reddy Thumma wrote: > Current clock gating framework disables the MCI clock as soon as the > request is completed and enables it when a request arrives. This aggressive > clock gating framework, when enabled, cause following issues: > > When there are back-to-b

[PATCH V3] mmc: core: Use delayed work in clock gating framework

2011-11-14 Thread Sujit Reddy Thumma
Current clock gating framework disables the MCI clock as soon as the request is completed and enables it when a request arrives. This aggressive clock gating framework, when enabled, cause following issues: When there are back-to-back requests from the Queue layer, we unnecessarily end up disablin