OSDN Git Service

mmc: core: Fix the timing related checks in partial_init
authorSahitya Tummala <stummala@codeaurora.org>
Wed, 27 Apr 2016 10:47:44 +0000 (16:17 +0530)
committerKyle Yan <kyan@codeaurora.org>
Tue, 14 Jun 2016 02:06:28 +0000 (19:06 -0700)
commit1eccf8da488efcfc5bc3c3e97bb37de007ffb25c
treea957fa1906b47028f384439cbb3b312e255688d7
parent31c3678a627a612ab863fde1108fd8bc3d16faa8
mmc: core: Fix the timing related checks in partial_init

If the card (which is a eMMC 5.1 complaint card) is scaled down
to HS200, then the current logic in partial_init doesn't invoke
tuning due to these invalid checks.

Change-Id: I1e5cbb6a2dfff129acdb27e27ea090d58197f41c
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
drivers/mmc/core/mmc.c