From patchwork Mon Jun 6 11:19:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 98870 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DBCD6B6F92 for ; Mon, 6 Jun 2011 21:20:10 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QTXqY-0003Sh-Ml; Mon, 06 Jun 2011 11:19:50 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QTXqY-0002Qj-7s; Mon, 06 Jun 2011 11:19:50 +0000 Received: from mail-vx0-f177.google.com ([209.85.220.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QTXqV-0002QQ-SV for linux-mtd@lists.infradead.org; Mon, 06 Jun 2011 11:19:48 +0000 Received: by vxd2 with SMTP id 2so3535766vxd.36 for ; Mon, 06 Jun 2011 04:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=nniZk3Y0ZOiQfRTlfbbgFYvvuDzzY7MOXwqF4ogdCXA=; b=f8bMi3JP+iJJmjHCGiJUMWuS1bUGJn6sAg5sr970huKjw+NECETz5rF4nvq24R+x7T OXtnL4vYM9Efv1jBDNwPgYNQA7rmYelkT4ZWlBocH/pFLlQ8Ixtdln9iP3+FJ6DXaThh /UUtRwP77cq6Qtg528Et7HhSh32eW6SuGaIkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jgDw3mURZIKnIEBBss9Y5jj7Kn5yOD0mx0i8woFh8Kg99ARz3E6VqwradJfnrhMfBx A201ZdtMJCf0h2XGVYZkn+uEezPNw9jIdz5RDPzFZdK0NXoiUNIw3Njx3gA9ObEZRisM rBfFZLQoxvX/i4buQ4k/ICdDtqyQm36LZ4bAA= MIME-Version: 1.0 Received: by 10.220.180.202 with SMTP id bv10mr556608vcb.153.1307359184128; Mon, 06 Jun 2011 04:19:44 -0700 (PDT) Received: by 10.220.199.8 with HTTP; Mon, 6 Jun 2011 04:19:44 -0700 (PDT) In-Reply-To: <1307358294.3112.38.camel@localhost> References: <1307351782-7456-1-git-send-email-dbaryshkov@gmail.com> <1307358294.3112.38.camel@localhost> Date: Mon, 6 Jun 2011 15:19:44 +0400 Message-ID: Subject: Re: [PATCH 01/32] mtd: mtd_dataflash don't specify default parsing options From: Dmitry Eremin-Solenikov To: dedekind1 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110606_071948_109973_C3B6E99C X-CRM114-Status: GOOD ( 13.53 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is freemail (dbaryshkov[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.177 listed in list.dnswl.org] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain Cc: David Woodhouse , linux-mtd X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hello, On Mon, Jun 6, 2011 at 3:04 PM, Artem Bityutskiy wrote: > On Mon, 2011-06-06 at 13:15 +0400, Dmitry Eremin-Solenikov wrote: >> Since 'cmdline, NULL' is now a default for parse_mtd_partitions, don't specify >> this in every driver, instead pass NULL to force parse_mtd_partitions >> to use default. >> >> Signed-off-by: Dmitry Eremin-Solenikov > > Do you have a git URL with these patches? Yes. Unfortunately git.kernel.org syncs too slow now, so the kernel wasn't available at the time of sending an e-mail. Here it goes: The following changes since commit 099fbd4fd91fde9748d9ad927e59b6c36a2651cf: mtd: drop mtd_has_cmdlinepart() (2011-06-06 10:31:22 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lumag/mtd-cleanup.git mtd-cleanup-cmdline