1. 13 2月, 2017 3 次提交
  2. 05 12月, 2016 1 次提交
  3. 25 7月, 2016 1 次提交
  4. 01 6月, 2015 2 次提交
  5. 29 1月, 2015 1 次提交
  6. 19 1月, 2015 1 次提交
  7. 10 11月, 2014 1 次提交
  8. 23 9月, 2014 1 次提交
  9. 19 9月, 2014 1 次提交
  10. 13 5月, 2014 3 次提交
  11. 25 2月, 2013 1 次提交
  12. 07 12月, 2012 1 次提交
  13. 03 10月, 2012 1 次提交
    • J
      mmc: support BKOPS feature for eMMC · 950d56ac
      Jaehoon Chung 提交于
      Enable eMMC background operations (BKOPS) feature.
      
      If URGENT_BKOPS is set after a response, note that BKOPS are required.
      Immediately run BKOPS if required.  Read/write operations should be
      requested during BKOPS(LEVEL-1), then issue HPI to interrupt the
      ongoing BKOPS and service the foreground operation.
      (This patch only controls the LEVEL2/3.)
      
      When repeating the writing 1GB data, at a certain time, performance is
      decreased.  At that time, card triggers the Level-3 or Level-2.  After
      running bkops, performance is recovered.
      
      Future considerations:
       * Check BKOPS_LEVEL=1 and start BKOPS in a preventive manner.
       * Interrupt ongoing BKOPS before powering off the card.
       * How do we get BKOPS_STATUS value (periodically send ext_csd command)?
       * If using periodic bkops, also consider runtime_pm control.
      Signed-off-by: NJaehoon Chung <jh80.chung@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NKonstantin Dorfman <kdorfman@codeaurora.org>
      Reviewed-by: NMaya Erez <merez@codeaurora.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      950d56ac
  14. 09 5月, 2012 1 次提交
  15. 26 3月, 2012 1 次提交
  16. 13 1月, 2012 1 次提交
  17. 12 1月, 2012 1 次提交
  18. 27 10月, 2011 8 次提交
  19. 21 7月, 2011 2 次提交
  20. 26 5月, 2011 1 次提交
  21. 25 5月, 2011 4 次提交
  22. 16 3月, 2011 1 次提交
    • C
      mmc: export eMMC4.4 enhanced area details to sysfs · 709de99d
      Chuanxiao Dong 提交于
      Enhanced area feature is a new feature defined in eMMC4.4 standard. This
      user data area provides higher performance/reliability, at the expense
      of using twice the effective media space due to the area using SLC.
      
      The MMC driver now reads out the enhanced area offset and size and adds
      them to the device attributes in sysfs. Enabling the enhanced area can
      only be done once, and should be done in manufacturing. To use this
      feature, bit ERASE_GRP_DEF should also be set.
      
      Documentation/ABI/testing/sysfs-devices-mmc describes the two new
      attributes.
      Signed-off-by: NChuanxiao Dong <chuanxiao.dong@intel.com>
      Reviewed-by: NChris Ball <cjb@laptop.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      709de99d
  23. 09 1月, 2011 1 次提交
  24. 23 10月, 2010 1 次提交