commit | d38dcad4e7b48f3d68d5d058f8f4f52a99862e6e | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Mon Mar 20 19:50:32 2017 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Apr 24 21:41:26 2017 +0200 |
tree | 654812cebbf2ed25a161d9b405f038fe20d381a8 | |
parent | 5a436cc0af6202265de0d2d2d35f1b4fd85caf3b [diff] |
mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm Devices might save and restore tuning values so that re-tuning might not be needed after a pm transition. Let drivers decide by pushing the mmc_retune_needed() logic down to them. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Ludovic Desroches <ludovic.desroches@microchip.com>