1. 06 9月, 2008 1 次提交
  2. 07 8月, 2008 2 次提交
  3. 15 7月, 2008 1 次提交
    • P
      mmc: remove multiwrite capability · 23af6039
      Pierre Ossman 提交于
      Relax requirements on host controllers and only require that they do not
      report a transfer count than is larger than the actual one (i.e. a lower
      value is okay). This is how many other parts of the kernel behaves so
      upper layers should already be prepared to handle that scenario. This
      gives us a performance boost on MMC cards.
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      23af6039
  4. 15 5月, 2008 1 次提交
    • T
      mmc: Fix omap compile by replacing dev_name with dma_dev_name · df48dd02
      Tony Lindgren 提交于
      This patch fixes error:
      
      drivers/mmc/host/omap.c: In function 'mmc_omap_get_dma_channel':
      drivers/mmc/host/omap.c:1038: error: called object 'dev_name' is not a function
      
      Commit 06916639 adds a function
      called dev_name. This will cause a name conflict as dev_dbg calls
      dev_name(((host->mmc)->parent)).
      
      This same issue should not affect other drivers as they don't seem
      to use dev_name with dev_dbg.
      
      Thanks to Paul Walmsley <paul@pwsan.com> for figuring this one out.
      
      Cc: Paul Walmsley <paul@pwsan.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      df48dd02
  5. 19 4月, 2008 18 次提交
  6. 16 4月, 2008 1 次提交
  7. 28 1月, 2008 1 次提交
  8. 23 10月, 2007 1 次提交
  9. 23 9月, 2007 1 次提交
  10. 26 7月, 2007 1 次提交
  11. 14 6月, 2007 1 次提交
  12. 01 5月, 2007 5 次提交
  13. 05 2月, 2007 2 次提交
  14. 15 1月, 2007 2 次提交
  15. 04 1月, 2007 1 次提交
  16. 02 12月, 2006 1 次提交
    • J
      Make general code cleanups · c5cb431d
      Juha Yrjola juha.yrjola 提交于
      This patch is part of Juha Yrjola's and Komal Shah's earlier patch to
      make general code cleanups
      
      Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar <at> indt.org.br>
      Signed-off-by: Juha Yrjola <juha.yrjola <at> solidboot.com>
      Signed-off-by: Komal Shah <komal_shah802003 <at> yahoo.com>
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      c5cb431d