[U-Boot] [PATCH 2/7] mmc: uniphier-sd: Properly handle pin voltage configuration

2018-01-06 Thread Marek Vasut
Factor out the regulator handling into set_ios and add support for selecting pin configuration based on the voltage to support UHS modes. Signed-off-by: Marek Vasut Cc: Jaehoon Chung Cc: Masahiro Yamada --- drivers/mmc/uniphier-sd.c | 33 - 1 file changed, 24 in

Re: [U-Boot] [PATCH 2/7] mmc: uniphier-sd: Properly handle pin voltage configuration

2018-01-12 Thread Jaehoon Chung
On 01/07/2018 04:29 AM, Marek Vasut wrote: > Factor out the regulator handling into set_ios and add support for > selecting pin configuration based on the voltage to support UHS modes. > > Signed-off-by: Marek Vasut > Cc: Jaehoon Chung > Cc: Masahiro Yamada > --- > drivers/mmc/uniphier-sd.c |

Re: [U-Boot] [PATCH 2/7] mmc: uniphier-sd: Properly handle pin voltage configuration

2018-01-16 Thread Marek Vasut
On 01/12/2018 10:15 AM, Jaehoon Chung wrote: > On 01/07/2018 04:29 AM, Marek Vasut wrote: >> Factor out the regulator handling into set_ios and add support for >> selecting pin configuration based on the voltage to support UHS modes. >> >> Signed-off-by: Marek Vasut >> Cc: Jaehoon Chung >> Cc: Ma