diff mbox

[U-Boot,v3,6/6] MVEBUMMC : REMOVE unnecessary delay from init

Message ID 1418502936-6158-7-git-send-email-drEagle@doukki.net
State Accepted
Delegated to: Pantelis Antoniou
Headers show

Commit Message

DrEagle Dec. 13, 2014, 8:35 p.m. UTC
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(-)

Comments

Pantelis Antoniou Jan. 5, 2015, 6:32 p.m. UTC | #1
Hi Gérald,

> On Dec 13, 2014, at 22:35 , Gérald Kerma <drEagle@doukki.net> wrote:
> 
> 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

Applied, thanks

— Pantelis
diff mbox

Patch

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;
 }