All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	<devicetree@vger.kernel.org>,
	linux-mtd@lists.infradead.org,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	Nadav Haklai <nadavh@marvell.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Antoine Tenart <antoine.tenart@bootlin.com>
Subject: Re: [PATCH v2 0/2] Update 64-bit DT with new NAND controller bindings
Date: Tue, 27 Feb 2018 17:50:31 +0100	[thread overview]
Message-ID: <87inaijs14.fsf@bootlin.com> (raw)
In-Reply-To: <20180219222045.1927-1-miquel.raynal@bootlin.com> (Miquel Raynal's message of "Mon, 19 Feb 2018 23:20:43 +0100")

Hi Miquel,
 
 On lun., févr. 19 2018, Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Hello,
>
> These two patches have already been submitted and accepted by Gregory
> and were stacked for 4.17. But since then a small modification happened
> due to a request from Rob Herring. Also, armada-cp110-[master/slave].dtsi
> files became armada-cp110.dtsi due to the DT de-duplication work from
> Thomas Petazzoni. This small series should replace the two patches
> laying in the mvebu tree and should apply cleanly.
>
> Thank you,
> Miquèl
>
> Changes since v1:
>   - Renamed a NAND property: s/marvell,rb/nand-rb/ which is already
>     documented.
>   - Rebased on v4.16-rc1.
>
> Miquel Raynal (2):
>   arm64: dts: marvell: use reworked NAND controller driver on Armada 7K
>   arm64: dts: marvell: use reworked NAND controller driver on Armada 8K


Both applied on mvebu/dt64

Thanks,

Gregory

>
>  arch/arm64/boot/dts/marvell/armada-7040-db.dts | 50 ++++++++++++++++----------
>  arch/arm64/boot/dts/marvell/armada-8040-db.dts | 44 +++++++++++++----------
>  arch/arm64/boot/dts/marvell/armada-cp110.dtsi  |  8 ++---
>  3 files changed, 61 insertions(+), 41 deletions(-)
>
> -- 
> 2.14.1
>

-- 
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>,
	devicetree@vger.kernel.org,
	Antoine Tenart <antoine.tenart@bootlin.com>,
	Nadav Haklai <nadavh@marvell.com>,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	linux-mtd@lists.infradead.org,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH v2 0/2] Update 64-bit DT with new NAND controller bindings
Date: Tue, 27 Feb 2018 17:50:31 +0100	[thread overview]
Message-ID: <87inaijs14.fsf@bootlin.com> (raw)
In-Reply-To: <20180219222045.1927-1-miquel.raynal@bootlin.com> (Miquel Raynal's message of "Mon, 19 Feb 2018 23:20:43 +0100")

Hi Miquel,
 
 On lun., févr. 19 2018, Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Hello,
>
> These two patches have already been submitted and accepted by Gregory
> and were stacked for 4.17. But since then a small modification happened
> due to a request from Rob Herring. Also, armada-cp110-[master/slave].dtsi
> files became armada-cp110.dtsi due to the DT de-duplication work from
> Thomas Petazzoni. This small series should replace the two patches
> laying in the mvebu tree and should apply cleanly.
>
> Thank you,
> Miquèl
>
> Changes since v1:
>   - Renamed a NAND property: s/marvell,rb/nand-rb/ which is already
>     documented.
>   - Rebased on v4.16-rc1.
>
> Miquel Raynal (2):
>   arm64: dts: marvell: use reworked NAND controller driver on Armada 7K
>   arm64: dts: marvell: use reworked NAND controller driver on Armada 8K


Both applied on mvebu/dt64

Thanks,

Gregory

>
>  arch/arm64/boot/dts/marvell/armada-7040-db.dts | 50 ++++++++++++++++----------
>  arch/arm64/boot/dts/marvell/armada-8040-db.dts | 44 +++++++++++++----------
>  arch/arm64/boot/dts/marvell/armada-cp110.dtsi  |  8 ++---
>  3 files changed, 61 insertions(+), 41 deletions(-)
>
> -- 
> 2.14.1
>

-- 
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  parent reply	other threads:[~2018-02-27 16:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-19 22:20 [PATCH v2 0/2] Update 64-bit DT with new NAND controller bindings Miquel Raynal
2018-02-19 22:20 ` Miquel Raynal
2018-02-19 22:20 ` [PATCH v2 1/2] arm64: dts: marvell: use reworked NAND controller driver on Armada 7K Miquel Raynal
2018-02-19 22:20   ` Miquel Raynal
2018-02-19 22:20 ` [PATCH v2 2/2] arm64: dts: marvell: use reworked NAND controller driver on Armada 8K Miquel Raynal
2018-02-19 22:20   ` Miquel Raynal
2018-02-27 16:50 ` Gregory CLEMENT [this message]
2018-02-27 16:50   ` [PATCH v2 0/2] Update 64-bit DT with new NAND controller bindings Gregory CLEMENT

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=87inaijs14.fsf@bootlin.com \
    --to=gregory.clement@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=antoine.tenart@bootlin.com \
    --cc=boris.brezillon@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=nadavh@marvell.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=thomas.petazzoni@bootlin.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.