Re: [PATCH 0/2] SDHCI should use more common MMC structs and functions

2014-04-24 Thread Tim Kryger
On Thu, Apr 24, 2014 at 1:34 AM, Ulf Hansson wrote: > On 18 April 2014 02:46, Tim Kryger wrote: >> This series updates SDHCI to use the common regulator infrastructure that mmc >> core provides. >> >> Tim Kryger (2): >> mmc: sdhci: Use supplies in common mmc_host struct >> mmc: sdhci: Use com

Re: [PATCH 0/2] SDHCI should use more common MMC structs and functions

2014-04-24 Thread Ulf Hansson
On 18 April 2014 02:46, Tim Kryger wrote: > This series updates SDHCI to use the common regulator infrastructure that mmc > core provides. > > Tim Kryger (2): > mmc: sdhci: Use supplies in common mmc_host struct > mmc: sdhci: Use common mmc_regulator_get_supply Both patches looks good, but I

[PATCH 0/2] SDHCI should use more common MMC structs and functions

2014-04-17 Thread Tim Kryger
This series updates SDHCI to use the common regulator infrastructure that mmc core provides. Tim Kryger (2): mmc: sdhci: Use supplies in common mmc_host struct mmc: sdhci: Use common mmc_regulator_get_supply drivers/mmc/host/sdhci.c | 96 + incl