Re: [PACTH v4] mmc: sdhci: Do not allow tuning procedure to be interrupted

2016-08-22 Thread Ulf Hansson
On 17 August 2016 at 19:34, wrote: > From: Christopher Freeman > > wait_event_interruptible_timeout() will return early if the blocked > process receives a signal, causing the driver to abort the tuning > procedure and possibly leaving the

Re: [PACTH v4] mmc: sdhci: Do not allow tuning procedure to be interrupted

2016-08-22 Thread Ulf Hansson
On 17 August 2016 at 19:34, wrote: > From: Christopher Freeman > > wait_event_interruptible_timeout() will return early if the blocked > process receives a signal, causing the driver to abort the tuning > procedure and possibly leaving the controller in a bad state. Since the > tuning command

[PACTH v4] mmc: sdhci: Do not allow tuning procedure to be interrupted

2016-08-17 Thread robert . foss
From: Christopher Freeman wait_event_interruptible_timeout() will return early if the blocked process receives a signal, causing the driver to abort the tuning procedure and possibly leaving the controller in a bad state. Since the tuning command is expected to complete

[PACTH v4] mmc: sdhci: Do not allow tuning procedure to be interrupted

2016-08-17 Thread robert . foss
From: Christopher Freeman wait_event_interruptible_timeout() will return early if the blocked process receives a signal, causing the driver to abort the tuning procedure and possibly leaving the controller in a bad state. Since the tuning command is expected to complete quickly (<50ms) and