public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4]implement eMMC4.4 standard HW reset feature
@ 2010-12-01 12:48 Chuanxiao Dong
  2010-12-06 16:03 ` Dong, Chuanxiao
  0 siblings, 1 reply; 4+ messages in thread
From: Chuanxiao Dong @ 2010-12-01 12:48 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-kernel, cjb, arjan, alan, akpm

Hi,
	These are the version 4 patches to implement eMMC4.4 HW reset
	feature. Host controller can use this feature by trigger RST_n signal.
	To enable this, byte 162 of EXT_CSD register should be set.
	HW reset is implemented in mmc core layer and sdhci host layer, and it
	will be used after each reading/writing/erasing timeout error occures.

	change-log:
	This version change the way to detect timeout error conditions. Added a
	new routine mmc_handle_timeout_error to do this instead to do this in
	mmc_wait_for_req. Each timeout read/write/erase command can use this
	routine to do HW reset.

	patch1: enable HW reset capability if card support.

	patch2: add two new callback to implement HW reset in mmc core layer. In
	this patch, routine mmc_handle_timeout_error was added.

	patch3: implement hardware_reset callback for sdhci host. A new callback
	reset_emmc was defined which will be each sdhci host controller to
	implement separately.

	patch4: did a HW reset after each read/write/erase command.

Thanks
Chuanxiao

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

end of thread, other threads:[~2010-12-07  2:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 12:48 [PATCH v4 0/4]implement eMMC4.4 standard HW reset feature Chuanxiao Dong
2010-12-06 16:03 ` Dong, Chuanxiao
2010-12-07  1:34   ` Kyungmin Park
2010-12-07  2:26     ` Dong, Chuanxiao

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