Re: [PATCH v3 0/3] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-13 Thread Ulf Hansson
On 12 June 2014 20:48, Markus Mayer wrote: > This series switches the common SDHCI code over to use mmc_host's > regulator pointers rather than keeping its own set. > > In addition, we can now re-use the newly introduced local "mmc" pointer > in several other function calls in lieu of using host->

[PATCH v3 0/3] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-12 Thread Markus Mayer
This series switches the common SDHCI code over to use mmc_host's regulator pointers rather than keeping its own set. In addition, we can now re-use the newly introduced local "mmc" pointer in several other function calls in lieu of using host->mmc. The first patch in the series has been posted b