From: Chris Ball <chris@printf.net>
To: Arend van Spriel <arend@broadcom.com>
Cc: Aaron Lu <aaron.lu@intel.com>,
linux-mmc@vger.kernel.org, Dong Aisheng <dongas86@gmail.com>
Subject: Re: RESEND:[PATCH V3] sdhci: only reprogram retuning timer when flag is set
Date: Tue, 25 Mar 2014 20:56:19 +0000 [thread overview]
Message-ID: <86lhvyvvyk.fsf@void.printf.net> (raw)
In-Reply-To: <5331EBF1.4030600@broadcom.com> (Arend van Spriel's message of "Tue, 25 Mar 2014 21:49:53 +0100")
Hi Arend,
On Tue, Mar 25 2014, Arend van Spriel wrote:
> On 03/20/14 06:32, Aaron Lu wrote:
>> On 02/22/2014 03:59 AM, Arend van Spriel wrote:
>>> When the host->tuning_count is zero it means that the
>>> retuning is disabled. This is checked on the first
>>> run of sdhci_execute_tuning() by the if statement below:
>>>
>>> if (!(host->flags& SDHCI_NEEDS_RETUNING)&& host->tuning_count&&
>>> (host->tuning_mode == SDHCI_TUNING_MODE_1)) {
>>>
>>> So only when tuning_count is non-zero it will set the host
>>> flag SDHCI_USING_RETUNING_TIMER. The else statement is only
>>> for re-programming the timer, which means that flag must be
>>> set. Because that is not checked the else statement is executed
>>> in the first run when tuning_count is zero.
>>>
>>> This was seen on a host controller which indicated
>>> SDHCI_TUNING_MODE_1 (0) and tuning_count being zero. Suspect
>>> that (one of) these registers is not properly set.
>>>
>>> Cc: Dong Aisheng<dongas86@gmail.com>
>>> Cc: Aaron Lu<aaron.lwe@gmail.com>
>>> Signed-off-by: Arend van Spriel<arend@broadcom.com>
>>
>> In addition to solve your problem, this patch also makes sense in the
>> common case, so:
>>
>> Reviewed-by: Aaron Lu<aaron.lu@intel.com>
>
> Hi Chris,
>
> Is this patch still in your queue?
Thanks! I've pushed this to mmc-next for 3.15 with Aaron/Ulf's ACKs now.
- Chris.
--
Chris Ball <chris@printf.net> <http://printf.net/>
prev parent reply other threads:[~2014-03-25 20:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 19:59 RESEND:[PATCH V3] sdhci: only reprogram retuning timer when flag is set Arend van Spriel
2014-03-06 9:29 ` Arend van Spriel
2014-03-07 4:06 ` Ulf Hansson
2014-03-18 21:02 ` Arend van Spriel
2014-03-20 5:32 ` Aaron Lu
2014-03-25 20:49 ` Arend van Spriel
2014-03-25 20:56 ` Chris Ball [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86lhvyvvyk.fsf@void.printf.net \
--to=chris@printf.net \
--cc=aaron.lu@intel.com \
--cc=arend@broadcom.com \
--cc=dongas86@gmail.com \
--cc=linux-mmc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).