Saugata Das wrote:
> On 14 December 2011 10:04, Seungwon Jeon wrote:
> > Saugata Das wrote:
> >> On 13 December 2011 11:57, Seungwon Jeon wrote:
> >> > Hi Saugata,
> >> >
> >> > Saugata Das wrote:
> >> >> Hi Seungwon Jeon
> >> >>
> >> >> I see a small issue with the implementation mmc_suspend_hos
On 14 December 2011 10:04, Seungwon Jeon wrote:
> Saugata Das wrote:
>> On 13 December 2011 11:57, Seungwon Jeon wrote:
>> > Hi Saugata,
>> >
>> > Saugata Das wrote:
>> >> Hi Seungwon Jeon
>> >>
>> >> I see a small issue with the implementation mmc_suspend_host,
>> >>
>> >> int mmc_suspend_host(s
Saugata Das wrote:
> On 13 December 2011 11:57, Seungwon Jeon wrote:
> > Hi Saugata,
> >
> > Saugata Das wrote:
> >> Hi Seungwon Jeon
> >>
> >> I see a small issue with the implementation mmc_suspend_host,
> >>
> >> int mmc_suspend_host(struct mmc_host *host)
> >> {
> >> .
> >> err = mmc
On 13 December 2011 11:57, Seungwon Jeon wrote:
> Hi Saugata,
>
> Saugata Das wrote:
>> Hi Seungwon Jeon
>>
>> I see a small issue with the implementation mmc_suspend_host,
>>
>> int mmc_suspend_host(struct mmc_host *host)
>> {
>> .
>> err = mmc_cache_ctrl(host, 0);
>> }
>>
>> So, within
Hi Saugata,
Saugata Das wrote:
> Hi Seungwon Jeon
>
> I see a small issue with the implementation mmc_suspend_host,
>
> int mmc_suspend_host(struct mmc_host *host)
> {
> .
> err = mmc_cache_ctrl(host, 0);
> }
>
> So, within mmc_suspend_host we are disabling the cache. But I do not
> s