Skip to content
  1. Jul 26, 2012
  2. Jul 24, 2012
  3. Jul 19, 2012
  4. Jul 17, 2012
  5. Jul 15, 2012
  6. Jul 14, 2012
  7. Jul 12, 2012
  8. Jul 11, 2012
  9. Jul 10, 2012
  10. Jul 09, 2012
  11. Jul 08, 2012
  12. Jul 07, 2012
  13. Jul 03, 2012
  14. Jul 01, 2012
  15. Jun 30, 2012
  16. Jun 26, 2012
  17. Jun 23, 2012
  18. Jun 22, 2012
  19. Jun 21, 2012
  20. Jun 17, 2012
  21. Jun 13, 2012
  22. Jun 12, 2012
    • Grigori Goronzy's avatar
      sdhci-bcm2708: assume 50 MHz eMMC clock · f1a14aea
      Grigori Goronzy authored
      80 MHz clock isnt't suited well to be dividable to get SD clocks of 25
      MHz (default mode) or 50 MHz (high speed mode). 50 MHz are perfect to
      drive the SD interface at ideal frequencies.
      f1a14aea
    • Grigori Goronzy's avatar
      sdhci-bcm2708: add allow_highspeed parameter · 420806e5
      Grigori Goronzy authored
      Add a parameter to disable high-speed mode for the few cards that
      still might have problems. High-speed mode is enabled by default.
      420806e5
    • Grigori Goronzy's avatar
      sdhci-bcm2708: add additional quirks · 7a6fba98
      Grigori Goronzy authored
      Some additional quirks are needed for correct operation.
      There's no SDHCI capabilities register documented, and it always reads
      zero, so add SDHCI_QUIRK_MISSING_CAPS. Apparently
      SDHCI_QUIRK_NO_HISPD_BIT is needed for many cards to work correctly in
      high-speed mode, so add it as well.
      7a6fba98
    • Grigori Goronzy's avatar
      sdhci-bcm2708: remove custom clock handling · 9f144964
      Grigori Goronzy authored
      The custom clock handling code is redundant and buggy. The MMC/SDHCI
      subsystem does a better job than it, so remove it for good.
      9f144964