From: Seungwon Jeon <tgih.jun@samsung.com>
Cc: linux-mmc@vger.kernel.org, 'Chris Ball' <cjb@laptop.org>,
'Maya Erez' <merez@codeaurora.org>,
'Subhash Jadavani' <subhashj@codeaurora.org>,
"'S, Venkatraman'" <svenkatr@ti.com>
Subject: [PATCH v7 0/3] mmc: core: Support packed command feature of eMMC4.5
Date: Mon, 11 Jun 2012 17:22:54 +0900 [thread overview]
Message-ID: <000501cd47ab$665923b0$330b6b10$%jun@samsung.com> (raw)
This patch-set adds support of packed command feature
for eMMC4.5 devices.
Changes in v7:
- Change the condition for enabling packed command (from Venkatraman).
- Break the endless execution in some error handling(from Maya Erez).
- Spilt the error related routine from mmc_blk_issue_rw_rq.
Changes in v6:
- Split the patch for packed read.
- Remove the unnecessary code.
Changes in v5:
- Revert "Add a variable member in mmc_host for minimum number of packed entries".
- Fix the partial packed command from failure index.
- Clean an unnecessary parameter of mmc_blk_packed_hdr_wrq_prep
- Clean warning of checkpatch.
Changes in v4:
- Add Data-tag as CMD23 argument for packed header.
- Separate the capability of MMC_CAP2_PACKED_CMD into read and write.
- Remove unncessary initial value.
Changes in v3:
- Add a variable member in mmc_host for minimum number of packed entries.
This value can be overridden by host.
- Fix a handling of error sequence.
Changes in v2:
- Fix the packed read sequence and error handling.
- Apply checking the exception status for all cases with
the comments from Maya Erez and Sahitya Tummala.
- Fix preparing the packed list with the comment from Maya Erez and Venkatraman.
Seungwon Jeon (3):
mmc: core: Add packed command feature of eMMC4.5
mmc: core: Support packed write command for eMMC4.5 device
mmc: core: Support packed read command for eMMC4.5 device
drivers/mmc/card/block.c | 507 ++++++++++++++++++++++++++++++++++++++++++--
drivers/mmc/card/queue.c | 49 ++++-
drivers/mmc/card/queue.h | 13 ++
drivers/mmc/core/mmc.c | 24 ++
drivers/mmc/core/mmc_ops.c | 1 +
include/linux/mmc/card.h | 3 +
include/linux/mmc/core.h | 4 +
include/linux/mmc/host.h | 4 +
include/linux/mmc/mmc.h | 15 ++
9 files changed, 594 insertions(+), 26 deletions(-)
Best regards,
Seungwon Jeon.
--
1.7.2.3
reply other threads:[~2012-06-11 8:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='000501cd47ab$665923b0$330b6b10$%jun@samsung.com' \
--to=tgih.jun@samsung.com \
--cc=cjb@laptop.org \
--cc=linux-mmc@vger.kernel.org \
--cc=merez@codeaurora.org \
--cc=subhashj@codeaurora.org \
--cc=svenkatr@ti.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).