From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Andrea Adami <andrea.adami@gmail.com>,
linux-mtd@lists.infradead.org,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
Marek Vasut <marek.vasut@gmail.com>,
Richard Weinberger <richard@nod.at>,
Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
Daniel Mack <daniel@zonque.org>,
Haojian Zhuang <haojian.zhuang@gmail.com>,
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
Robert Jarzmik <robert.jarzmik@free.fr>,
Linus Walleij <linus.walleij@linaro.org>,
Russell King <linux@armlinux.org.uk>,
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
Date: Sat, 19 Aug 2017 11:21:24 +0200 [thread overview]
Message-ID: <20170819112124.59854507@bbrezillon> (raw)
In-Reply-To: <20170819092603.1c919b4b@bbrezillon>
Le Sat, 19 Aug 2017 09:26:03 +0200,
Boris Brezillon <boris.brezillon@free-electrons.com> a écrit :
> Hi Lee,
>
> Le Tue, 15 Aug 2017 07:58:35 +0100,
> Lee Jones <lee.jones@linaro.org> 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 <andrea.adami@gmail.com>
> > > ---
> > > include/linux/mfd/tmio.h | 1 +
> > > 1 file changed, 1 insertion(+)
> >
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> >
>
> 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
WARNING: multiple messages have this Message-ID (diff)
From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 3/9] mfd: tmio: Add partition parsers platform data
Date: Sat, 19 Aug 2017 11:21:24 +0200 [thread overview]
Message-ID: <20170819112124.59854507@bbrezillon> (raw)
In-Reply-To: <20170819092603.1c919b4b@bbrezillon>
Le Sat, 19 Aug 2017 09:26:03 +0200,
Boris Brezillon <boris.brezillon@free-electrons.com> a ?crit :
> Hi Lee,
>
> Le Tue, 15 Aug 2017 07:58:35 +0100,
> Lee Jones <lee.jones@linaro.org> 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 <andrea.adami@gmail.com>
> > > ---
> > > include/linux/mfd/tmio.h | 1 +
> > > 1 file changed, 1 insertion(+)
> >
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> >
>
> 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
next prev parent reply other threads:[~2017-08-19 9:21 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-14 20:48 [PATCH v5 0/9] mtd: sharpslpart partition parser Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` [PATCH v5 1/9] mtd: sharpslpart: Add " Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-17 8:10 ` Boris Brezillon
2017-08-17 8:10 ` Boris Brezillon
2017-08-14 20:48 ` [PATCH v5 2/9] mtd: nand: sharpsl: Add partition parsers platform data Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` [PATCH v5 3/9] mfd: tmio: " Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-15 6:58 ` Lee Jones
2017-08-15 6:58 ` Lee Jones
2017-08-19 7:26 ` Boris Brezillon
2017-08-19 7:26 ` Boris Brezillon
2017-08-19 9:21 ` Boris Brezillon [this message]
2017-08-19 9:21 ` Boris Brezillon
2017-08-21 7:27 ` Lee Jones
2017-08-21 7:27 ` Lee Jones
2017-08-19 8:23 ` Wolfram Sang
2017-08-19 8:23 ` Wolfram Sang
2017-08-14 20:48 ` [PATCH v5 4/9] mtd: nand: sharpsl: Register partitions using the parsers Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` [PATCH v5 5/9] mtd: nand: tmio: " Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-19 8:22 ` Wolfram Sang
2017-08-19 8:22 ` Wolfram Sang
2017-08-14 20:48 ` [PATCH v5 6/9] ARM: pxa/corgi: Remove hardcoded partitioning, use sharpslpart parser Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` [PATCH v5 7/9] ARM: pxa/tosa: " Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` [PATCH v5 8/9] ARM: pxa/spitz: " Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-14 20:48 ` [PATCH v5 9/9] ARM: pxa/poodle: " Andrea Adami
2017-08-14 20:48 ` Andrea Adami
2017-08-21 20:13 ` [PATCH v5 0/9] mtd: sharpslpart partition parser Boris Brezillon
2017-08-21 20:13 ` Boris Brezillon
2017-08-23 19:33 ` Robert Jarzmik
2017-08-23 19:33 ` Robert Jarzmik
2017-08-24 9:33 ` Andrea Adami
2017-08-24 9:33 ` Andrea Adami
2017-08-24 9:46 ` Boris Brezillon
2017-08-24 9:46 ` Boris Brezillon
2017-08-29 9:18 ` Robert Jarzmik
2017-08-29 9:18 ` Robert Jarzmik
2017-10-08 9:53 ` Robert Jarzmik
2017-10-08 9:53 ` Robert Jarzmik
2017-10-08 10:09 ` Boris Brezillon
2017-10-08 10:09 ` Boris Brezillon
2017-10-08 10:34 ` Boris Brezillon
2017-10-08 10:34 ` Boris Brezillon
2017-11-08 7:54 ` Boris Brezillon
2017-11-08 7:54 ` Boris Brezillon
2017-11-09 7:27 ` Robert Jarzmik
2017-11-09 7:27 ` Robert Jarzmik
2017-11-09 7:27 ` Robert Jarzmik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170819112124.59854507@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=andrea.adami@gmail.com \
--cc=computersforpeace@gmail.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=daniel@zonque.org \
--cc=dbaryshkov@gmail.com \
--cc=dwmw2@infradead.org \
--cc=haojian.zhuang@gmail.com \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=marek.vasut@gmail.com \
--cc=richard@nod.at \
--cc=robert.jarzmik@free.fr \
--cc=wsa+renesas@sang-engineering.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.