Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-03 Thread Ulf Hansson
Namjae Jeon wrote: 2012/2/2 Jaehoon Chung : On 02/02/2012 12:36 PM, Namjae Jeon wrote: 2012/2/2 Jaehoon Chung : On 02/02/2012 09:34 AM, Namjae Jeon wrote: 2012/2/1 Ulf Hansson : To prevent I/O as soon as possible at card removal, a new detect work is re-scheduled without a delay to let a r

Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Namjae Jeon
2012/2/2 Jaehoon Chung : > On 02/02/2012 12:36 PM, Namjae Jeon wrote: > >> 2012/2/2 Jaehoon Chung : >>> On 02/02/2012 09:34 AM, Namjae Jeon wrote: >>> 2012/2/1 Ulf Hansson : > To prevent I/O as soon as possible at card removal, a new > detect work is re-scheduled without a delay to let

Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Jaehoon Chung
On 02/02/2012 12:36 PM, Namjae Jeon wrote: > 2012/2/2 Jaehoon Chung : >> On 02/02/2012 09:34 AM, Namjae Jeon wrote: >> >>> 2012/2/1 Ulf Hansson : To prevent I/O as soon as possible at card removal, a new detect work is re-scheduled without a delay to let a rescan remove the card dev

Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Namjae Jeon
2012/2/2 Jaehoon Chung : > On 02/02/2012 09:34 AM, Namjae Jeon wrote: > >> 2012/2/1 Ulf Hansson : >>> To prevent I/O as soon as possible at card removal, a new >>> detect work is re-scheduled without a delay to let a rescan >>> remove the card device as soon a possible. >>> >>> Additionally, MMC_CA

Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Jaehoon Chung
On 02/02/2012 09:34 AM, Namjae Jeon wrote: > 2012/2/1 Ulf Hansson : >> To prevent I/O as soon as possible at card removal, a new >> detect work is re-scheduled without a delay to let a rescan >> remove the card device as soon a possible. >> >> Additionally, MMC_CAP2_DETECT_ON_ERR can now be used t

Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Namjae Jeon
2012/2/1 Ulf Hansson : > To prevent I/O as soon as possible at card removal, a new > detect work is re-scheduled without a delay to let a rescan > remove the card device as soon a possible. > > Additionally, MMC_CAP2_DETECT_ON_ERR can now be used to handle > "slowly" removed cards that a scheduled

Re: [PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Linus Walleij
On Wed, Feb 1, 2012 at 2:48 PM, Ulf Hansson wrote: > To prevent I/O as soon as possible at card removal, a new > detect work is re-scheduled without a delay to let a rescan > remove the card device as soon a possible. > > Additionally, MMC_CAP2_DETECT_ON_ERR can now be used to handle > "slowly" r

[PATCH V2] mmc: core: Detect card removal on I/O error

2012-02-01 Thread Ulf Hansson
To prevent I/O as soon as possible at card removal, a new detect work is re-scheduled without a delay to let a rescan remove the card device as soon a possible. Additionally, MMC_CAP2_DETECT_ON_ERR can now be used to handle "slowly" removed cards that a scheduled detect work did not detect as remo