1. 25 3月, 2011 1 次提交
    • G
      mmc: tmio: split core functionality, DMA and MFD glue · b6147490
      Guennadi Liakhovetski 提交于
      TMIO MMC chips contain an SD / SDIO IP core from Panasonic, similar to
      the one, used in MN5774 and other MN57xx controllers. These IP cores are
      included in many multifunction devices, in sh-mobile chips from Renesas,
      in the latter case they can also use DMA. Some sh-mobile implementations
      also have some other specialities, that MFD-based solutions don't have.
      This makes supporting all these features in a monolithic driver inconveniet
      and error-prone. This patch splits the driver into 3 parts: the core,
      the MFD glue and the DMA support. In case of a modular build, two modules
      will be built: mmc_tmio_core and mmc_tmio.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Acked-by: NPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      b6147490
  2. 09 1月, 2011 2 次提交
  3. 10 9月, 2010 2 次提交
  4. 22 5月, 2010 1 次提交
  5. 08 3月, 2010 1 次提交
  6. 18 1月, 2010 1 次提交
  7. 14 6月, 2009 1 次提交
  8. 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
  9. 20 9月, 2008 1 次提交
  10. 11 8月, 2008 1 次提交