Re: [RFC/PATCH] mmc: core: Add support for idle time BKOPs

2012-09-03 Thread merez
On Thu, August 30, 2012 12:36 am, Jaehoon Chung wrote: On 08/05/2012 10:08 PM, Maya Erez wrote: When the mmcqd thread is idle, a delayed work is created to check the need for BKOPs. The time to start the delayed work is calculated based on the host controller suspend timeout, in case it was

Re: [RFC/PATCH] mmc: core: Add support for idle time BKOPs

2012-08-30 Thread Jaehoon Chung
On 08/05/2012 10:08 PM, Maya Erez wrote: When the mmcqd thread is idle, a delayed work is created to check the need for BKOPs. The time to start the delayed work is calculated based on the host controller suspend timeout, in case it was set. If not, a default time is used. If BKOPs is

[RFC/PATCH] mmc: core: Add support for idle time BKOPs

2012-08-05 Thread Maya Erez
When the mmcqd thread is idle, a delayed work is created to check the need for BKOPs. The time to start the delayed work is calculated based on the host controller suspend timeout, in case it was set. If not, a default time is used. If BKOPs is required in level 1, which is non-blocking, there