Re: [PATCH] mmc: mxcmmc: Use mmc_regulator_get_supply() API

2014-05-08 Thread Ulf Hansson
On 3 May 2014 08:55, Alexander Shiyan wrote: > This patch replaces regulator manipulation with > mmc_regulator_get_supply() function from MMC core. > > Signed-off-by: Alexander Shiyan Thanks, I will include this in the next PR I send to Chris. Kind regards Ulf Hansson -- To unsubscribe from thi

[PATCH] mmc: mxcmmc: Use mmc_regulator_get_supply() API

2014-05-02 Thread Alexander Shiyan
This patch replaces regulator manipulation with mmc_regulator_get_supply() function from MMC core. Signed-off-by: Alexander Shiyan --- drivers/mmc/host/mxcmmc.c | 44 +--- 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/drivers/mmc/host/mxc