1. 11 12月, 2017 4 次提交
  2. 30 10月, 2017 5 次提交
  3. 30 8月, 2017 7 次提交
  4. 20 6月, 2017 6 次提交
  5. 25 4月, 2017 7 次提交
  6. 14 2月, 2017 1 次提交
  7. 13 2月, 2017 7 次提交
  8. 20 12月, 2016 1 次提交
    • A
      mmc: core: Further fix thread wake-up · 15520111
      Adrian Hunter 提交于
      Commit e0097cf5 ("mmc: queue: Fix queue thread wake-up") did not go far
      enough. mmc_wait_for_data_req_done() still contains some problems and can
      be further simplified.  First it should not touch
      context_info->is_waiting_last_req because that is a wake-up control used by
      the owner of the context. Secondly, it should always return when one of its
      wake-up conditions is met because, again, that is contolled by the owner of
      the context.
      
      While the current block driver does not have an issue, these problems were
      exposed during testing of the Software Command Queue patches.
      
      Fixes: e0097cf5 ("mmc: queue: Fix queue thread wake-up")
      Signed-off-by: NAdrian Hunter <adrian.hunter@intel.com>
      Tested-by: NHarjani Ritesh <riteshh@codeaurora.org>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      15520111
  9. 05 12月, 2016 2 次提交