1. 17 8月, 2015 1 次提交
  2. 01 6月, 2015 2 次提交
  3. 23 3月, 2015 1 次提交
  4. 20 1月, 2015 1 次提交
  5. 05 12月, 2014 1 次提交
  6. 26 11月, 2014 2 次提交
    • A
      mmc: sdhci: Add HS400 support to SDHCI driver · e9fb05d5
      Adrian Hunter 提交于
      MMC core already has support for HS400.  Add HS400
      support to SDHCI driver.  The SDHC Standard specification
      does not define HS400 so consequently HS400 support is
      non-standard.  However HS400 is not selected without
      the host controller setting the corresponding capability
      flags so host controllers not yet supporting HS400
      will not be affected.  To support that, a quirk
      SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 is introduced to
      enable the use of capabilities register reserved bit-63
      to indicate HS400 support.
      
      Because HS400 is non-standard for SDHCI, it is possible
      that different vendors will do things in different ways.
      However HS200 support faced the same issue but currently
      there is only one solution.  As such, no attempt has
      been made to provide for alternate HS400 solutions except
      for SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400.
      Signed-off-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      e9fb05d5
    • A
      mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200 · 04834a78
      Adrian Hunter 提交于
      SDHCI_CTRL_HS_SDR200 is unused.  Remove it.
      Signed-off-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      04834a78
  7. 10 11月, 2014 4 次提交
  8. 24 9月, 2014 1 次提交
  9. 09 9月, 2014 2 次提交
  10. 22 5月, 2014 7 次提交
  11. 26 9月, 2013 2 次提交
  12. 06 7月, 2013 1 次提交
  13. 25 2月, 2013 2 次提交
    • K
      mmc: sdhci: enhance preset value function · 52983382
      Kevin Liu 提交于
      4d55c5a1 ("mmc: sdhci: enable preset value after uhs initialization")
      added preset value support and enabled it by default during sd card init.
      
      Below are the enhancements introduced by this patch:
      
      1. In current code, preset value is enabled after setting clock finished,
      which means the clock is manually set by driver firstly and then suddenly
      switched to preset value at this point. So the first setting is useless
      and unnecessary. What's more, the first clock setting may differ from the
      preset one.  The better way is enable preset value just after switch to
      UHS mode so the preset value can take effect immediately. So move preset
      value enable from mmc_sd_init_card to sdhci_set_ios which will be called
      during set timing.
      
      2. In current code, preset value is disabled at the beginning of
      mmc_attach_sd.  It's too late since low freq (400khz) should be set in
      mmc_power_up.  So move preset value disable to sdhci_set_ios which will
      be called during power up.
      
      3. host->clock and ios->drv_type should also be updated according to the
      preset value if it's enabled. Current code missed this.
      
      4. This patch also introduce a quirk to disable preset value in case
      preset value doesn't work.
      
      This patch has been verified on sdhci-pxav3 platform with both preset
      enabled and disabled.
      Signed-off-by: NKevin Liu <kliu5@marvell.com>
      Reviewed-by: NUlf Hansson <ulf.hansson@linaro.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      52983382
    • S
      mmc: sdhci: rename platform_8bit_width to platform_bus_width · 7bc088d3
      Sascha Hauer 提交于
      The 8bit in the function name is misleading. When set, it will be
      used to set the bus width, regardless of whether 8bit or another
      bus width is requested, so change the function name to
      platform_bus_width.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Tested-by: NDirk Behme <dirk.behme@de.bosch.com>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      7bc088d3
  14. 07 12月, 2012 1 次提交
  15. 08 11月, 2012 1 次提交
  16. 21 7月, 2012 1 次提交
  17. 26 3月, 2012 1 次提交
  18. 13 1月, 2012 1 次提交
  19. 20 12月, 2011 1 次提交
  20. 27 10月, 2011 2 次提交
  21. 26 5月, 2011 2 次提交
  22. 25 5月, 2011 3 次提交