Re: [PATCH] mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter

2014-12-05 Thread Stephen Boyd
On 12/05/2014 02:41 AM, Ulf Hansson wrote: > To be able to use mmc_send_tuning() prior the struct mmc_card has been > allocated, let's convert it to take the struct mmc_host* as parameter > instead. > > Suggested-by: Stephen Boyd > Signed-off-by: Ulf Hansson > --- Reviewed-by: Stephen Boyd --

Re: [PATCH] mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter

2014-12-05 Thread Dong Aisheng
On Fri, Dec 05, 2014 at 11:41:23AM +0100, Ulf Hansson wrote: > To be able to use mmc_send_tuning() prior the struct mmc_card has been > allocated, let's convert it to take the struct mmc_host* as parameter > instead. > > Suggested-by: Stephen Boyd > Signed-off-by: Ulf Hansson Acked-by: Dong Ais

[PATCH] mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter

2014-12-05 Thread Ulf Hansson
To be able to use mmc_send_tuning() prior the struct mmc_card has been allocated, let's convert it to take the struct mmc_host* as parameter instead. Suggested-by: Stephen Boyd Signed-off-by: Ulf Hansson --- drivers/mmc/core/mmc_ops.c | 7 +++ include/linux/mmc/core.h | 2 +- 2 files chan