]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: s5p_sdhci: add the s5p_set_clock function
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 30 Dec 2016 06:30:17 +0000 (15:30 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 11 Jan 2017 10:40:13 +0000 (19:40 +0900)
commitf73b33ff94a01a9818b04f4d4850ddbf2b144f49
treeb78e7dd78a71f76c4a6b01e53becad08cfd1e887
parent07b0b9c00cc8f8e981df35ac4720057469a8d3c8
mmc: s5p_sdhci: add the s5p_set_clock function

Add the s5p_set_clock function.
It's not good that "set_mmc_clk" is assigned directly.
In future, it should be changed to use the clock framework.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/s5p_sdhci.c