1. 28 5月, 2020 2 次提交
  2. 24 3月, 2020 5 次提交
  3. 24 1月, 2020 1 次提交
  4. 20 1月, 2020 3 次提交
  5. 18 12月, 2019 1 次提交
  6. 28 9月, 2019 1 次提交
  7. 11 9月, 2019 5 次提交
  8. 07 8月, 2019 1 次提交
    • B
      mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming · c6303c5d
      Baolin Wang 提交于
      The SD host controller specification defines 3 types software reset:
      software reset for data line, software reset for command line and software
      reset for all. Software reset for all means this reset affects the entire
      Host controller except for the card detection circuit.
      
      In sdhci_runtime_resume_host() we always do a software "reset for all",
      which causes the Spreadtrum variant controller to work abnormally after
      resuming. To fix the problem, let's do a software reset for the data and
      the command part, rather than "for all".
      
      However, as sdhci_runtime_resume() is a common sdhci function and we don't
      want to change the behaviour for other variants, let's introduce a new
      in-parameter for it. This enables the caller to decide if a "reset for all"
      shall be done or not.
      Signed-off-by: NBaolin Wang <baolin.wang@linaro.org>
      Fixes: fb8bd90f ("mmc: sdhci-sprd: Add Spreadtrum's initial host controller")
      Cc: stable@vger.kernel.org
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      c6303c5d
  9. 18 6月, 2019 1 次提交
  10. 31 5月, 2019 1 次提交
  11. 15 4月, 2019 2 次提交
  12. 25 2月, 2019 2 次提交
  13. 17 12月, 2018 3 次提交
  14. 08 10月, 2018 9 次提交
  15. 30 7月, 2018 1 次提交
  16. 03 5月, 2018 2 次提交