From: Maya Erez <merez@codeaurora.org>
To: linux-mmc@vger.kernel.org
Cc: linux-arm-msm@vger.kernel.org, Maya Erez <merez@codeaurora.org>
Subject: [PATCH v2 0/3] mmc: card: Add eMMC4.5 write packed commands unit-tests
Date: Sat, 23 Jun 2012 22:24:50 +0300 [thread overview]
Message-ID: <1340479493-28470-1-git-send-email-merez@codeaurora.org> (raw)
In-Reply-To: <n>
Expose the following packed commands tests:
- Test the write packed commands list preparation
- Simulate a returned error code
- Send an invalid packed command to the card
This patch is dependant in the following patches:
[PATCH RESEND v7 1/3] mmc: core: Add packed command feature of eMMC4.5
[PATCH RESEND v7 2/3] mmc: core: Support packed write command for eMMC4.5 device
Changes in V2:
- Add MMC write packing statistics and test-iosched scheduler patches as part of this patch.
- Code review fixes
Maya Erez (3):
mmc: block: Add MMC write packing statistics
block: Add test-iosched scheduler
block: Add eMMC4.5 write packed commands unit-tests
Documentation/block/test-iosched.txt | 39 +
block/Kconfig.iosched | 11 +
block/Makefile | 1 +
block/blk-core.c | 3 +-
block/test-iosched.c | 1005 +++++++++++++++++++++++
drivers/mmc/card/Kconfig | 11 +
drivers/mmc/card/Makefile | 1 +
drivers/mmc/card/block.c | 138 +++-
drivers/mmc/card/mmc_block_test.c | 1449 ++++++++++++++++++++++++++++++++++
drivers/mmc/card/queue.h | 15 +
drivers/mmc/core/bus.c | 4 +
drivers/mmc/core/debugfs.c | 169 ++++
drivers/mmc/core/mmc.c | 18 +
include/linux/mmc/card.h | 24 +
include/linux/test-iosched.h | 218 +++++
15 files changed, 3091 insertions(+), 15 deletions(-)
create mode 100644 Documentation/block/test-iosched.txt
create mode 100644 block/test-iosched.c
create mode 100644 drivers/mmc/card/mmc_block_test.c
create mode 100644 include/linux/test-iosched.h
--
1.7.3.3
--
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
reply other threads:[~2012-06-23 19:25 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=1340479493-28470-1-git-send-email-merez@codeaurora.org \
--to=merez@codeaurora.org \
--cc=linux-arm-msm@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 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).