Skip to content
Snippets Groups Projects
Commit 86eeecaf authored by Gerald Kerma's avatar Gerald Kerma Committed by Pantelis Antoniou
Browse files

MVEBUMMC : REMOVE unnecessary delays


Remove delays in mvebu_mmc_set_bus and mvebu_mmc_set_clk

Signed-off-by: default avatarGérald Kerma <drEagle@doukki.net>
Acked-by: default avatarPantelis Antoniou <panto@antoniou-consulting.com>
parent fc0f25f9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment