All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pantelis Antoniou <panto@antoniou-consulting.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 4/6] MVEBUMMC : REMOVE unnecessary delays
Date: Mon, 5 Jan 2015 20:28:49 +0200	[thread overview]
Message-ID: <E4356A37-3D1C-4603-BA35-BEEED42BD2E8@antoniou-consulting.com> (raw)
In-Reply-To: <1418502936-6158-5-git-send-email-drEagle@doukki.net>

Hi G?rald,

> On Dec 13, 2014, at 22:35 , G?rald Kerma <drEagle@doukki.net> wrote:
> 
> Remove delays in mvebu_mmc_set_bus and mvebu_mmc_set_clk
> 
> Signed-off-by: G?rald Kerma <drEagle@doukki.net>
> ---
> drivers/mmc/mvebu_mmc.c | 3 ---
> 1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c
> index 854bcc6..3e08f40 100644
> --- a/drivers/mmc/mvebu_mmc.c
> +++ b/drivers/mmc/mvebu_mmc.c
> @@ -274,8 +274,6 @@ static void mvebu_mmc_set_clk(unsigned int clock)
> 		mvebu_mmc_write(SDIO_CLK_DIV, m & MVEBU_MMC_BASE_DIV_MAX);
> 		debug("%s: clock (%d) div : %d\n", DRIVER_NAME, clock, m);
> 	}
> -
> -	udelay(10*1000);
> }
> 
> static void mvebu_mmc_set_bus(unsigned int bus)
> @@ -315,7 +313,6 @@ static void mvebu_mmc_set_bus(unsigned int bus)
> 	      "high-speed" : "");
> 
> 	mvebu_mmc_write(SDIO_HOST_CTRL, ctrl_reg);
> -	udelay(10*1000);
> }
> 
> static void mvebu_mmc_set_ios(struct mmc *mmc)
> -- 
> 2.1.3

Applied, thanks

? Pantelis

  reply	other threads:[~2015-01-05 18:28 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 [this message]
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   ` [U-Boot] [PATCH v3 6/6] MVEBUMMC : REMOVE unnecessary delay from init Gérald Kerma
2015-01-05 18:32     ` 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=E4356A37-3D1C-4603-BA35-BEEED42BD2E8@antoniou-consulting.com \
    --to=panto@antoniou-consulting.com \
    --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.