From patchwork Tue Sep 7 22:58:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Ball X-Patchwork-Id: 178182 Return-path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on void.printf.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=2.9 tests=RCVD_IN_DNSWL_LOW autolearn=disabled version=3.2.5 Envelope-to: chris@printf.net Delivery-date: Tue, 07 Sep 2010 23:58:58 +0100 Received: from lists.laptop.org ([18.85.2.145] helo=mail.laptop.org) by void.printf.net with esmtp (Exim 4.69) (envelope-from ) id 1Ot77w-0006tY-J5 for chris@printf.net; Tue, 07 Sep 2010 23:58:57 +0100 Received: by mail.laptop.org (Postfix) id 1519724472; Tue, 7 Sep 2010 18:58:37 -0400 (EDT) Delivered-To: cjb@laptop.org Received: from spam.laptop.org (spam.laptop.org [18.85.46.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.laptop.org (Postfix) with ESMTPS id 082CD24470 for ; Tue, 7 Sep 2010 18:58:37 -0400 (EDT) X-ASG-Debug-ID: 1283900328-0b74710e0001-zHW3sV Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by spam.laptop.org with ESMTP id 2ZWGuo5NgGnHCXWa for ; Tue, 07 Sep 2010 18:58:48 -0400 (EDT) X-Barracuda-Envelope-From: linux-mmc-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753399Ab0IGW6s (ORCPT ); Tue, 7 Sep 2010 18:58:48 -0400 Received: from void.printf.net ([89.145.121.20]:49184 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752726Ab0IGW6r (ORCPT ); Tue, 7 Sep 2010 18:58:47 -0400 Received: from chris by void.printf.net with local (Exim 4.69) (envelope-from ) id 1Ot77j-0006tR-HQ; Tue, 07 Sep 2010 23:58:43 +0100 Date: Tue, 7 Sep 2010 23:58:43 +0100 From: Chris Ball To: Andrew Morton Cc: Andy Shevchenko , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Hunter Adrian , Andy Shevchenko X-ASG-Orig-Subj: Re: [PATCHv6 3/3] mmc_test: collect data and show it via sysfs by demand Subject: Re: [PATCHv6 3/3] mmc_test: collect data and show it via sysfs by demand Message-ID: <20100907225843.GA26240@void.printf.net> References: <09f59cd98b59bf521a5866ab58c216e0a0347a6c.1283862780.git.ext-andriy.shevchenko@nokia.com> <20100907152753.4726c076.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20100907152753.4726c076.akpm@linux-foundation.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Barracuda-Connect: vger.kernel.org[209.132.180.67] X-Barracuda-Start-Time: 1283900328 X-Barracuda-URL: http://18.85.46.23:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at laptop.org X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=3.5 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=5.5 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.40226 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig index 3f2a912..ddd7e42 100644 --- a/drivers/mmc/card/Kconfig +++ b/drivers/mmc/card/Kconfig @@ -45,8 +45,9 @@ config MMC_TEST Development driver that performs a series of reads and writes to a memory card in order to expose certain well known bugs in host controllers. The tests are executed by writing to the - "test" file in sysfs under each card. Note that whatever is - on your card will be overwritten by these tests. + "test" file in sysfs under each card, and results can be read + back from the same file. Note that whatever is on your card + will be overwritten by these tests. This driver is only of interest to those developing or testing a host driver. Most people should say N here.