From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Eremin-Solenikov Subject: [PATCH 0/2] finish modularization of ofpart parser Date: Mon, 27 Jun 2011 01:02:58 +0400 Message-ID: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org To: linux-mtd@lists.infradead.org Cc: Randy Dunlap , Stephen Rothwell , dedekind1@gmail.com, linux-kernel@vger.kernel.org, Grant Likely , linux-next@vger.kernel.org, David Woodhouse List-Id: linux-next.vger.kernel.org To fix building of kernel if MTD is selected as a module and OF_PARTS is selected, finish modularization of ofpart MTD partition parser. The following changes since commit 81e49819e7d6c11c91702d6b4d9fc71255614488: mtd: spelling, capitalization, uniformity (2011-06-24 22:58:01 +0300) are available in the git repository at: git://git.infradead.org/users/dbaryshkov/mtd-cleanup.git mtd-big-cleanup Dmitry Eremin-Solenikov (2): mtd: make ofpart buildable as a separate module mtd/ofpart: add ofoldpart alias drivers/mtd/Kconfig | 3 ++- drivers/mtd/Makefile | 2 +- drivers/mtd/ofpart.c | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-bw0-f49.google.com ([209.85.214.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QawUK-0007ay-41 for linux-mtd@lists.infradead.org; Sun, 26 Jun 2011 21:03:30 +0000 Received: by bwf12 with SMTP id 12so1305881bwf.36 for ; Sun, 26 Jun 2011 14:03:10 -0700 (PDT) From: Dmitry Eremin-Solenikov To: linux-mtd@lists.infradead.org Subject: [PATCH 0/2] finish modularization of ofpart parser Date: Mon, 27 Jun 2011 01:02:58 +0400 Message-Id: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> Cc: Randy Dunlap , Stephen Rothwell , dedekind1@gmail.com, linux-kernel@vger.kernel.org, Grant Likely , linux-next@vger.kernel.org, David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To fix building of kernel if MTD is selected as a module and OF_PARTS is selected, finish modularization of ofpart MTD partition parser. The following changes since commit 81e49819e7d6c11c91702d6b4d9fc71255614488: mtd: spelling, capitalization, uniformity (2011-06-24 22:58:01 +0300) are available in the git repository at: git://git.infradead.org/users/dbaryshkov/mtd-cleanup.git mtd-big-cleanup Dmitry Eremin-Solenikov (2): mtd: make ofpart buildable as a separate module mtd/ofpart: add ofoldpart alias drivers/mtd/Kconfig | 3 ++- drivers/mtd/Makefile | 2 +- drivers/mtd/ofpart.c | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755356Ab1FZVFU (ORCPT ); Sun, 26 Jun 2011 17:05:20 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:59337 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755274Ab1FZVDM (ORCPT ); Sun, 26 Jun 2011 17:03:12 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=EjtWS1fF8avypcK7gRxFUH3Hw0fhn9IbUTSvsA+/K21ft0ZgIjgFQXdpGEKETj1nQc x2h0CYCOl6ZmIEIrQqILyKbMWEOP4yBnlIKEi1UcRpEFW5Xg0oJmEdnfHSvY9xkm/OhI ONVvebcslmtopXtknmapkvvJHC2UriFaMNcJ8= From: Dmitry Eremin-Solenikov To: linux-mtd@lists.infradead.org Cc: dedekind1@gmail.com, Grant Likely , Randy Dunlap , Stephen Rothwell , David Woodhouse , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] finish modularization of ofpart parser Date: Mon, 27 Jun 2011 01:02:58 +0400 Message-Id: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To fix building of kernel if MTD is selected as a module and OF_PARTS is selected, finish modularization of ofpart MTD partition parser. The following changes since commit 81e49819e7d6c11c91702d6b4d9fc71255614488: mtd: spelling, capitalization, uniformity (2011-06-24 22:58:01 +0300) are available in the git repository at: git://git.infradead.org/users/dbaryshkov/mtd-cleanup.git mtd-big-cleanup Dmitry Eremin-Solenikov (2): mtd: make ofpart buildable as a separate module mtd/ofpart: add ofoldpart alias drivers/mtd/Kconfig | 3 ++- drivers/mtd/Makefile | 2 +- drivers/mtd/ofpart.c | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-)