Re: [U-Boot] [PATCH 13/22] mmc: Add a new callback function to enable/disable vdd

2017-05-14 Thread Simon Glass
Hi, On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > From: Kishon Vijay Abraham I > > Add a new callback function *set_vdd* which can be used > by the platform mmc driver to enable or disable vdd. > The mmc core can use *mmc_set_vdd* in order to invoke > the callback function. This will be

[U-Boot] [PATCH 13/22] mmc: Add a new callback function to enable/disable vdd

2017-05-12 Thread Jean-Jacques Hiblot
From: Kishon Vijay Abraham I Add a new callback function *set_vdd* which can be used by the platform mmc driver to enable or disable vdd. The mmc core can use *mmc_set_vdd* in order to invoke the callback function. This will be used during power cycle where the specification requires vdd to be di