Re: [PATCH] mmc: block: release host in case of error

2011-11-25 Thread Adrian Hunter
On 24/11/11 20:58, Per Forlin wrote: On Sun, Nov 20, 2011 at 9:50 PM, Per Forlin per.l...@gmail.com wrote: Hi Adrian, On Fri, Nov 18, 2011 at 10:56 AM, Per Förlin per.for...@stericsson.com wrote: On 11/17/2011 10:18 AM, Adrian Hunter wrote: On 14/11/11 13:12, Per Forlin wrote: Host is

Re: [PATCH] mmc: block: release host in case of error

2011-11-25 Thread Per Forlin
On Fri, Nov 25, 2011 at 1:03 PM, Adrian Hunter adrian.hun...@intel.com wrote: On 24/11/11 20:58, Per Forlin wrote: On Sun, Nov 20, 2011 at 9:50 PM, Per Forlin per.l...@gmail.com wrote: Hi Adrian, On Fri, Nov 18, 2011 at 10:56 AM, Per Förlin per.for...@stericsson.com wrote: On 11/17/2011

Re: [PATCH] mmc: block: release host in case of error

2011-11-24 Thread Per Forlin
On Sun, Nov 20, 2011 at 9:50 PM, Per Forlin per.l...@gmail.com wrote: Hi Adrian, On Fri, Nov 18, 2011 at 10:56 AM, Per Förlin per.for...@stericsson.com wrote: On 11/17/2011 10:18 AM, Adrian Hunter wrote: On 14/11/11 13:12, Per Forlin wrote: Host is claimed as long as there are requests in

Re: [PATCH] mmc: block: release host in case of error

2011-11-20 Thread Per Forlin
Hi Adrian, On Fri, Nov 18, 2011 at 10:56 AM, Per Förlin per.for...@stericsson.com wrote: On 11/17/2011 10:18 AM, Adrian Hunter wrote: On 14/11/11 13:12, Per Forlin wrote: Host is claimed as long as there are requests in the block queue and all request are completed successfully. If an error

Re: [PATCH] mmc: block: release host in case of error

2011-11-18 Thread Per Förlin
On 11/17/2011 10:18 AM, Adrian Hunter wrote: On 14/11/11 13:12, Per Forlin wrote: Host is claimed as long as there are requests in the block queue and all request are completed successfully. If an error occur release the host in case someone else needs to claim it, for instance if the card is

Re: [PATCH] mmc: block: release host in case of error

2011-11-17 Thread Adrian Hunter
On 14/11/11 13:12, Per Forlin wrote: Host is claimed as long as there are requests in the block queue and all request are completed successfully. If an error occur release the host in case someone else needs to claim it, for instance if the card is removed during a transfer. Signed-off-by:

Re: [PATCH] mmc: block: release host in case of error

2011-11-16 Thread Sujit Reddy Thumma
On 11/14/2011 4:42 PM, Per Forlin wrote: Host is claimed as long as there are requests in the block queue and all request are completed successfully. If an error occur release the host in case someone else needs to claim it, for instance if the card is removed during a transfer. Signed-off-by:

Re: [PATCH] mmc: block: release host in case of error

2011-11-16 Thread Linus Walleij
On Mon, Nov 14, 2011 at 12:12 PM, Per Forlin per.for...@stericsson.com wrote: Host is claimed as long as there are requests in the block queue and all request are completed successfully. If an error occur release the host in case someone else needs to claim it, for instance if the card is