Re: [PATCH] mmc: sdhci: Allow for long command timeouts

2014-01-20 Thread Chris Ball
Hi Adrian, On Thu, Nov 14 2013, Adrian Hunter wrote: > The driver has a timer with a 10 second > timeout to catch devices that stop responding. > However it is possible for commands to take > even longer than that. Change the timer > timeout to reflect the command timeout. > > Signed-off-by: Adri

Re: [PATCH] mmc: sdhci: Allow for long command timeouts

2014-01-19 Thread Adrian Hunter
Ping? On 13/01/14 09:06, Adrian Hunter wrote: > Ping? > > > On 13/12/13 12:45, Adrian Hunter wrote: >> Hi Chris >> >> What about this one? >> >> Regards >> Adrian >> >> On 14/11/13 10:16, Adrian Hunter wrote: >>> The driver has a timer with a 10 second >>> timeout to catch devices that stop resp

Re: [PATCH] mmc: sdhci: Allow for long command timeouts

2014-01-12 Thread Adrian Hunter
Ping? On 13/12/13 12:45, Adrian Hunter wrote: > Hi Chris > > What about this one? > > Regards > Adrian > > On 14/11/13 10:16, Adrian Hunter wrote: >> The driver has a timer with a 10 second >> timeout to catch devices that stop responding. >> However it is possible for commands to take >> even

Re: [PATCH] mmc: sdhci: Allow for long command timeouts

2013-12-13 Thread Adrian Hunter
Hi Chris What about this one? Regards Adrian On 14/11/13 10:16, Adrian Hunter wrote: > The driver has a timer with a 10 second > timeout to catch devices that stop responding. > However it is possible for commands to take > even longer than that. Change the timer > timeout to reflect the comman

[PATCH] mmc: sdhci: Allow for long command timeouts

2013-11-14 Thread Adrian Hunter
The driver has a timer with a 10 second timeout to catch devices that stop responding. However it is possible for commands to take even longer than that. Change the timer timeout to reflect the command timeout. Signed-off-by: Adrian Hunter --- drivers/mmc/host/sdhci.c | 7 ++- 1 file change