All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gérald Kerma" <drEagle@doukki.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 6/6] MVEBUMMC : REMOVE unnecessary delay from init
Date: Sat, 13 Dec 2014 21:35:36 +0100	[thread overview]
Message-ID: <1418502936-6158-7-git-send-email-drEagle@doukki.net> (raw)
In-Reply-To: <1418502936-6158-1-git-send-email-drEagle@doukki.net>

Remove unnessecary delay from mvebu_mmc_initialize

Signed-off-by: G?rald Kerma <drEagle@doukki.net>
---
 drivers/mmc/mvebu_mmc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c
index 721ebcc..8ca0904 100644
--- a/drivers/mmc/mvebu_mmc.c
+++ b/drivers/mmc/mvebu_mmc.c
@@ -403,8 +403,6 @@ static int mvebu_mmc_initialize(struct mmc *mmc)
 	/* SW reset */
 	mvebu_mmc_write(SDIO_SW_RESET, SDIO_SW_RESET_NOW);
 
-	udelay(10*1000);
-
 	return 0;
 }
 
-- 
2.1.3

  parent reply	other threads:[~2014-12-13 20:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04 15:03 [U-Boot] [PATCH v2 1/1] ARM: kirkwood: mvebu_mmc: Speed up access time Gérald Kerma
2014-12-13 20:35 ` [U-Boot] [PATCH v3 0/6] " Gérald Kerma
2014-12-13 20:35   ` [U-Boot] [PATCH v3 1/6] MVEBUMMC : Change copyright date Gérald Kerma
2015-01-05 18:25     ` Pantelis Antoniou
2014-12-13 20:35   ` [U-Boot] [PATCH v3 2/6] MVEBUMMC : Speed up access time Gérald Kerma
2015-01-05 18:26     ` Pantelis Antoniou
2014-12-13 20:35   ` [U-Boot] [PATCH v3 3/6] MVEBUMMC : FIX debug strings Gérald Kerma
2015-01-05 18:27     ` Pantelis Antoniou
2014-12-13 20:35   ` [U-Boot] [PATCH v3 4/6] MVEBUMMC : REMOVE unnecessary delays Gérald Kerma
2015-01-05 18:28     ` Pantelis Antoniou
2014-12-13 20:35   ` [U-Boot] [PATCH v3 5/6] MVEBUMMC : CLEAN code Gérald Kerma
2015-01-05 18:30     ` Pantelis Antoniou
2014-12-13 20:35   ` Gérald Kerma [this message]
2015-01-05 18:32     ` [U-Boot] [PATCH v3 6/6] MVEBUMMC : REMOVE unnecessary delay from init Pantelis Antoniou
2014-12-15 11:14   ` [U-Boot] [PATCH v3 0/6] ARM: kirkwood: mvebu_mmc: Speed up access time Mario Schuknecht
2014-12-17  9:22     ` drEagle
2014-12-17 10:18       ` Pantelis Antoniou
2014-12-23 13:01         ` drEagle
2015-01-03 16:06           ` drEagle
2015-01-05 18:31             ` Pantelis Antoniou

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=1418502936-6158-7-git-send-email-drEagle@doukki.net \
    --to=dreagle@doukki.net \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.