Re: [PATCH] MTD: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS

2011-11-17 Thread Artem Bityutskiy
On Wed, 2011-11-16 at 10:48 +0530, Shubhrajyoti D wrote:
 Making  MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS instead of
 oring with ARCH2/3/4.
 
 Reported-by: Russell King rmk+ker...@arm.linux.org.uk
 Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com

Pushed to l2-mtd-2.6, thanks!

Artem.

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] MTD: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS

2011-11-15 Thread Shubhrajyoti D
Making  MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS instead of
oring with ARCH2/3/4.

Reported-by: Russell King li...@arm.linux.org.uk
Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com
---
 drivers/mtd/nand/Kconfig |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index cce7b70..b68dd5e 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -110,7 +110,7 @@ config MTD_NAND_AMS_DELTA
 
 config MTD_NAND_OMAP2
tristate NAND Flash device on OMAP2, OMAP3 and OMAP4
-   depends on ARM  (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
+   depends on ARCH_OMAP2PLUS
help
   Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
  platforms.
-- 
1.7.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] MTD: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS

2011-11-15 Thread Russell King - ARM Linux
On Tue, Nov 15, 2011 at 03:52:36PM +0530, Shubhrajyoti D wrote:
 Making  MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS instead of
 oring with ARCH2/3/4.
 
 Reported-by: Russell King li...@arm.linux.org.uk

Thanks, but please make this rmk+ker...@arm.linux.org.uk.

 Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com
 ---
  drivers/mtd/nand/Kconfig |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
 index cce7b70..b68dd5e 100644
 --- a/drivers/mtd/nand/Kconfig
 +++ b/drivers/mtd/nand/Kconfig
 @@ -110,7 +110,7 @@ config MTD_NAND_AMS_DELTA
  
  config MTD_NAND_OMAP2
   tristate NAND Flash device on OMAP2, OMAP3 and OMAP4
 - depends on ARM  (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
 + depends on ARCH_OMAP2PLUS
   help
Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
 platforms.
 -- 
 1.7.1
 
 
 ___
 linux-arm-kernel mailing list
 linux-arm-ker...@lists.infradead.org
 http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] MTD: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS

2011-11-15 Thread Shubhrajyoti D
Making  MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS instead of
oring with ARCH2/3/4.

Reported-by: Russell King rmk+ker...@arm.linux.org.uk
Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com
---
 drivers/mtd/nand/Kconfig |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index cce7b70..b68dd5e 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -110,7 +110,7 @@ config MTD_NAND_AMS_DELTA
 
 config MTD_NAND_OMAP2
tristate NAND Flash device on OMAP2, OMAP3 and OMAP4
-   depends on ARM  (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
+   depends on ARCH_OMAP2PLUS
help
   Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
  platforms.
-- 
1.7.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] MTD: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS

2011-11-15 Thread Shubhrajyoti
On Tuesday 15 November 2011 11:22 PM, Russell King - ARM Linux wrote:
 On Tue, Nov 15, 2011 at 03:52:36PM +0530, Shubhrajyoti D wrote:
 Making  MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS instead of
 oring with ARCH2/3/4.

 Reported-by: Russell King li...@arm.linux.org.uk
 Thanks, but please make this rmk+ker...@arm.linux.org.uk.
yes , will correct it.
 Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com
 ---
  drivers/mtd/nand/Kconfig |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

 diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
 index cce7b70..b68dd5e 100644
 --- a/drivers/mtd/nand/Kconfig
 +++ b/drivers/mtd/nand/Kconfig
 @@ -110,7 +110,7 @@ config MTD_NAND_AMS_DELTA
  
  config MTD_NAND_OMAP2
  tristate NAND Flash device on OMAP2, OMAP3 and OMAP4
 -depends on ARM  (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
 +depends on ARCH_OMAP2PLUS
  help
Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
platforms.
 -- 
 1.7.1


 ___
 linux-arm-kernel mailing list
 linux-arm-ker...@lists.infradead.org
 http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html