Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303AbdHXJqf (ORCPT ); Thu, 24 Aug 2017 05:46:35 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:34450 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751274AbdHXJqd (ORCPT ); Thu, 24 Aug 2017 05:46:33 -0400 Date: Thu, 24 Aug 2017 11:46:31 +0200 From: Boris Brezillon To: Andrea Adami , Robert Jarzmik Cc: linux-mtd@lists.infradead.org, Wolfram Sang , Dmitry Eremin-Solenikov , Richard Weinberger , linux-mmc@vger.kernel.org, Russell King , Haojian Zhuang , linux-kernel@vger.kernel.org, Marek Vasut , linux-arm-kernel@lists.infradead.org, Cyrille Pitchen , Lee Jones , Brian Norris , David Woodhouse , Linus Walleij , Daniel Mack Subject: Re: [PATCH v5 0/9] mtd: sharpslpart partition parser Message-ID: <20170824114631.089d2628@bbrezillon> In-Reply-To: References: <1502743720-28672-1-git-send-email-andrea.adami@gmail.com> <20170821221339.70cfcfb7@bbrezillon> <87pobmoz8n.fsf@belgarion.home> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1860 Lines: 47 Hi Robert, On Thu, 24 Aug 2017 11:33:02 +0200 Andrea Adami wrote: > On Wed, Aug 23, 2017 at 9:33 PM, Robert Jarzmik wrote: > > Boris Brezillon writes: > > > >> Le Mon, 14 Aug 2017 22:48:31 +0200, > >>> Andrea Adami (9): > >>> mtd: sharpslpart: Add sharpslpart partition parser > >>> mtd: nand: sharpsl: Add partition parsers platform data > >>> mfd: tmio: Add partition parsers platform data > >>> mtd: nand: sharpsl: Register partitions using the parsers > >>> mtd: nand: tmio: Register partitions using the parsers > >> > >> Applied patches 2, to 5 to nand/next. > >>> ARM: pxa/corgi: Remove hardcoded partitioning, use sharpslpart parser > >>> ARM: pxa/tosa: Remove hardcoded partitioning, use sharpslpart parser > >>> ARM: pxa/spitz: Remove hardcoded partitioning, use sharpslpart parser > >>> ARM: pxa/poodle: Remove hardcoded partitioning, use sharpslpart parser > > > > I'm quite happy with patches 6 to 9 except for the subject title length. > > > > Argh, this time I got it totally wrong with the titles of the patches! > Sorry for the eye-sore. > > > Andrea, if you give me an idea of change, I'll modify the titles myself before > > applying, no need to resend a serie. > > > > For example, you could propose : > > ARM: pxa: corgi: use sharpslpart parser instead of hardcoded one > > > > > > Then I'll take them into pxa/for-next if there are no objections. Wait a bit before applying. I think patches 6 to 9 have a dependency on patch 1 (it's not a build dependency, but NAND partitioning might be wrong if you apply them), so we need to sync. What release is pxa/for-next targeting? If it's 4.15 I can apply patch 1 just after 4.14-rc1 is out and provide an immutable branch for you to pull in pxa/for-next. Regards, Boris