Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751781AbdHSJVe convert rfc822-to-8bit (ORCPT ); Sat, 19 Aug 2017 05:21:34 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:33429 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751101AbdHSJV1 (ORCPT ); Sat, 19 Aug 2017 05:21:27 -0400 Date: Sat, 19 Aug 2017 11:21:24 +0200 From: Boris Brezillon To: Lee Jones Cc: Andrea Adami , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Cyrille Pitchen , Wolfram Sang , Daniel Mack , Haojian Zhuang , Dmitry Eremin-Solenikov , Robert Jarzmik , Linus Walleij , Russell King , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 3/9] mfd: tmio: Add partition parsers platform data Message-ID: <20170819112124.59854507@bbrezillon> In-Reply-To: <20170819092603.1c919b4b@bbrezillon> References: <1502743720-28672-1-git-send-email-andrea.adami@gmail.com> <1502743720-28672-4-git-send-email-andrea.adami@gmail.com> <20170815065835.jcuweb377lqioddc@dell> <20170819092603.1c919b4b@bbrezillon> 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=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 34 Le Sat, 19 Aug 2017 09:26:03 +0200, Boris Brezillon a écrit : > Hi Lee, > > Le Tue, 15 Aug 2017 07:58:35 +0100, > Lee Jones a écrit : > > > On Mon, 14 Aug 2017, Andrea Adami wrote: > > > > > 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 in the board files using this driver. > > > > > > Thus, we need to extend tmio_nand_data to consider the partition parsers. > > > > > > Signed-off-by: Andrea Adami > > > --- > > > include/linux/mfd/tmio.h | 1 + > > > 1 file changed, 1 insertion(+) > > > > Acked-by: Lee Jones > > > > I'm about to apply patches 1 to 5 of this series to the nand/next I meant patches 2 to 5, patch 1 still requires a few adjustments. > branch. Do you want me to create an immutable branch with this patch? > > Regards, > > Boris