public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fix sd power bug and modify phase-searching method
@ 2013-11-20  9:48 micky_ching
  2013-11-20  9:48 ` [PATCH v2 1/2] mmc: rtsx: fix card poweroff bug micky_ching
  2013-11-20  9:48 ` [PATCH v2 2/2] mmc: rtsx: modify phase searching method for tunning micky_ching
  0 siblings, 2 replies; 3+ messages in thread
From: micky_ching @ 2013-11-20  9:48 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/mmc 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 fixed 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 tunning

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

--
1.7.9.5

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

end of thread, other threads:[~2013-11-20  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  9:48 [PATCH v2 0/2] fix sd power bug and modify phase-searching method micky_ching
2013-11-20  9:48 ` [PATCH v2 1/2] mmc: rtsx: fix card poweroff bug micky_ching
2013-11-20  9:48 ` [PATCH v2 2/2] mmc: rtsx: modify phase searching method for tunning micky_ching

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