Re: [U-Boot] [PATCH 15/22] mmc: add a new mmc parameter to disable mmc clock

2017-05-14 Thread Simon Glass
Hi, On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > mmc clock has to be disabled in certain cases like during > the voltage switch sequence. Modify mmc_set_clock function > to take disable as an argument that signifies if the > clock has to be enabled or disabled. > > Signed-off-by: Kishon

[U-Boot] [PATCH 15/22] mmc: add a new mmc parameter to disable mmc clock

2017-05-12 Thread Jean-Jacques Hiblot
mmc clock has to be disabled in certain cases like during the voltage switch sequence. Modify mmc_set_clock function to take disable as an argument that signifies if the clock has to be enabled or disabled. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc