Re: [PATCH 01/13] mmc: core: Simplify by adding mmc_execute_tuning()

2015-01-13 Thread Ulf Hansson
On 5 December 2014 at 18:40, Adrian Hunter wrote: > For each MMC, SD and SDIO there is code that > holds the clock, calls ops->execute_tuning, and > releases the clock. Simplify the code a bit by > providing a separate function to do that. > > Signed-off-by: Adrian Hunter Thanks! Applied for nex

[PATCH 01/13] mmc: core: Simplify by adding mmc_execute_tuning()

2014-12-05 Thread Adrian Hunter
For each MMC, SD and SDIO there is code that holds the clock, calls ops->execute_tuning, and releases the clock. Simplify the code a bit by providing a separate function to do that. Signed-off-by: Adrian Hunter --- drivers/mmc/core/core.c | 24 drivers/mmc/core/core.h |