1. 21 7月, 2011 2 次提交
    • S
      mmc: sdhi: Add write16_hook · 973ed3af
      Simon Horman 提交于
      Some controllers require waiting for the bus to become idle
      before writing to some registers. I have implemented this
      by adding a hook to sd_ctrl_write16() and implementing
      a hook for SDHI which waits for the bus to become idle.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      973ed3af
    • S
      mmc: tmio: Share register access functions · a11862d3
      Simon Horman 提交于
      Move register access functions into a shared header.
      Use sd_ctrl_write16 in tmio_mmc_dma.c:tmio_mmc_enable_dma().
      
      Other than avoiding (trivial) open-coding, the motivation for
      this is to allow platform-hooks in access functions to
      be applied across all applicable accesses.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      a11862d3
  2. 25 5月, 2011 4 次提交
  3. 27 3月, 2011 1 次提交
  4. 25 3月, 2011 2 次提交
  5. 09 1月, 2011 2 次提交
  6. 10 9月, 2010 2 次提交
  7. 22 5月, 2010 1 次提交
  8. 08 3月, 2010 1 次提交
  9. 18 1月, 2010 1 次提交
  10. 14 6月, 2009 1 次提交
  11. 25 3月, 2009 1 次提交
    • A
      MMC: tmio_mmc.h: fix build problem · 4cb32906
      Alexander Beregalov 提交于
      drivers/mmc/host/tmio_mmc.h: In function 'tmio_mmc_kmap_atomic':
      drivers/mmc/host/tmio_mmc.h:147: error: implicit declaration of function 'kmap_atomic'
      drivers/mmc/host/tmio_mmc.h:147: error: 'KM_BIO_SRC_IRQ' undeclared (first use in this function)
      drivers/mmc/host/tmio_mmc.h: In function 'tmio_mmc_kunmap_atomic':
      drivers/mmc/host/tmio_mmc.h:153: error: implicit declaration of function 'kunmap_atomic'
      drivers/mmc/host/tmio_mmc.h:153: error: 'KM_BIO_SRC_IRQ' undeclared (first use in this function)
      Signed-off-by: NAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      4cb32906
  12. 20 9月, 2008 1 次提交
  13. 11 8月, 2008 1 次提交