Re: [PATCH v5] mmc: sdhci: Replace host->mmc with mmc where possible

2014-07-08 Thread Ulf Hansson
On 26 June 2014 23:53, Markus Mayer wrote: > After the switch to the MMC core regulator infrastucture, we already > have a local "mmc" pointer in various functions. There is no longer a > need to access the data structure via host->mmc. > > Signed-off-by: Markus Mayer > Reviewed-by: Matt Porter

Re: [PATCH v5] mmc: sdhci: Replace host-mmc with mmc where possible

2014-07-08 Thread Ulf Hansson
On 26 June 2014 23:53, Markus Mayer markus.ma...@linaro.org wrote: After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer

[RESEND PATCH v5] mmc: sdhci: Replace host->mmc with mmc where possible

2014-07-03 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local "mmc" pointer in various functions. There is no longer a need to access the data structure via host->mmc. Signed-off-by: Markus Mayer Reviewed-by: Matt Porter --- This patch was posted before as part 2/2 of a

[RESEND PATCH v5] mmc: sdhci: Replace host-mmc with mmc where possible

2014-07-03 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- This patch

[PATCH v5] mmc: sdhci: Replace host->mmc with mmc where possible

2014-06-26 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local "mmc" pointer in various functions. There is no longer a need to access the data structure via host->mmc. Signed-off-by: Markus Mayer Reviewed-by: Matt Porter --- This patch was posted before as part 2/2 of a

[PATCH v5] mmc: sdhci: Replace host-mmc with mmc where possible

2014-06-26 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- This patch