All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request
@ 2014-02-17  8:45 ` micky_ching
  0 siblings, 0 replies; 12+ messages in thread
From: micky_ching @ 2014-02-17  8:45 UTC (permalink / raw)
  To: chris, sameo, lee.jones
  Cc: ulf.hansson, gregkh, linux-mmc, linux-kernel, wei_wang, rogerable,
	devel, dan.carpenter

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

First we fix the card poweroff bug: the card power is not shutdown when sd/mmc
card removed, this will make UHS-card failed to running in high speed mode if we
insert the card again.

We offer a concise tuning searching method, it is much easier to read.

At last we add support for nonblocking request, which will improve card read
speed at about 10% write speed about 5% normally.

Micky Ching (3):
  mmc: rtsx: fix card poweroff bug
  mmc: rtsx: modify phase searching method for tuning
  mmc: rtsx: add support for pre_req and post_req

 drivers/mfd/rtsx_pcr.c            |  132 ++++++---
 drivers/mmc/host/rtsx_pci_sdmmc.c |  529 ++++++++++++++++++++++++++-----------
 include/linux/mfd/rtsx_common.h   |    1 +
 include/linux/mfd/rtsx_pci.h      |    8 +-
 4 files changed, 481 insertions(+), 189 deletions(-)

--
1.7.9.5

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

end of thread, other threads:[~2014-02-22 18:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17  8:45 [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request micky_ching
2014-02-17  8:45 ` micky_ching
2014-02-17  8:45 ` [PATCH v2 1/3] mmc: rtsx: fix card poweroff bug micky_ching
2014-02-17  8:45   ` micky_ching
2014-02-17  8:45 ` [PATCH v2 2/3] mmc: rtsx: modify phase searching method for tuning micky_ching
2014-02-17  8:45   ` micky_ching
2014-02-17  8:45 ` [PATCH v2 3/3] mmc: rtsx: add support for pre_req and post_req micky_ching
2014-02-17  8:45   ` micky_ching
2014-02-21  1:15 ` [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request micky
2014-02-21  1:15   ` micky
2014-02-22 18:34 ` Chris Ball
2014-02-22 18:34   ` Chris Ball

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.