1. 02 7月, 2006 10 次提交
  2. 01 7月, 2006 1 次提交
  3. 28 6月, 2006 1 次提交
  4. 27 6月, 2006 4 次提交
  5. 19 6月, 2006 2 次提交
    • A
      [ARM] 3565/1: AT91RM9200 MMC update · b44fb7a0
      Andrew Victor 提交于
      Patch from Andrew Victor
      
      This patch includes code cleanups and minor fixes to the AT91RM9200 MMC
      driver.
      
      1. Replace calls to DBG() with pr_debug().
      2. 'host' can never be null, so don't bother checking for that case.
      3. Remove SA_SAMPLE_RANDOM from request_irq().  [Patch from Matt
      Mackall]
      4. clk_get() doesn't return NULL on error - need to test returned value
      with IS_ERR().
      5. Free resources if clk_get() or request_irq() fails.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b44fb7a0
    • 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
  6. 13 6月, 2006 1 次提交
  7. 05 6月, 2006 1 次提交
  8. 24 5月, 2006 1 次提交
  9. 20 5月, 2006 1 次提交
  10. 05 5月, 2006 1 次提交
  11. 04 5月, 2006 1 次提交
  12. 03 5月, 2006 3 次提交
  13. 30 4月, 2006 1 次提交
  14. 24 4月, 2006 1 次提交
  15. 03 4月, 2006 2 次提交
  16. 29 3月, 2006 2 次提交
  17. 26 3月, 2006 1 次提交
  18. 24 3月, 2006 1 次提交
  19. 21 3月, 2006 1 次提交
  20. 05 3月, 2006 3 次提交
  21. 17 2月, 2006 1 次提交