1. 28 5月, 2020 12 次提交
  2. 24 3月, 2020 5 次提交
  3. 24 1月, 2020 1 次提交
  4. 20 1月, 2020 6 次提交
  5. 18 12月, 2019 1 次提交
  6. 16 12月, 2019 4 次提交
  7. 20 11月, 2019 1 次提交
  8. 13 11月, 2019 1 次提交
    • R
      mmc: sdhci: Check card status after reset · dcaac3f7
      Raul E Rangel 提交于
      In sdhci_do_reset we call the reset callback which is typically
      sdhci_reset. sdhci_reset can wait for up to 100ms waiting for the
      controller to reset. If SDHCI_RESET_ALL was passed as the flag, the
      controller will clear the IRQ mask. If during that 100ms the card is
      removed there is no notification to the MMC system that the card was
      removed. So from the drivers point of view the card is always present.
      
      By making sdhci_reinit compare the present state it can schedule a
      rescan if the card was removed while a reset was in progress.
      Signed-off-by: NRaul E Rangel <rrangel@chromium.org>
      Acked-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      dcaac3f7
  9. 28 9月, 2019 2 次提交
  10. 11 9月, 2019 7 次提交