1. 29 2月, 2016 1 次提交
  2. 21 10月, 2015 1 次提交
  3. 01 6月, 2015 2 次提交
  4. 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
  5. 19 1月, 2015 1 次提交
  6. 10 11月, 2014 2 次提交
  7. 25 8月, 2013 1 次提交
  8. 28 6月, 2013 1 次提交
  9. 12 1月, 2012 1 次提交
  10. 04 1月, 2012 1 次提交
  11. 27 10月, 2011 3 次提交
  12. 14 8月, 2011 2 次提交
  13. 21 7月, 2011 3 次提交
  14. 25 5月, 2011 4 次提交
  15. 31 3月, 2011 1 次提交
  16. 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
  17. 16 3月, 2011 4 次提交
  18. 23 10月, 2010 10 次提交