From: James Hogan <james.hogan@imgtec.com>
To: Chris Ball <cjb@laptop.org>, Will <will.newton@imgtec.com>,
James Hogan <james.hogan@imgtec.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>l
Subject: [PATCH v2 0/4] mmc: dw_mmc: mmc_test related fixes
Date: Wed, 06 Jul 2011 10:34:08 +0100 [thread overview]
Message-ID: <4E142C10.3050508@imgtec.com> (raw)
No changes since v1 except acked-by and tested-by
More improvements and fixes for the Synopsys DesignWare MCI driver so
that it passes the mmc_test suite:
[PATCH 1/4] mmc: dw_mmc: fix stop when fallen back to PIO
Fixes a hang after an error/timeout in PIO mode.
[PATCH 2/4] mmc: dw_mmc: remove unnecessary error messages
Removes some dev_err's since an errno is sufficient.
[PATCH 3/4] mmc: dw_mmc: handle "no CRC status" error
Fixes "Correct xfer_size at write" tests.
[PATCH 4/4] mmc: dw_mmc: reset FIFO after an error
Fixes modified "Correct xfer_size at write" tests (3 blocks
instead of 2).
drivers/mmc/host/dw_mmc.c | 41 +++++++++++++++++++++++++++++++----------
include/linux/mmc/dw_mmc.h | 2 ++
2 files changed, 33 insertions(+), 10 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Chris Ball <cjb@laptop.org>, Will <will.newton@imgtec.com>,
James Hogan <james.hogan@imgtec.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-mmc <linux-mmc@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH v2 0/4] mmc: dw_mmc: mmc_test related fixes
Date: Wed, 06 Jul 2011 10:34:08 +0100 [thread overview]
Message-ID: <4E142C10.3050508@imgtec.com> (raw)
No changes since v1 except acked-by and tested-by
More improvements and fixes for the Synopsys DesignWare MCI driver so
that it passes the mmc_test suite:
[PATCH 1/4] mmc: dw_mmc: fix stop when fallen back to PIO
Fixes a hang after an error/timeout in PIO mode.
[PATCH 2/4] mmc: dw_mmc: remove unnecessary error messages
Removes some dev_err's since an errno is sufficient.
[PATCH 3/4] mmc: dw_mmc: handle "no CRC status" error
Fixes "Correct xfer_size at write" tests.
[PATCH 4/4] mmc: dw_mmc: reset FIFO after an error
Fixes modified "Correct xfer_size at write" tests (3 blocks
instead of 2).
drivers/mmc/host/dw_mmc.c | 41 +++++++++++++++++++++++++++++++----------
include/linux/mmc/dw_mmc.h | 2 ++
2 files changed, 33 insertions(+), 10 deletions(-)
next reply other threads:[~2011-07-06 9:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-06 9:34 James Hogan [this message]
2011-07-06 9:34 ` [PATCH v2 0/4] mmc: dw_mmc: mmc_test related fixes James Hogan
2011-07-06 9:37 ` [PATCH v2 1/4] mmc: dw_mmc: fix stop when fallen back to PIO James Hogan
2011-07-06 9:38 ` [PATCH 2/4] mmc: dw_mmc: remove unnecessary error messages James Hogan
2011-07-06 9:39 ` [PATCH v2 3/4] mmc: dw_mmc: handle "no CRC status" error James Hogan
2011-07-06 9:40 ` [PATCH v2 4/4] mmc: dw_mmc: reset FIFO after an error James Hogan
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=4E142C10.3050508@imgtec.com \
--to=james.hogan@imgtec.com \
--cc=cjb@laptop.org \
--cc=jh80.chung@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=will.newton@imgtec.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 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.