All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: rtsx: add support for async request
@ 2014-06-06  7:05 ` micky_ching
  0 siblings, 0 replies; 40+ messages in thread
From: micky_ching @ 2014-06-06  7:05 UTC (permalink / raw)
  To: sameo, lee.jones, chris, ulf.hansson
  Cc: devel, linux-kernel, linux-mmc, gregkh, dan.carpenter, rogerable,
	wei_wang, Micky Ching

From: Micky Ching <micky_ching@realsil.com.cn>

Add support for sd/mmc async request, which makes next request do dma_map_sg()
while previous request transfering data. This behaviour can improve card io
performance more than 10%.

Since rtsx mfd driver only provide a single function for transfering data,
so add three split functions for rtsx mmc driver.

Micky Ching (2):
  mfd: rtsx: add dma transfer function
  mmc: rtsx: add support for async request

 drivers/mfd/rtsx_pcr.c            |   76 +++++++++++++--------
 drivers/mmc/host/rtsx_pci_sdmmc.c |  133 +++++++++++++++++++++++++++++++++++--
 include/linux/mfd/rtsx_pci.h      |    6 ++
 3 files changed, 181 insertions(+), 34 deletions(-)

--
1.7.9.5

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

end of thread, other threads:[~2014-07-18  7:29 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06  7:05 [PATCH 0/2] mmc: rtsx: add support for async request micky_ching
2014-06-06  7:05 ` micky_ching
2014-06-06  7:05 ` [PATCH 1/2] mfd: rtsx: add dma transfer function micky_ching
2014-06-06  7:05   ` micky_ching
2014-06-16 12:20   ` Lee Jones
2014-06-16 14:24     ` Ulf Hansson
2014-06-16 14:24       ` Ulf Hansson
2014-06-18  8:00       ` Lee Jones
2014-07-02  9:14         ` micky
2014-07-02  9:14           ` micky
2014-07-02 12:15           ` Lee Jones
2014-06-17  1:08     ` micky
2014-06-17  1:08       ` micky
2014-06-06  7:05 ` [PATCH 2/2] mmc: rtsx: add support for async request micky_ching
2014-06-06  7:05   ` micky_ching
2014-06-16  8:42   ` Ulf Hansson
2014-06-16  8:42     ` Ulf Hansson
2014-06-16  8:51     ` Arend van Spriel
2014-06-16  8:51       ` Arend van Spriel
2014-06-16  9:09     ` micky
2014-06-16  9:09       ` micky
2014-06-16 12:40       ` Ulf Hansson
2014-06-17  1:04         ` micky
2014-06-17  1:04           ` micky
2014-06-17  7:45           ` Ulf Hansson
2014-06-17  7:45             ` Ulf Hansson
2014-06-18  1:17             ` micky
2014-06-18  1:17               ` micky
2014-06-18  7:39               ` Ulf Hansson
2014-06-18  7:39                 ` Ulf Hansson
2014-06-18 10:08                 ` micky
2014-06-18 10:08                   ` micky
2014-06-18 11:03                   ` Ulf Hansson
2014-06-19  1:57                     ` micky
2014-06-19  1:57                       ` micky
2014-06-23  9:26                       ` micky
2014-06-23  9:26                         ` micky
2014-07-02  8:53   ` Ulf Hansson
2014-07-18  7:28 ` [PATCH 0/2] " Lee Jones
2014-07-18  7:28   ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.