1. 07 1月, 2006 1 次提交
  2. 04 1月, 2006 1 次提交
  3. 23 12月, 2005 1 次提交
    • R
      [MMC] Set correct capacity for 1024-byte block cards · d2b18394
      Russell King 提交于
      We were passing set_capacity() the capacity we calculated in terms of
      the number of blocks on the card, which happened to be the right units
      for 512-byte block cards.  However, with 1024-byte block cards, we
      end up setting the capacity to half the number of blocks.  Fix this
      by shifting by the appropriate amount.
      
      Thanks to Todd Blumer for pointing this out.
      
      Use get_capacity() to report the card capacity, rather than
      recalculating it from the CSD information.
      
      Finally, use our chosen IO block size for the SET_BLOCKLEN command
      rather than the CSD read block size.  Currently these are equivalent,
      but will not be in the future.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d2b18394
  4. 14 12月, 2005 1 次提交
  5. 05 12月, 2005 1 次提交
  6. 29 11月, 2005 1 次提交
  7. 13 11月, 2005 1 次提交
  8. 10 11月, 2005 4 次提交
  9. 08 11月, 2005 1 次提交
  10. 07 11月, 2005 1 次提交
  11. 05 11月, 2005 3 次提交
  12. 30 10月, 2005 4 次提交
  13. 29 10月, 2005 2 次提交
  14. 28 10月, 2005 1 次提交
  15. 13 9月, 2005 2 次提交
  16. 12 9月, 2005 1 次提交
  17. 10 9月, 2005 1 次提交
  18. 09 9月, 2005 2 次提交
  19. 08 9月, 2005 9 次提交
  20. 03 9月, 2005 2 次提交