An error occurred fetching the project authors.
  1. 30 Aug, 2017 1 commit
  2. 28 Apr, 2017 2 commits
  3. 24 Apr, 2017 5 commits
  4. 13 Feb, 2017 2 commits
    • yangbo lu's avatar
      mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changing · e87d2db2
      yangbo lu authored
      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: default avatarYangbo Lu <yangbo.lu@nxp.com>
      Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      e87d2db2
    • yangbo lu's avatar
      mmc: sdhci-of-esdhc: remove default broken-cd for ARM · e9acc77d
      yangbo lu authored
      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: default avatarYangbo Lu <yangbo.lu@nxp.com>
      Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      e9acc77d
  5. 29 Nov, 2016 1 commit
  6. 18 Nov, 2016 1 commit
  7. 26 Sep, 2016 1 commit
  8. 27 Jul, 2016 1 commit
  9. 29 Feb, 2016 1 commit
  10. 22 Dec, 2015 1 commit
    • yangbo lu's avatar
      mmc: sdhci-of-esdhc: add/remove some quirks according to vendor version · 1ef5e49e
      yangbo lu authored
      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: default avatarYangbo Lu <yangbo.lu@freescale.com>
      Fixes: f4932cfd ("mmc: sdhci-of-esdhc: support both BE and LE host controller")
      Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      1ef5e49e
  11. 26 Oct, 2015 4 commits
  12. 27 Aug, 2015 1 commit
  13. 01 Jun, 2015 2 commits
  14. 23 Mar, 2015 1 commit
  15. 19 Jan, 2015 2 commits
  16. 09 Sep, 2014 1 commit
  17. 23 May, 2014 1 commit
  18. 22 May, 2014 6 commits
  19. 27 Sep, 2013 1 commit
  20. 26 Sep, 2013 1 commit
  21. 26 Aug, 2013 1 commit
  22. 05 Jul, 2013 2 commits
  23. 27 Jun, 2013 1 commit