1. 26 3月, 2012 1 次提交
  2. 05 3月, 2012 1 次提交
  3. 14 2月, 2012 3 次提交
  4. 13 1月, 2012 2 次提交
  5. 12 1月, 2012 3 次提交
  6. 11 12月, 2011 2 次提交
  7. 01 11月, 2011 1 次提交
  8. 27 10月, 2011 15 次提交
  9. 14 8月, 2011 1 次提交
  10. 14 7月, 2011 1 次提交
  11. 26 5月, 2011 1 次提交
    • P
      mmc: core: eMMC bus width may not work on all platforms · 08ee80cc
      Philip Rakity 提交于
      CMD19 -- The offical way to validate bus widths from the JEDEC spec
      does not work on all platforms.  Some platforms that use PCI/PCIe
      to connect their SD controllers are known to fail.
      
      If the quirk MMC_BUS_WIDTH_TEST is not defined we try to figure out
      the bus width by reading the ext_csd at different bus widths and
      compare this against the ext_csd read in 1 bit mode.  If no ext_csd
      is available we default to 1 bit operations.
      
      Code has been tested on mmp2 against 8 bit eMMC and Transcend 2GB
      card that is known to not work in 4 bit mode.  The physical pins
      on the card are not present to support 4 bit operation.
      Signed-off-by: NPhilip Rakity <prakity@marvell.com>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      08ee80cc
  12. 25 5月, 2011 5 次提交
  13. 31 3月, 2011 1 次提交
  14. 17 3月, 2011 1 次提交
  15. 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
  16. 09 1月, 2011 1 次提交