Re: [PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-05-07 Thread Ulf Hansson
On 7 May 2014 01:42, Tim Kryger wrote: > On Fri, Apr 25, 2014 at 1:15 AM, Ulf Hansson wrote: >> On 25 April 2014 00:36, Tim Kryger wrote: >>> Switch the common SDHCI code over to use mmc_host's regulator pointers >>> and remove the ones in the sdhci_host structure. Additionally, use the >>>

Re: [PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-05-07 Thread Ulf Hansson
On 7 May 2014 01:42, Tim Kryger tim.kry...@linaro.org wrote: On Fri, Apr 25, 2014 at 1:15 AM, Ulf Hansson ulf.hans...@linaro.org wrote: On 25 April 2014 00:36, Tim Kryger tim.kry...@linaro.org wrote: Switch the common SDHCI code over to use mmc_host's regulator pointers and remove the ones in

Re: [PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-05-06 Thread Tim Kryger
On Fri, Apr 25, 2014 at 1:15 AM, Ulf Hansson wrote: > On 25 April 2014 00:36, Tim Kryger wrote: >> Switch the common SDHCI code over to use mmc_host's regulator pointers >> and remove the ones in the sdhci_host structure. Additionally, use the >> common mmc_regulator_get_supply function to get

Re: [PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-05-06 Thread Tim Kryger
On Fri, Apr 25, 2014 at 1:15 AM, Ulf Hansson ulf.hans...@linaro.org wrote: On 25 April 2014 00:36, Tim Kryger tim.kry...@linaro.org wrote: Switch the common SDHCI code over to use mmc_host's regulator pointers and remove the ones in the sdhci_host structure. Additionally, use the common

Re: [PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-04-25 Thread Ulf Hansson
On 25 April 2014 00:36, Tim Kryger wrote: > Switch the common SDHCI code over to use mmc_host's regulator pointers > and remove the ones in the sdhci_host structure. Additionally, use the > common mmc_regulator_get_supply function to get the regulators and set > the ocr_avail mask. > > This

Re: [PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-04-25 Thread Ulf Hansson
On 25 April 2014 00:36, Tim Kryger tim.kry...@linaro.org wrote: Switch the common SDHCI code over to use mmc_host's regulator pointers and remove the ones in the sdhci_host structure. Additionally, use the common mmc_regulator_get_supply function to get the regulators and set the ocr_avail

[PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-04-24 Thread Tim Kryger
Switch the common SDHCI code over to use mmc_host's regulator pointers and remove the ones in the sdhci_host structure. Additionally, use the common mmc_regulator_get_supply function to get the regulators and set the ocr_avail mask. This change sets the ocr_avail directly based upon the voltage

[PATCH] mmc: sdhci: Use mmc core regulator infrastucture

2014-04-24 Thread Tim Kryger
Switch the common SDHCI code over to use mmc_host's regulator pointers and remove the ones in the sdhci_host structure. Additionally, use the common mmc_regulator_get_supply function to get the regulators and set the ocr_avail mask. This change sets the ocr_avail directly based upon the voltage