Home
last modified time | relevance | path

Searched hist:"65117182543 e58ba69f4abdc998423798137cbae" (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmeson_gx_mmc.cdiff 65117182543e58ba69f4abdc998423798137cbae Fri Jan 26 04:25:29 CST 2018 Jaehoon Chung <jh80.chung@samsung.com> 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>
H A Dfsl_esdhc.cdiff 65117182543e58ba69f4abdc998423798137cbae Fri Jan 26 04:25:29 CST 2018 Jaehoon Chung <jh80.chung@samsung.com> 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>
H A Dmmc.cdiff 65117182543e58ba69f4abdc998423798137cbae Fri Jan 26 04:25:29 CST 2018 Jaehoon Chung <jh80.chung@samsung.com> 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>
/openbmc/u-boot/include/
H A Dmmc.hdiff 65117182543e58ba69f4abdc998423798137cbae Fri Jan 26 04:25:29 CST 2018 Jaehoon Chung <jh80.chung@samsung.com> 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>