From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758621Ab2C1SNY (ORCPT ); Wed, 28 Mar 2012 14:13:24 -0400 Received: from mail209.messagelabs.com ([216.82.255.3]:16638 "EHLO mail209.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758531Ab2C1SNW (ORCPT ); Wed, 28 Mar 2012 14:13:22 -0400 X-Env-Sender: hartleys@visionengravers.com X-Msg-Ref: server-12.tower-209.messagelabs.com!1332958350!1834142!52 X-Originating-IP: [216.166.12.178] X-StarScan-Version: 6.5.7; banners=-,-,- X-VirusChecked: Checked From: H Hartley Sweeten To: Linux Kernel Subject: [PATCH 0/5] mtd: plat_nand: Add default partition parser and use it Date: Wed, 28 Mar 2012 11:12:48 -0700 User-Agent: KMail/1.9.9 CC: , , , , , MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <201203281112.48788.hartleys@visionengravers.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds cmdlinepart as the default partition parser for the plat_nand driver and updates all the arch setup code to use it. Arch setup code that requires other partition parsers can still pass that information as chip.part_probe_types. Signed-off-by: H Hartley Sweeten mtd: plat_nand: Add default partition parser to driver arm: Use the plat_nand default partition parser blackfin: Use the plat_nand default partition parser mips: Use the plat_nand default partition parser sh: Use the plat_nand default partition parser arch/arm/mach-ep93xx/snappercl15.c | 3 --- arch/arm/mach-ep93xx/ts72xx.c | 3 --- arch/arm/mach-ixp4xx/ixdp425-setup.c | 3 --- arch/arm/mach-omap1/board-fsample.c | 3 --- arch/arm/mach-omap1/board-h2.c | 3 --- arch/arm/mach-omap1/board-h3.c | 3 --- arch/arm/mach-omap1/board-perseus2.c | 3 --- arch/arm/mach-orion5x/ts78xx-setup.c | 3 --- arch/arm/mach-pxa/balloon3.c | 3 --- arch/arm/mach-pxa/em-x270.c | 3 --- arch/arm/mach-pxa/palmtx.c | 3 --- arch/blackfin/mach-bf561/boards/acvilon.c | 3 --- arch/mips/alchemy/devboards/db1200.c | 3 --- arch/mips/alchemy/devboards/db1300.c | 3 --- arch/mips/alchemy/devboards/db1550.c | 3 --- arch/mips/pnx833x/common/platform.c | 6 ------ arch/sh/boards/mach-migor/setup.c | 1 - drivers/mtd/nand/plat_nand.c | 8 ++++++-- 18 files changed, 6 insertions(+), 54 deletions(-)