Received: by 10.223.164.202 with SMTP id h10csp3590179wrb; Tue, 28 Nov 2017 13:55:14 -0800 (PST) X-Google-Smtp-Source: AGs4zMbA3I3/nYMEk6DNpzELJKwES0Jj8pHkKYR7DY5sc2SYEdJyx0afJyF69X4lMnJDIUG6H1ZZ X-Received: by 10.84.138.1 with SMTP id 1mr624594plo.156.1511906114634; Tue, 28 Nov 2017 13:55:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511906114; cv=none; d=google.com; s=arc-20160816; b=wKyFBZrm19WQU3VBvPfbKRQO+/8szvD561pU+dkZ3jGolgz7B9t/8b2ItiQlA0tx7I hVtfBmhP56WR2bmh9NZQ7Hv/rUt6I6A+0W3lgC9qFCTpbeuu7ZOnvQS1+1uL4ClwOQtP L9IMt4eGwdB/q9jgBnHZYqdRTmGpgAJBtelKHcTIOflgh3a2MJBYtHgenNA6b/n5IWyc 9VdKWgCC5RClOlQhLbXNfVw6SQXZLbQDUOJZfBXjjAm6Ae5TzQhuW/lx7Wl5/gQCuK8W pLqc/XcQXnPXGjnZlT/7j9ZuQrD17dNeN7USY+9qwbHSpxMWJyX7A24q/AP7NL8rFhJX pu6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from :arc-authentication-results; bh=NJzTbTw5CHLw++JskNARy/rnDabLyRDfpj+mgIt9R4Q=; b=u/kEnXWou2ue73sJ61UW0JkdbxWoV7zgLE4WQDetdFwlSGlDyAp+UD06uLc7xRKygK +iR0sKtaW5i1wEsqSBlaf+kcznCipllHABC/fq5CB8e02g2xkzhQloX669sbV6Avwxu1 2oJQkgRKOPcsJr5uBaVq0xEj+l3EoXA9hWsCEU/t9njHv4LV1oAnxB02LZXn5Jzp/FsC MHkI4L/rUMdIkpLnFJh/AXINLsSQfMeJfO4YE86HYqlL5/LtEeQCVkUWFogm/jnzuyHS 2WUB19wCComBM2ASdTlpXYmODxD0usoU/+QEFcJJl7emCEI4QOzuWD7oN9LmCNKzqu8K 6HBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u23si93683pgo.594.2017.11.28.13.55.04; Tue, 28 Nov 2017 13:55:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753311AbdK1Vxp (ORCPT + 70 others); 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 Received: from belgarion ([90.55.206.157]) by mwinf5d05 with ME id fZti1w00e3QH74y03ZtjPi; Tue, 28 Nov 2017 22:53:43 +0100 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 Precedence: bulk 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 From 1584713656082772376@xxx Tue Nov 21 21:45:12 +0000 2017 X-GM-THRID: 1584713656082772376 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread