From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: [PATCH v2 0/4] mmc: dw_mmc: mmc_test related fixes Date: Wed, 06 Jul 2011 10:34:08 +0100 Message-ID: <4E142C10.3050508@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from multi.imgtec.com ([194.200.65.239]:32731 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753964Ab1GFJeO (ORCPT ); Wed, 6 Jul 2011 05:34:14 -0400 Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Chris Ball , Will , James Hogan , Jaehoon Chung , Kyungmin Park l 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(-)