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

2011-11-11 Thread Chris Ball
Hi Sujit, On Thu, Oct 27 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

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

2011-11-09 Thread Linus Walleij
On Wed, Nov 9, 2011 at 5:42 AM, Sujit Reddy Thumma wrote: > On 10/27/2011 12:44 PM, 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

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

2011-11-08 Thread Sujit Reddy Thumma
On 10/27/2011 12:44 PM, 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-back requests fr