]> git.sur5r.net Git - u-boot/commit
mmc: tmio: move clk_enable() to each driver's probe function
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Apr 2018 09:14:24 +0000 (18:14 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Apr 2018 15:35:34 +0000 (00:35 +0900)
commit30b5d9aa9aee9853b6b51d93ddf16d762d20c538
tree5961aa337e8a9ca3d61744b0e064b1b36327d417
parent58d702274c09c8dc45c14141acd2c70bb578c5b2
mmc: tmio: move clk_enable() to each driver's probe function

I need to differentiate the clock handling for uniphier-sd.  Move it
to each driver's probe function from the tmio common code so that
renesas-sdhi will not be affected.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/renesas-sdhi.c
drivers/mmc/tmio-common.c
drivers/mmc/uniphier-sd.c