1. 19 6月, 2006 1 次提交
    • R
      [MMC] Convert all hosts except mmci to use data->blksz · a3fd4a1b
      Russell King 提交于
      The MMC specification allows non-power of two block sizes.  As such,
      we should not pass the log2 block size to host drivers, but instead
      pass the byte size.
      
      However, ARM MMCI can only work with log2 block size, so continue to
      pass both the log2 block size and byte block size.  This means that
      for the moment, the byte block size must remain a power of two, but
      this is the first stage of removing this restriction for other hosts.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      a3fd4a1b
  2. 15 6月, 2006 1 次提交
  3. 13 6月, 2006 1 次提交
  4. 12 6月, 2006 9 次提交
  5. 11 6月, 2006 8 次提交
  6. 10 6月, 2006 4 次提交
  7. 09 6月, 2006 16 次提交