* [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
@ 2013-12-24 15:40 Ezequiel Garcia
2013-12-24 19:47 ` Jason Cooper
0 siblings, 1 reply; 5+ messages in thread
From: Ezequiel Garcia @ 2013-12-24 15:40 UTC (permalink / raw)
To: linux-mtd
Cc: Thomas Petazzoni, Lior Amsalem, Jason Cooper, Ezequiel Garcia,
Gregory Clement, Brian Norris
Now that the driver can support the Armada 370/XP SoC NAND controller,
add the devicetree compatible string, enabling its use.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
Applies on top of l2-mtd.git master branch, rebased on top of v3.13-rc4
in order to include:
commit 9c59ac616137fb62f6cb3f1219201b09cbcf30be
Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Date: Mon Dec 9 18:36:26 2013 -0300
Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
and it is v3.14 material.
drivers/mtd/nand/pxa3xx_nand.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index 0599a88..31aae53 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -333,6 +333,10 @@ static struct of_device_id pxa3xx_nand_dt_ids[] = {
.compatible = "marvell,pxa3xx-nand",
.data = (void *)PXA3XX_NAND_VARIANT_PXA,
},
+ {
+ .compatible = "marvell,armada370-nand",
+ .data = (void *)PXA3XX_NAND_VARIANT_ARMADA370,
+ },
{}
};
MODULE_DEVICE_TABLE(of, pxa3xx_nand_dt_ids);
--
1.8.1.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
2013-12-24 15:40 [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible Ezequiel Garcia
@ 2013-12-24 19:47 ` Jason Cooper
2014-01-12 14:19 ` Ezequiel Garcia
0 siblings, 1 reply; 5+ messages in thread
From: Jason Cooper @ 2013-12-24 19:47 UTC (permalink / raw)
To: Ezequiel Garcia
Cc: Thomas Petazzoni, Gregory Clement, Lior Amsalem, Brian Norris,
linux-mtd
On Tue, Dec 24, 2013 at 12:40:07PM -0300, Ezequiel Garcia wrote:
> Now that the driver can support the Armada 370/XP SoC NAND controller,
> add the devicetree compatible string, enabling its use.
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
> Applies on top of l2-mtd.git master branch, rebased on top of v3.13-rc4
> in order to include:
>
> commit 9c59ac616137fb62f6cb3f1219201b09cbcf30be
> Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> Date: Mon Dec 9 18:36:26 2013 -0300
>
> Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
>
> and it is v3.14 material.
>
> drivers/mtd/nand/pxa3xx_nand.c | 4 ++++
> 1 file changed, 4 insertions(+)
Acked-by: Jason Cooper <jason@lakedaemon.net>
thx,
Jason.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
2013-12-24 19:47 ` Jason Cooper
@ 2014-01-12 14:19 ` Ezequiel Garcia
2014-01-12 14:21 ` Ezequiel Garcia
0 siblings, 1 reply; 5+ messages in thread
From: Ezequiel Garcia @ 2014-01-12 14:19 UTC (permalink / raw)
To: Jason Cooper
Cc: Thomas Petazzoni, Gregory Clement, Lior Amsalem, Brian Norris,
linux-mtd
On Tue, Dec 24, 2013 at 02:47:44PM -0500, Jason Cooper wrote:
> On Tue, Dec 24, 2013 at 12:40:07PM -0300, Ezequiel Garcia wrote:
> > Now that the driver can support the Armada 370/XP SoC NAND controller,
> > add the devicetree compatible string, enabling its use.
> >
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> > Applies on top of l2-mtd.git master branch, rebased on top of v3.13-rc4
> > in order to include:
> >
> > commit 9c59ac616137fb62f6cb3f1219201b09cbcf30be
> > Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > Date: Mon Dec 9 18:36:26 2013 -0300
> >
> > Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
> >
> > and it is v3.14 material.
> >
> > drivers/mtd/nand/pxa3xx_nand.c | 4 ++++
> > 1 file changed, 4 insertions(+)
>
> Acked-by: Jason Cooper <jason@lakedaemon.net>
>
Brian:
Just checking, what's your plan on this? I guess you're waiting
for v3.13 to be released, right?
Thanks!
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
2014-01-12 14:19 ` Ezequiel Garcia
@ 2014-01-12 14:21 ` Ezequiel Garcia
2014-01-13 7:52 ` Brian Norris
0 siblings, 1 reply; 5+ messages in thread
From: Ezequiel Garcia @ 2014-01-12 14:21 UTC (permalink / raw)
To: Brian Norris
Cc: Thomas Petazzoni, Gregory Clement, Lior Amsalem, linux-mtd,
Jason Cooper
(Resending this, with Brian in the To field)
On Sun, Jan 12, 2014 at 11:19:07AM -0300, Ezequiel Garcia wrote:
> On Tue, Dec 24, 2013 at 02:47:44PM -0500, Jason Cooper wrote:
> > On Tue, Dec 24, 2013 at 12:40:07PM -0300, Ezequiel Garcia wrote:
> > > Now that the driver can support the Armada 370/XP SoC NAND controller,
> > > add the devicetree compatible string, enabling its use.
> > >
> > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > ---
> > > Applies on top of l2-mtd.git master branch, rebased on top of v3.13-rc4
> > > in order to include:
> > >
> > > commit 9c59ac616137fb62f6cb3f1219201b09cbcf30be
> > > Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > Date: Mon Dec 9 18:36:26 2013 -0300
> > >
> > > Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
> > >
> > > and it is v3.14 material.
> > >
> > > drivers/mtd/nand/pxa3xx_nand.c | 4 ++++
> > > 1 file changed, 4 insertions(+)
> >
> > Acked-by: Jason Cooper <jason@lakedaemon.net>
> >
Brian:
Just checking, what's your plan on this? I guess you're waiting
for v3.13 to be released, right?
Thanks!
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
2014-01-12 14:21 ` Ezequiel Garcia
@ 2014-01-13 7:52 ` Brian Norris
0 siblings, 0 replies; 5+ messages in thread
From: Brian Norris @ 2014-01-13 7:52 UTC (permalink / raw)
To: Ezequiel Garcia
Cc: Thomas Petazzoni, Gregory Clement, Lior Amsalem, linux-mtd,
Jason Cooper
On Sun, Jan 12, 2014 at 11:21:11AM -0300, Ezequiel Garcia wrote:
> On Sun, Jan 12, 2014 at 11:19:07AM -0300, Ezequiel Garcia wrote:
> > On Tue, Dec 24, 2013 at 02:47:44PM -0500, Jason Cooper wrote:
> > > On Tue, Dec 24, 2013 at 12:40:07PM -0300, Ezequiel Garcia wrote:
> > > > Now that the driver can support the Armada 370/XP SoC NAND controller,
> > > > add the devicetree compatible string, enabling its use.
> > > >
> > > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > > ---
> > > > Applies on top of l2-mtd.git master branch, rebased on top of v3.13-rc4
> > > > in order to include:
> > > >
> > > > commit 9c59ac616137fb62f6cb3f1219201b09cbcf30be
> > > > Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > > Date: Mon Dec 9 18:36:26 2013 -0300
> > > >
> > > > Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
> > > >
> > > > and it is v3.14 material.
> > > >
> > > > drivers/mtd/nand/pxa3xx_nand.c | 4 ++++
> > > > 1 file changed, 4 insertions(+)
> > >
> > > Acked-by: Jason Cooper <jason@lakedaemon.net>
>
> Brian:
>
> Just checking, what's your plan on this? I guess you're waiting
> for v3.13 to be released, right?
No, I was waiting partly to see if there were any more Armada fixes
needed for this driver (wouldn't want to have to revert this again!),
but mostly I've just been pretty busy and only cherry-picking a few
patches at a time.
The patch looks good. Pushed to l2-mtd.git.
Brian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-13 7:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 15:40 [PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible Ezequiel Garcia
2013-12-24 19:47 ` Jason Cooper
2014-01-12 14:19 ` Ezequiel Garcia
2014-01-12 14:21 ` Ezequiel Garcia
2014-01-13 7:52 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).