1. 13 2月, 2017 1 次提交
    • 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
  2. 29 11月, 2016 1 次提交
  3. 18 11月, 2016 1 次提交
  4. 27 9月, 2016 1 次提交
  5. 27 7月, 2016 1 次提交
  6. 29 2月, 2016 1 次提交
  7. 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
  8. 26 10月, 2015 4 次提交
  9. 27 8月, 2015 1 次提交
  10. 01 6月, 2015 2 次提交
  11. 23 3月, 2015 1 次提交
  12. 19 1月, 2015 2 次提交
  13. 09 9月, 2014 1 次提交
  14. 23 5月, 2014 1 次提交
  15. 22 5月, 2014 6 次提交
  16. 27 9月, 2013 1 次提交
  17. 26 9月, 2013 1 次提交
  18. 26 8月, 2013 1 次提交
  19. 06 7月, 2013 2 次提交
  20. 27 6月, 2013 1 次提交
  21. 31 5月, 2013 1 次提交
  22. 23 3月, 2013 2 次提交
  23. 07 12月, 2012 2 次提交
  24. 29 11月, 2012 3 次提交
  25. 08 11月, 2012 1 次提交