1. 07 11月, 2016 1 次提交
  2. 27 9月, 2016 1 次提交
    • A
      mmc: mmc_test: Add tests for sending commands during transfer · 4bbb9aac
      Adrian Hunter 提交于
      Add 6 tests for sending commands during transfer. The tests are:
       * Commands during read - no Set Block Count (CMD23).
       * Commands during write - no Set Block Count (CMD23).
       * Commands during read - use Set Block Count (CMD23).
       * Commands during write - use Set Block Count (CMD23).
       * Commands during non-blocking read - use Set Block Count (CMD23).
       * Commands during non-blocking write - use Set Block Count (CMD23).
      
      For a range of transfer sizes, the tests start an ongoing data transfer and
      then repeatedly send the status command (CMD13) while the transfer
      continues. The tests pass if all requests complete with no errors. The host
      controller driver must support MMC_CAP_CMD_DURING_TFR.
      Signed-off-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      4bbb9aac
  3. 29 2月, 2016 1 次提交
  4. 21 10月, 2015 1 次提交
  5. 01 6月, 2015 2 次提交
  6. 17 4月, 2015 1 次提交
    • U
      Revert "mmc: core: Convert mmc_driver to device_driver" · 96541bac
      Ulf Hansson 提交于
      This reverts commit 6685ac62 ("mmc: core: Convert mmc_driver to
      device_driver")
      
      The reverted commit went too far in simplifing the device driver parts
      for mmc.
      
      Let's restore the old mmc_driver to enable driver core to sooner
      or later to remove the ->probe(), ->remove() and ->shutdown() callbacks
      from the struct device_driver.
      
      Note that, the old ->suspend|resume() callbacks in the struct
      mmc_driver don't need to be restored, since the mmc block layer has
      converted to the modern system PM ops.
      
      Fixes: 6685ac62 ("mmc: core: Convert mmc_driver to device_driver")
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      Acked-by: NJaehoon Chung <jh80.chung@samsung.com>
      96541bac
  7. 19 1月, 2015 1 次提交
  8. 10 11月, 2014 2 次提交
  9. 25 8月, 2013 1 次提交
  10. 28 6月, 2013 1 次提交
  11. 12 1月, 2012 1 次提交
  12. 04 1月, 2012 1 次提交
  13. 27 10月, 2011 3 次提交
  14. 14 8月, 2011 2 次提交
  15. 21 7月, 2011 3 次提交
  16. 25 5月, 2011 4 次提交
  17. 31 3月, 2011 1 次提交
  18. 25 3月, 2011 1 次提交
    • C
      mmc: mmc_test: Remove set-but-unused variable. · 5a8fba52
      Chris Ball 提交于
      Fixes:
      
      drivers/mmc/card/mmc_test.c: In function ‘mmc_test_seq_perf’:
      drivers/mmc/card/mmc_test.c:1878:28: warning: variable ‘ts’ set but not
      used [-Wunused-but-set-variable]
      
      There's no reason to be calling timespec_sub() here, because
      mmc_test_print_avg_rate() is going to do that itself.
      Signed-off-by: NChris Ball <cjb@laptop.org>
      Cc: Adrian Hunter <adrian.hunter@nokia.com>
      5a8fba52
  19. 16 3月, 2011 4 次提交
  20. 23 10月, 2010 8 次提交