Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-28 Thread Chris Ball
Hi Maya, On Sun, Jan 13 2013, Maya Erez wrote: > Agreed, I will change the commit text in the next uploaded version. I haven't seen the updated patch go by -- please could you send it when you get a chance? Thanks, - Chris. -- Chris Ball One Laptop Per Child -- To

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-28 Thread Chris Ball
Hi Maya, On Sun, Jan 13 2013, Maya Erez wrote: Agreed, I will change the commit text in the next uploaded version. I haven't seen the updated patch go by -- please could you send it when you get a chance? Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-16 Thread Subhash Jadavani
] Sent: Saturday, January 12, 2013 9:07 AM To: Maya Erez Cc: linux-...@vger.kernel.org; linux-arm-...@vger.kernel.org; open list Subject: Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS On 1/12/2013 2:12 AM, Maya Erez wrote: mmc_cache_ctrl was called in runtime

RE: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-16 Thread Seungwon Jeon
ux-...@vger.kernel.org; linux-arm-...@vger.kernel.org; open list > > Subject: Re: [PATCH] mmc: core: disable the cache before suspend only after > > stopping BKOPS > > > > On 1/12/2013 2:12 AM, Maya Erez wrote: > >> mmc_cache_ctrl was called in runtime suspend before

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-16 Thread Ulf Hansson
[PATCH] mmc: core: disable the cache before suspend only after > stopping BKOPS > > On 1/12/2013 2:12 AM, Maya Erez wrote: >> mmc_cache_ctrl was called in runtime suspend before MMC interrupted >> BKOPS in case it is still running on the card. This caused the cache >> d

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-16 Thread Ulf Hansson
: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS On 1/12/2013 2:12 AM, Maya Erez wrote: mmc_cache_ctrl was called in runtime suspend before MMC interrupted BKOPS in case it is still running on the card. This caused the cache disable to timeout. I guess even if the idle

RE: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-16 Thread Seungwon Jeon
; linux-arm-...@vger.kernel.org; open list Subject: Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS On 1/12/2013 2:12 AM, Maya Erez wrote: mmc_cache_ctrl was called in runtime suspend before MMC interrupted BKOPS in case it is still running on the card

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-16 Thread Subhash Jadavani
Jadavani [mailto:subha...@codeaurora.org] Sent: Saturday, January 12, 2013 9:07 AM To: Maya Erez Cc: linux-...@vger.kernel.org; linux-arm-...@vger.kernel.org; open list Subject: Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS On 1/12/2013 2:12 AM, Maya Erez wrote

RE: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-13 Thread Maya Erez
-Original Message- From: Subhash Jadavani [mailto:subha...@codeaurora.org] Sent: Saturday, January 12, 2013 9:07 AM To: Maya Erez Cc: linux-...@vger.kernel.org; linux-arm-...@vger.kernel.org; open list Subject: Re: [PATCH] mmc: core: disable the cache before suspend only after stopping

RE: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-13 Thread Maya Erez
-Original Message- From: Subhash Jadavani [mailto:subha...@codeaurora.org] Sent: Saturday, January 12, 2013 9:07 AM To: Maya Erez Cc: linux-...@vger.kernel.org; linux-arm-...@vger.kernel.org; open list Subject: Re: [PATCH] mmc: core: disable the cache before suspend only after stopping

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-11 Thread Subhash Jadavani
On 1/12/2013 2:12 AM, Maya Erez wrote: mmc_cache_ctrl was called in runtime suspend before MMC interrupted BKOPS in case it is still running on the card. This caused the cache disable to timeout. I guess even if the idle time bkops polling is not implemented, this patch is good to have. cache

[PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-11 Thread Maya Erez
mmc_cache_ctrl was called in runtime suspend before MMC interrupted BKOPS in case it is still running on the card. This caused the cache disable to timeout. Therefore, mmc_cache_ctrl has to move to mmc_suspend where we are sure that the card can go into suspend and there is no pending activity.

[PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-11 Thread Maya Erez
mmc_cache_ctrl was called in runtime suspend before MMC interrupted BKOPS in case it is still running on the card. This caused the cache disable to timeout. Therefore, mmc_cache_ctrl has to move to mmc_suspend where we are sure that the card can go into suspend and there is no pending activity.

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-11 Thread Subhash Jadavani
On 1/12/2013 2:12 AM, Maya Erez wrote: mmc_cache_ctrl was called in runtime suspend before MMC interrupted BKOPS in case it is still running on the card. This caused the cache disable to timeout. I guess even if the idle time bkops polling is not implemented, this patch is good to have. cache