1. 28 4月, 2017 1 次提交
  2. 25 4月, 2017 5 次提交
  3. 13 2月, 2017 2 次提交
    • Y
      mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changing · e87d2db2
      yangbo lu 提交于
      The eSDHC_PRSSTAT[SDSTB] bit indicates whether the internal card clock is
      stable. This bit is for the host driver to poll clock status when changing
      the clock frequency. It is recommended to clear eSDHC_SYSCTL[SDCLKEN]
      to remove glitch on the card clock when the frequency is changing. This
      patch is to disable SDCLKEN bit before changing frequency and enable it
      after SDSTB bit is set.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      Acked-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      e87d2db2
    • Y
      mmc: sdhci-of-esdhc: remove default broken-cd for ARM · e9acc77d
      yangbo lu 提交于
      Initially all QorIQ platforms were PowerPC architecture and they didn't
      support card detection except several platforms. The driver added the
      quirk SDHCI_QUIRK_BROKEN_CARD_DETECTION as default and this made broken-cd
      property in dts node didn't work. Now QorIQ platform turns to ARM
      architecture and most of them could support card detection. However it's
      a large number of dts trees that need to be fixed with broken-cd if we
      remove the default SDHCI_QUIRK_BROKEN_CARD_DETECTION in driver. And the
      users don't want to see this. So this patch is to remove this default
      quirk just for ARM and keep it for PowerPC.(Note, QorIQ PowerPC platform
      only has big-endian eSDHC while QorIQ ARM platform has big-endian or
      little-endian eSDHC) This makes broken-cd property work again for ARM.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      Acked-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      e9acc77d
  4. 29 11月, 2016 1 次提交
  5. 18 11月, 2016 1 次提交
  6. 27 9月, 2016 1 次提交
  7. 27 7月, 2016 1 次提交
  8. 29 2月, 2016 1 次提交
  9. 22 12月, 2015 1 次提交
    • Y
      mmc: sdhci-of-esdhc: add/remove some quirks according to vendor version · 1ef5e49e
      yangbo lu 提交于
      A previous patch had removed esdhc_of_platform_init() by mistake.
      static void esdhc_of_platform_init(struct sdhci_host *host)
      {
      	u32 vvn;
      
      	vvn = in_be32(host->ioaddr + SDHCI_SLOT_INT_STATUS);
      	vvn = (vvn & SDHCI_VENDOR_VER_MASK) >> SDHCI_VENDOR_VER_SHIFT;
      	if (vvn == VENDOR_V_22)
      		host->quirks2 |= SDHCI_QUIRK2_HOST_NO_CMD23;
      
      	if (vvn > VENDOR_V_22)
      		host->quirks &= ~SDHCI_QUIRK_NO_BUSY_IRQ;
      }
      
      This patch is used to fix it by add/remove some quirks according to
      verdor version in probe.
      Signed-off-by: NYangbo Lu <yangbo.lu@freescale.com>
      Fixes: f4932cfd ("mmc: sdhci-of-esdhc: support both BE and LE host controller")
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      1ef5e49e
  10. 26 10月, 2015 4 次提交
  11. 27 8月, 2015 1 次提交
  12. 01 6月, 2015 2 次提交
  13. 23 3月, 2015 1 次提交
  14. 19 1月, 2015 2 次提交
  15. 09 9月, 2014 1 次提交
  16. 23 5月, 2014 1 次提交
  17. 22 5月, 2014 6 次提交
  18. 27 9月, 2013 1 次提交
  19. 26 9月, 2013 1 次提交
  20. 26 8月, 2013 1 次提交
  21. 06 7月, 2013 2 次提交
  22. 27 6月, 2013 1 次提交
  23. 31 5月, 2013 1 次提交
  24. 23 3月, 2013 1 次提交