linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string"
@ 2013-12-09 21:36 Ezequiel Garcia
  2013-12-09 21:40 ` [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' " Jason Cooper
  2013-12-12 23:07 ` Brian Norris
  0 siblings, 2 replies; 7+ messages in thread
From: Ezequiel Garcia @ 2013-12-09 21:36 UTC (permalink / raw)
  To: linux-arm-kernel

This reverts c0f3b8643a6fa2461d70760ec49d21d2b031d611.

The "armada370-nand" compatible support is not complete, and it was mistake
to add it. Revert it and pospone the support until the infrastructure is
in place.

Cc: stable at vger.kernel.org
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
Note this won't apply to v3.12 as it is, although fixing it should be easy.

 drivers/mtd/nand/pxa3xx_nand.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index 3d143fe..ebcf693 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -333,10 +333,6 @@ 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] 7+ messages in thread

* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
  2013-12-09 21:36 [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string" Ezequiel Garcia
@ 2013-12-09 21:40 ` Jason Cooper
  2013-12-11 20:22   ` Ezequiel Garcia
  2013-12-12 23:07 ` Brian Norris
  1 sibling, 1 reply; 7+ messages in thread
From: Jason Cooper @ 2013-12-09 21:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 09, 2013 at 06:36:26PM -0300, Ezequiel Garcia wrote:
> This reverts c0f3b8643a6fa2461d70760ec49d21d2b031d611.
> 
> The "armada370-nand" compatible support is not complete, and it was mistake
> to add it. Revert it and pospone the support until the infrastructure is
> in place.
> 
> Cc: stable at vger.kernel.org
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>

Acked-by: Jason Cooper <jason@lakedaemon.net>

thx,

Jason.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
  2013-12-09 21:40 ` [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' " Jason Cooper
@ 2013-12-11 20:22   ` Ezequiel Garcia
  0 siblings, 0 replies; 7+ messages in thread
From: Ezequiel Garcia @ 2013-12-11 20:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 09, 2013 at 04:40:35PM -0500, Jason Cooper wrote:
> On Mon, Dec 09, 2013 at 06:36:26PM -0300, Ezequiel Garcia wrote:
> > This reverts c0f3b8643a6fa2461d70760ec49d21d2b031d611.
> > 
> > The "armada370-nand" compatible support is not complete, and it was mistake
> > to add it. Revert it and pospone the support until the infrastructure is
> > in place.
> > 
> > Cc: stable at vger.kernel.org
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> 
> Acked-by: Jason Cooper <jason@lakedaemon.net>
> 

Brian:

What are your plans regarding this? Where will you be merging it?

As soon as you take this somewhere, I'll send another one adding the
compatible back, for v3.14.
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
  2013-12-09 21:36 [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string" Ezequiel Garcia
  2013-12-09 21:40 ` [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' " Jason Cooper
@ 2013-12-12 23:07 ` Brian Norris
  2013-12-18  0:42   ` Ezequiel Garcia
  1 sibling, 1 reply; 7+ messages in thread
From: Brian Norris @ 2013-12-12 23:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 09, 2013 at 06:36:26PM -0300, Ezequiel Garcia wrote:
> This reverts c0f3b8643a6fa2461d70760ec49d21d2b031d611.

Modified to say "partially reverts".

> 
> The "armada370-nand" compatible support is not complete, and it was mistake
> to add it. Revert it and pospone the support until the infrastructure is
> in place.
> 
> Cc: stable at vger.kernel.org
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
> Note this won't apply to v3.12 as it is, although fixing it should be easy.

Pushed this patch to linux-mtd.git, noting -stable for 3.12+.

Ezequiel,

Please double-check linux-mtd.git to ensure it fits your liking.

Brian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
  2013-12-12 23:07 ` Brian Norris
@ 2013-12-18  0:42   ` Ezequiel Garcia
  2013-12-18  7:12     ` Brian Norris
  0 siblings, 1 reply; 7+ messages in thread
From: Ezequiel Garcia @ 2013-12-18  0:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Brian,

On Thu, Dec 12, 2013 at 03:07:15PM -0800, Brian Norris wrote:
> On Mon, Dec 09, 2013 at 06:36:26PM -0300, Ezequiel Garcia wrote:
> > This reverts c0f3b8643a6fa2461d70760ec49d21d2b031d611.
> 
> Modified to say "partially reverts".
> 
> > 
> > The "armada370-nand" compatible support is not complete, and it was mistake
> > to add it. Revert it and pospone the support until the infrastructure is
> > in place.
> > 
> > Cc: stable at vger.kernel.org
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> > Note this won't apply to v3.12 as it is, although fixing it should be easy.
> 
> Pushed this patch to linux-mtd.git, noting -stable for 3.12+.
> 

Just to have some context, this compatible was removed because it was
wrongly added and it doesn't belong at v3.12 and v3.13.

Now the revert is in place in v3.13-rc4 and it should be queued for
v3.12.x, so we are good. Thanks for taking care of it!

On the other side, all the work needed for the driver to work OK on
Armada 370/XP SoC is already in l2-mtd.git master, and I have some fixes
ready to support 2048B pages.

In conclusion, I think it's safe to add the compatible on top of such work,
and queue it for v3.14.

How should I send a patch to re-add this compatible? Do you plan to rebase
l2-mtd.git master on top of v3.13-rc4 or so?
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
  2013-12-18  0:42   ` Ezequiel Garcia
@ 2013-12-18  7:12     ` Brian Norris
  2013-12-18 21:46       ` Ezequiel Garcia
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Norris @ 2013-12-18  7:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Ezequiel,

On Tue, Dec 17, 2013 at 09:42:45PM -0300, Ezequiel Garcia wrote:
> Just to have some context, this compatible was removed because it was
> wrongly added and it doesn't belong at v3.12 and v3.13.
> 
> Now the revert is in place in v3.13-rc4 and it should be queued for
> v3.12.x, so we are good. Thanks for taking care of it!
> 
> On the other side, all the work needed for the driver to work OK on
> Armada 370/XP SoC is already in l2-mtd.git master, and I have some fixes
> ready to support 2048B pages.
> 
> In conclusion, I think it's safe to add the compatible on top of such work,
> and queue it for v3.14.

Let's get any last patches in, and add the compatible string last.
Please resend any remaining patches, since I think you have at least one
which you mislabeled as necessary for 3.13.

> How should I send a patch to re-add this compatible? Do you plan to rebase
> l2-mtd.git master on top of v3.13-rc4 or so?

l2-mtd.git is currently rebased on top of the last changes I sent to
Linus, so you can send any patches off the current tree. If I rebase
onto -rc4, that shouldn't make any difference to your changes.

Brian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
  2013-12-18  7:12     ` Brian Norris
@ 2013-12-18 21:46       ` Ezequiel Garcia
  0 siblings, 0 replies; 7+ messages in thread
From: Ezequiel Garcia @ 2013-12-18 21:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 17, 2013 at 11:12:58PM -0800, Brian Norris wrote:
> Hi Ezequiel,
> 
> On Tue, Dec 17, 2013 at 09:42:45PM -0300, Ezequiel Garcia wrote:
> > Just to have some context, this compatible was removed because it was
> > wrongly added and it doesn't belong at v3.12 and v3.13.
> > 
> > Now the revert is in place in v3.13-rc4 and it should be queued for
> > v3.12.x, so we are good. Thanks for taking care of it!
> > 
> > On the other side, all the work needed for the driver to work OK on
> > Armada 370/XP SoC is already in l2-mtd.git master, and I have some fixes
> > ready to support 2048B pages.
> > 
> > In conclusion, I think it's safe to add the compatible on top of such work,
> > and queue it for v3.14.
> 
> Let's get any last patches in, and add the compatible string last.
> Please resend any remaining patches, since I think you have at least one
> which you mislabeled as necessary for 3.13.
> 

OK, I've just submitted the patches for 3.14. FWIW, I don't have any other
pending stuff for this driver, except the re-adding the compatible.

Thanks,
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-18 21:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 21:36 [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string" Ezequiel Garcia
2013-12-09 21:40 ` [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' " Jason Cooper
2013-12-11 20:22   ` Ezequiel Garcia
2013-12-12 23:07 ` Brian Norris
2013-12-18  0:42   ` Ezequiel Garcia
2013-12-18  7:12     ` Brian Norris
2013-12-18 21:46       ` Ezequiel Garcia

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).