1. 30 7月, 2009 1 次提交
    • A
      sdhci: get rid of "frequency too high" flood when using eSDHC · a9e58f25
      Anton Vorontsov 提交于
      Since commit 8dfd0374 ("MMC core: limit
      minimum initialization frequency to 400kHz") MMC core checks for minimum
      frequency, and that causes following messages flood when using eSDHC
      controllers:
      
        ...
        mmc0: Minimum clock frequency too high for identification mode
        mmc0: Minimum clock frequency too high for identification mode
        ...
      
      The warnings are legitimate, since if we'd use 133 MHz clocks for standard
      SDHCI controllers, we'd not able to scale frequency down to 400 kHz.
      
      But eSDHC controllers have a non-standard SD clock management, so we can
      divide clock by 256 * 16, not just 256.
      
      This patch introduces get_min_clock() callback for sdhci core and
      implements it for sdhci-of driver, and thus fixes the issue.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Cc: Matt Fleming <matt@console-pimps.org>
      Cc: Ian Molton <ian@mnementh.co.uk>
      Cc: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
      Cc: Pierre Ossman <drzeus@drzeus.cx>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a9e58f25
  2. 22 6月, 2009 3 次提交
  3. 14 6月, 2009 1 次提交
  4. 04 5月, 2009 1 次提交
  5. 25 3月, 2009 9 次提交
  6. 03 3月, 2009 1 次提交
  7. 19 2月, 2009 1 次提交
  8. 18 2月, 2009 1 次提交
  9. 01 1月, 2009 1 次提交
  10. 12 10月, 2008 1 次提交
  11. 02 8月, 2008 1 次提交
  12. 27 7月, 2008 1 次提交
  13. 23 7月, 2008 1 次提交
  14. 15 7月, 2008 4 次提交
  15. 13 5月, 2008 1 次提交
  16. 19 4月, 2008 2 次提交
  17. 08 2月, 2008 1 次提交
  18. 13 12月, 2007 1 次提交
    • P
      sdhci: use PIO when DMA can't satisfy the request · c9fddbc4
      Pierre Ossman 提交于
      Some controllers have been designed on the assumption that all transfers
      will be 32-bit aligned, both in start address and in size. This is not a
      guarantee the SDHCI specification provides and not one we can provide.
      
      Revert back to PIO for individual requests in order to work around the
      hardware bug.
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      c9fddbc4
  19. 04 10月, 2007 1 次提交
  20. 23 8月, 2007 1 次提交
  21. 26 7月, 2007 1 次提交
  22. 21 7月, 2007 1 次提交
  23. 01 5月, 2007 2 次提交
  24. 05 2月, 2007 2 次提交