All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: "Gregory CLEMENT" <gregory.clement@free-electrons.com>,
	"Jason Cooper" <jason@lakedaemon.net>,
	"Andrew Lunn" <andrew@lunn.ch>,
	"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
	"Yehuda Yitschak" <yehuday@marvell.com>,
	"Omri Itach" <omrii@marvell.com>,
	"Marcin Wojtas" <mw@semihalf.com>,
	"Richard Weinberger" <richard@nod.at>,
	"Antoine Tenart" <antoine.tenart@free-electrons.com>,
	"Miquèl Raynal" <miquel.raynal@free-electrons.com>,
	linux-kernel@vger.kernel.org, "Nadav Haklai" <nadavh@marvell.com>,
	"Marek Vasut" <marek.vasut@gmail.com>,
	linux-mtd@lists.infradead.org,
	"Igal Liberman" <igall@marvell.com>,
	"Cyrille Pitchen" <cyrille.pitchen@wedev4u.fr>,
	"Shadi Ammouri" <shadi@marvell.com>,
	"Brian Norris" <computersforpeace@gmail.com>,
	"David Woodhouse" <dwmw2@infradead.org>,
	"Hanna Hawa" <hannah@marvell.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms
Date: Fri, 4 Aug 2017 10:29:49 +0200	[thread overview]
Message-ID: <20170804102949.770ec88d@bbrezillon> (raw)
In-Reply-To: <20170719174006.1ca20652@windsurf>

On Wed, 19 Jul 2017 17:40:06 +0200
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:

> Hello,
> 
> On Wed, 19 Jul 2017 17:31:25 +0200, Gregory CLEMENT wrote:
> 
> >  config MTD_NAND_PXA3xx
> >  	tristate "NAND support on PXA3xx and Armada 370/XP"
> > -	depends on PXA3xx || ARCH_MMP || PLAT_ORION
> > +	depends on PXA3xx || ARCH_MMP || PLAT_ORION  || ARCH_MVEBU  
> 
>                                                    ^^^
> 
> Stupid minor nit: there are two spaces here, there should be one. No
> need to send a v2 just for this, I'm sure Boris will happily fix this
> when applying :-)

Applied after removing the extra whitespace.

Thanks,

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 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms
Date: Fri, 4 Aug 2017 10:29:49 +0200	[thread overview]
Message-ID: <20170804102949.770ec88d@bbrezillon> (raw)
In-Reply-To: <20170719174006.1ca20652@windsurf>

On Wed, 19 Jul 2017 17:40:06 +0200
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:

> Hello,
> 
> On Wed, 19 Jul 2017 17:31:25 +0200, Gregory CLEMENT wrote:
> 
> >  config MTD_NAND_PXA3xx
> >  	tristate "NAND support on PXA3xx and Armada 370/XP"
> > -	depends on PXA3xx || ARCH_MMP || PLAT_ORION
> > +	depends on PXA3xx || ARCH_MMP || PLAT_ORION  || ARCH_MVEBU  
> 
>                                                    ^^^
> 
> Stupid minor nit: there are two spaces here, there should be one. No
> need to send a v2 just for this, I'm sure Boris will happily fix this
> when applying :-)

Applied after removing the extra whitespace.

Thanks,

Boris

  reply	other threads:[~2017-08-04  8:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-19 15:31 [PATCH 0/2] Enable NAND support on Armada 7K/8K Gregory CLEMENT
2017-07-19 15:31 ` Gregory CLEMENT
2017-07-19 15:31 ` [PATCH 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms Gregory CLEMENT
2017-07-19 15:31   ` Gregory CLEMENT
2017-07-19 15:40   ` Thomas Petazzoni
2017-07-19 15:40     ` Thomas Petazzoni
2017-08-04  8:29     ` Boris Brezillon [this message]
2017-08-04  8:29       ` Boris Brezillon
2017-07-19 15:31 ` [PATCH 2/2] ARM64: dts: marvell: add NAND support on the CP110 master Gregory CLEMENT
2017-07-19 15:31   ` Gregory CLEMENT
2017-07-24 15:19   ` Gregory CLEMENT
2017-07-24 15:19     ` 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=20170804102949.770ec88d@bbrezillon \
    --to=boris.brezillon@free-electrons.com \
    --cc=andrew@lunn.ch \
    --cc=antoine.tenart@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@wedev4u.fr \
    --cc=dwmw2@infradead.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=hannah@marvell.com \
    --cc=igall@marvell.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=miquel.raynal@free-electrons.com \
    --cc=mw@semihalf.com \
    --cc=nadavh@marvell.com \
    --cc=omrii@marvell.com \
    --cc=richard@nod.at \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=shadi@marvell.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=yehuday@marvell.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.