linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci: remove comment regarding timeout during tuning
@ 2016-05-13  4:24 Simon Horman
  2016-06-03  8:32 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2016-05-13  4:24 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson; +Cc: linux-mmc, Simon Horman

Since commit 7ce45e950624 ("mmc: sdhci: SD tuning is broken for some
controllers") sdhci_execute_tuning() no longer includes a timeout in its
loop counter(s) so remove portion of the comment regarding this.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/mmc/host/sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index e010ea4eb6f5..b7f9d4c5c925 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1909,7 +1909,7 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)
 
 	/*
 	 * Issue CMD19 repeatedly till Execute Tuning is set to 0 or the number
-	 * of loops reaches 40 times or a timeout of 150ms occurs.
+	 * of loops reaches 40 times.
 	 */
 	do {
 		struct mmc_command cmd = {0};
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mmc: sdhci: remove comment regarding timeout during tuning
  2016-05-13  4:24 [PATCH] mmc: sdhci: remove comment regarding timeout during tuning Simon Horman
@ 2016-06-03  8:32 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2016-06-03  8:32 UTC (permalink / raw)
  To: Simon Horman; +Cc: Adrian Hunter, linux-mmc

On 13 May 2016 at 06:24, Simon Horman <horms+renesas@verge.net.au> wrote:
> Since commit 7ce45e950624 ("mmc: sdhci: SD tuning is broken for some
> controllers") sdhci_execute_tuning() no longer includes a timeout in its
> loop counter(s) so remove portion of the comment regarding this.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Thanks, applied for next!

Kind regards
Uffe

> ---
>  drivers/mmc/host/sdhci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index e010ea4eb6f5..b7f9d4c5c925 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -1909,7 +1909,7 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)
>
>         /*
>          * Issue CMD19 repeatedly till Execute Tuning is set to 0 or the number
> -        * of loops reaches 40 times or a timeout of 150ms occurs.
> +        * of loops reaches 40 times.
>          */
>         do {
>                 struct mmc_command cmd = {0};
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-03  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  4:24 [PATCH] mmc: sdhci: remove comment regarding timeout during tuning Simon Horman
2016-06-03  8:32 ` Ulf Hansson

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).