From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314AbdK1Vxp (ORCPT ); Tue, 28 Nov 2017 16:53:45 -0500 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:37180 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751935AbdK1Vxo (ORCPT ); Tue, 28 Nov 2017 16:53:44 -0500 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Tue, 28 Nov 2017 22:53:43 +0100 X-ME-IP: 90.55.206.157 From: Robert Jarzmik To: Andrea Adami Cc: linux-arm-kernel@lists.infradead.org, Haojian Zhuang , Dmitry Eremin-Solenikov , Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] ARM: pxa/corgi: Remove hardcoded partitioning, use sharpslpart parser References: <1511300631-1343-1-git-send-email-andrea.adami@gmail.com> X-URL: http://belgarath.falguerolles.org/ Date: Tue, 28 Nov 2017 22:53:42 +0100 In-Reply-To: <1511300631-1343-1-git-send-email-andrea.adami@gmail.com> (Andrea Adami's message of "Tue, 21 Nov 2017 22:43:48 +0100") Message-ID: <87a7z66peh.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrea Adami writes: > With the introduction of sharpslpart partition parser we can now read the > offsets from NAND: we specify the list of the parsers as platform data, with > cmdlinepart and ofpart parsers first allowing to override the part. table > written in NAND. This is done here in the board file. > > Emulators like qemu will need to pass the mtdparts in the cmdline. > > Signed-off-by: Andrea Adami Applied to whole serie to pxa/for-next, thanks. Cheers. -- Robert