From: Chuanxiao Dong <chuanxiao.dong@intel.com>
To: linux-mmc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, cjb@laptop.org,
arjan@linux.intel.com, alan@linux.intel.com,
akpm@linux-foundation.org
Subject: [PATCH v4 0/4]implement eMMC4.4 standard HW reset feature
Date: Wed, 1 Dec 2010 20:48:42 +0800 [thread overview]
Message-ID: <20101201124842.GA5421@intel.com> (raw)
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
next reply other threads:[~2010-12-01 12:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-01 12:48 Chuanxiao Dong [this message]
2010-12-06 16:03 ` [PATCH v4 0/4]implement eMMC4.4 standard HW reset feature Dong, Chuanxiao
2010-12-07 1:34 ` Kyungmin Park
2010-12-07 2:26 ` Dong, Chuanxiao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101201124842.GA5421@intel.com \
--to=chuanxiao.dong@intel.com \
--cc=akpm@linux-foundation.org \
--cc=alan@linux.intel.com \
--cc=arjan@linux.intel.com \
--cc=cjb@laptop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.