1. 21 8月, 2010 1 次提交
  2. 11 8月, 2010 1 次提交
  3. 10 8月, 2010 2 次提交
  4. 05 8月, 2010 1 次提交
  5. 09 6月, 2010 1 次提交
    • D
      mmc: msm: fix compile error on MSM7x30 · f3d56144
      Daniel Walker 提交于
      MSM7x30 isn't supported in this driver yet. If ones tried to compile it in
      with MSM7x30 configure you get,
      
      linux-2.6/drivers/mmc/host/msm_sdcc.c: In function 'msmsdcc_fifo_addr':
      linux-2.6/drivers/mmc/host/msm_sdcc.c:165: error: 'MSM_SDC1_PHYS' undeclared (first use in this function)
      linux-2.6/drivers/mmc/host/msm_sdcc.c:165: error: (Each undeclared identifier is reported only once
      linux-2.6/drivers/mmc/host/msm_sdcc.c:165: error: for each function it appears in.)
      linux-2.6/drivers/mmc/host/msm_sdcc.c:167: error: 'MSM_SDC2_PHYS' undeclared (first use in this function)
      linux-2.6/drivers/mmc/host/msm_sdcc.c:169: error: 'MSM_SDC3_PHYS' undeclared (first use in this function)
      linux-2.6/drivers/mmc/host/msm_sdcc.c:171: error: 'MSM_SDC4_PHYS' undeclared (first use in this function)
      
      So we add a Kconfig check to prevent this.
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      f3d56144
  6. 28 5月, 2010 2 次提交
  7. 08 3月, 2010 1 次提交
  8. 07 3月, 2010 3 次提交
  9. 18 12月, 2009 2 次提交
  10. 16 12月, 2009 2 次提交
  11. 26 10月, 2009 1 次提交
  12. 02 10月, 2009 2 次提交
  13. 23 9月, 2009 3 次提交
  14. 22 6月, 2009 2 次提交
  15. 14 6月, 2009 3 次提交
  16. 07 5月, 2009 1 次提交
  17. 30 3月, 2009 1 次提交
  18. 25 3月, 2009 3 次提交
  19. 03 2月, 2009 1 次提交
  20. 24 1月, 2009 1 次提交
  21. 12 10月, 2008 2 次提交
  22. 06 10月, 2008 1 次提交
    • H
      atmel-mci: Add experimental DMA support · 65e8b083
      Haavard Skinnemoen 提交于
      This adds support for DMA transfers through the generic DMA engine
      framework with the DMA slave extensions.
      
      The driver has been tested using mmc-block and ext3fs on several SD,
      SDHC and MMC+ cards. Reads and writes work fine, with read transfer
      rates up to 7.5 MiB/s on fast cards with debugging disabled.
      
      Unfortunately, the driver has been known to lock up from time to time
      with DMA enabled, so DMA support is currently optional and marked
      EXPERIMENTAL. However, I didn't see any problems while testing 13
      different cards (MMC, SD and SDHC of different brands and sizes), so I
      suspect the "Initialize BLKR before sending data transfer command" fix
      that was posted earlier fixed this as well.
      Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      65e8b083
  23. 11 8月, 2008 2 次提交
  24. 15 7月, 2008 1 次提交