public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] omap4: hsmmc: Adding ADMA support
@ 2011-01-18 17:26 Kishore Kadiyala
  2011-01-18 17:26 ` [PATCH 1/4] omap: hsmmc: Rename use_dma to xfer_type and define possible transfers Kishore Kadiyala
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Kishore Kadiyala @ 2011-01-18 17:26 UTC (permalink / raw)
  To: linux-mmc, linux-omap; +Cc: tony, cjb, madhu.cr, Kishore Kadiyala

This patch series adds support for ADMA on MMC1 & MMC2 controllers on OMAP4.
There is no performance improvement observed using ADMA over SDMA.
Advantage using ADMA could be reducing contention over SDMA.
Also the series includes some cleanup.

The series is based on 2.6.37-rc8 and tested on OMAP4430SDP & OMAP3430SDP.


Kishore Kadiyala (4):
  omap: hsmmc: Rename use_dma to xfer_type and define possible
    transfers
  omap: hsmmc: Rename and cleanup omap_hsmmc_dma_cleanup
  omap4: hsmmc: Adding ADMA support for MMC1 & MMC2 controllers
  omap4: hsmmc: enable ADMA for MMC1 & MMC2

 arch/arm/mach-omap2/hsmmc.c           |   13 ++-
 arch/arm/plat-omap/include/plat/mmc.h |    1 +
 drivers/mmc/host/omap_hsmmc.c         |  241 +++++++++++++++++++++++++++------
 3 files changed, 210 insertions(+), 45 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-03  6:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 17:26 [PATCH 0/4] omap4: hsmmc: Adding ADMA support Kishore Kadiyala
2011-01-18 17:26 ` [PATCH 1/4] omap: hsmmc: Rename use_dma to xfer_type and define possible transfers Kishore Kadiyala
2011-01-18 17:26 ` [PATCH 2/4] omap: hsmmc: Rename and cleanup omap_hsmmc_dma_cleanup Kishore Kadiyala
2011-01-18 17:26 ` [PATCH 3/4] omap4: hsmmc: Adding ADMA support for MMC1 & MMC2 controllers Kishore Kadiyala
2011-01-18 17:26 ` [PATCH 4/4] omap4: hsmmc: enable ADMA for MMC1 & MMC2 Kishore Kadiyala
2011-01-20 17:42 ` [PATCH 0/4] omap4: hsmmc: Adding ADMA support Tony Lindgren
2011-02-03  6:14   ` Kadiyala, Kishore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox