projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b2739
)
MVEBUMMC : REMOVE unnecessary delay from init
author
Gerald Kerma
<drEagle@doukki.net>
Sat, 13 Dec 2014 20:35:36 +0000
(21:35 +0100)
committer
Pantelis Antoniou
<pantelis.antoniou@konsulko.com>
Tue, 6 Jan 2015 08:10:28 +0000
(10:10 +0200)
Remove unnessecary delay from mvebu_mmc_initialize
Signed-off-by: GĂ©rald Kerma <drEagle@doukki.net>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/mvebu_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/mvebu_mmc.c
b/drivers/mmc/mvebu_mmc.c
index 721ebcc6d43f4bd3d95f907db9dc29eb64f5dc70..8ca09042d8d9280c94b9f5620b8e8a10ae8862a8 100644
(file)
--- 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;
}