Re: [PATCH v2 2/4] mmc: sdhci-msm: Convert to mmc_send_tuning()

2014-12-05 Thread Stephen Boyd
On 12/05/2014 03:59 AM, Ulf Hansson wrote: > Instead of having a local hack taking care of sending the tuning > command and as well to verify the response pattern, let's convert to > the common mmc_send_tuning() API instead. > > Signed-off-by: Ulf Hansson > Reviewed-by: Stephen Boyd -- Qualcom

Re: [PATCH v2 2/4] mmc: sdhci-msm: Convert to mmc_send_tuning()

2014-12-05 Thread Georgi Djakov
On 12/05/2014 01:59 PM, Ulf Hansson wrote: > Instead of having a local hack taking care of sending the tuning > command and as well to verify the response pattern, let's convert to > the common mmc_send_tuning() API instead. > > Signed-off-by: Ulf Hansson Hi Ulf, Tuning works for eMMC on apq8074

[PATCH v2 2/4] mmc: sdhci-msm: Convert to mmc_send_tuning()

2014-12-05 Thread Ulf Hansson
Instead of having a local hack taking care of sending the tuning command and as well to verify the response pattern, let's convert to the common mmc_send_tuning() API instead. Signed-off-by: Ulf Hansson --- Changes in v2: Rebased, to get latest version of the mmc_send_tuning() API. ---