Re: [PATCH v2 7/8] mmc: host: adjust uhs timing value

2012-09-25 Thread Kevin Liu
Hi, Ulf 2012/9/25 Ulf Hansson : > Hi Kevin, > > This make sense to me. > > Acked-by: Ulf Hansson > Thanks for the review. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kerne

Re: [PATCH v2 7/8] mmc: host: adjust uhs timing value

2012-09-25 Thread Ulf Hansson
Hi Kevin, This make sense to me. Acked-by: Ulf Hansson Kind regards Ulf Hansson On 24 September 2012 10:15, Kevin Liu wrote: > From: Kevin Liu > > Both of MMC_TIMING_LEGACY and MMC_TIMING_UHS_SDR12 are defined > to 0. And ios->timing is set to MMC_TIMING_LEGACY during power up. > But set_ios

[PATCH v2 7/8] mmc: host: adjust uhs timing value

2012-09-24 Thread Kevin Liu
From: Kevin Liu Both of MMC_TIMING_LEGACY and MMC_TIMING_UHS_SDR12 are defined to 0. And ios->timing is set to MMC_TIMING_LEGACY during power up. But set_ios can't distinguish these two timing if host support spec 3.0. Just adjust timing values to be different can resolve this issue without any o