]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mmc: Hold re-tuning in mmc_sleep()
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 7 May 2015 10:10:18 +0000 (13:10 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Jun 2015 07:06:56 +0000 (09:06 +0200)
commit8c4e111a3ce6a6799e1b72735e717a221fb32819
tree6cab41859647c93d93fa481fc3443cd98d81cafb
parent01e3a1f0a4124331cc76e39733cc862baefea9d3
mmc: mmc: Hold re-tuning in mmc_sleep()

The sleep command is issued after deselecting the
card, but re-tuning won't work on a deselected card
so re-tuning must be held.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc.c