]> git.sur5r.net Git - u-boot/commit
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 26 Jan 2018 10:25:29 +0000 (19:25 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 8 May 2018 04:12:33 +0000 (13:12 +0900)
commit65117182543e58ba69f4abdc998423798137cbae
treeeadfc8e9646215ff4946949ffd7a09566ef255a3
parent817669231c89a97e3934baf07d457ca9671947ea
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h

mmc_set_clock() function has the disable argument as bool type.
When mmc_set_clock is called, it might be passed to "true" or "false".
But it's too confusion whether clock is enabled or disabled with only
"true" and "false".
To prevent the confusion, replace to MMC_CLK_ENABLE/DISABLE macro from
true/false.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc.c
drivers/mmc/meson_gx_mmc.c
drivers/mmc/mmc.c
include/mmc.h