public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature
@ 2010-12-27 10:13 Chuanxiao Dong
  2011-01-10  2:46 ` Dong, Chuanxiao
  2011-01-10 23:20 ` Chris Ball
  0 siblings, 2 replies; 4+ messages in thread
From: Chuanxiao Dong @ 2010-12-27 10:13 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-kernel, cjb, akpm

Hi all,
   This is the version 6 of hardware reset feature implementation. When eMMC
   card cannot response any command, signal RST_n can help to reset eMMC
   card.

   patch1: enable HW reset capability if card supports.
   patch2: do hardware reset if card occurs read/write/erase timeout
   patch3: implement hwreset_emmc and reinit_emmc callbacks. In this patch,
   hwreset_emmc callback will pull up/down the corresponded GPIO line number
   to trigger RST_n signal.

   change log:
   1. Move hardware_reset callback to mmc_bus_ops so that all kinds of host
   controller can use hardware_reset callback to trigger RST_n signal.
   Different host controller only needs to provide a GPIO line number to
   this callback.
   2. Add GPIO pull up/down part in hardware_reset callback.
   3. Remove reset_emmc callback in sdhci_ops.

Thanks
Chuanxiao

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

end of thread, other threads:[~2011-01-11  6:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27 10:13 [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature Chuanxiao Dong
2011-01-10  2:46 ` Dong, Chuanxiao
2011-01-10 23:20 ` Chris Ball
2011-01-11  6:24   ` Dong, Chuanxiao

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