Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754197Ab1F2JQS (ORCPT ); Wed, 29 Jun 2011 05:16:18 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:58266 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752784Ab1F2JQJ convert rfc822-to-8bit (ORCPT ); Wed, 29 Jun 2011 05:16:09 -0400 MIME-Version: 1.0 In-Reply-To: <4E0AE1FC.3070201@imgtec.com> References: <4E0AE1FC.3070201@imgtec.com> Date: Wed, 29 Jun 2011 10:16:09 +0100 Message-ID: Subject: Re: [PATCH 0/4] mmc: dw_mmc: mmc_test related fixes From: Will Newton To: James Hogan Cc: Chris Ball , Jaehoon Chung , Kyungmin Park , linux-mmc , linux-kernel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1178 Lines: 26 On Wed, Jun 29, 2011 at 9:27 AM, James Hogan wrote: > 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(-) These all look good to me. Acked-by: Will Newton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/