public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fix sd power bug and modify phase-searching method
@ 2013-12-03  2:34 micky_ching
  2013-12-03  2:34 ` [PATCH v3 1/2] mmc: rtsx: fix card poweroff bug micky_ching
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: micky_ching @ 2013-12-03  2:34 UTC (permalink / raw)
  To: cjb, sameo; +Cc: devel, linux-kernel, linux-mmc, gregkh, wei_wang, Micky Ching

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

If the driver removed while sd card still in the slot, the card power
will not power down correctly, if we insert the driver module again,
UHS card will not switch to UHS mode. This bug is fix in this patch.

We use another phase search method for tuning, which looks more
simple, and reduce some source code.

Micky Ching (2):
  mmc: rtsx: fix card poweroff bug
  mmc: rtsx: modify phase searching method for tuning

 drivers/mmc/host/rtsx_pci_sdmmc.c |  115 +++++++++++--------------------------
 include/linux/mfd/rtsx_pci.h      |    2 +-
 2 files changed, 35 insertions(+), 82 deletions(-)

--
1.7.9.5

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

end of thread, other threads:[~2013-12-23  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03  2:34 [PATCH v3 0/2] fix sd power bug and modify phase-searching method micky_ching
2013-12-03  2:34 ` [PATCH v3 1/2] mmc: rtsx: fix card poweroff bug micky_ching
2013-12-03  2:34 ` [PATCH v3 2/2] mmc: rtsx: modify phase searching method for tuning micky_ching
2013-12-23  5:46 ` [PATCH v3 0/2] fix sd power bug and modify phase-searching method micky

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