All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
@ 2015-12-08 17:40 ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-12-08 17:40 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris
  Cc: Simon Horman, Magnus Damm, Arnd Bergmann, linux-mtd, linux-sh,
	Geert Uytterhoeven

As of commit a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C
board code"), the Renesas SuperH FLCTL driver is no longer used on ARM
SH-Mobile SoCs. Restrict the dependencies, unless compile-testing.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 289664089cf32ce9..6c71f623a932be67 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -480,7 +480,7 @@ config MTD_NAND_MXC
 
 config MTD_NAND_SH_FLCTL
 	tristate "Support for NAND on Renesas SuperH FLCTL"
-	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+	depends on SUPERH || COMPILE_TEST
 	depends on HAS_IOMEM
 	depends on HAS_DMA
 	help
-- 
1.9.1

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

* [PATCH] mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
@ 2015-12-08 17:40 ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-12-08 17:40 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris
  Cc: Simon Horman, Magnus Damm, Arnd Bergmann, linux-mtd, linux-sh,
	Geert Uytterhoeven

As of commit a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C
board code"), the Renesas SuperH FLCTL driver is no longer used on ARM
SH-Mobile SoCs. Restrict the dependencies, unless compile-testing.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 289664089cf32ce9..6c71f623a932be67 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -480,7 +480,7 @@ config MTD_NAND_MXC
 
 config MTD_NAND_SH_FLCTL
 	tristate "Support for NAND on Renesas SuperH FLCTL"
-	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+	depends on SUPERH || COMPILE_TEST
 	depends on HAS_IOMEM
 	depends on HAS_DMA
 	help
-- 
1.9.1


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

* Re: [PATCH] mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
  2015-12-08 17:40 ` Geert Uytterhoeven
@ 2015-12-10  2:18   ` Brian Norris
  -1 siblings, 0 replies; 4+ messages in thread
From: Brian Norris @ 2015-12-10  2:18 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David Woodhouse, Simon Horman, Magnus Damm, Arnd Bergmann,
	linux-mtd, linux-sh

On Tue, Dec 08, 2015 at 06:40:59PM +0100, Geert Uytterhoeven wrote:
> As of commit a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C
> board code"), the Renesas SuperH FLCTL driver is no longer used on ARM
> SH-Mobile SoCs. Restrict the dependencies, unless compile-testing.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied to l2-mtd.git

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

* Re: [PATCH] mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
@ 2015-12-10  2:18   ` Brian Norris
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Norris @ 2015-12-10  2:18 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David Woodhouse, Simon Horman, Magnus Damm, Arnd Bergmann,
	linux-mtd, linux-sh

On Tue, Dec 08, 2015 at 06:40:59PM +0100, Geert Uytterhoeven wrote:
> As of commit a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C
> board code"), the Renesas SuperH FLCTL driver is no longer used on ARM
> SH-Mobile SoCs. Restrict the dependencies, unless compile-testing.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied to l2-mtd.git

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

end of thread, other threads:[~2015-12-10  2:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 17:40 [PATCH] mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH Geert Uytterhoeven
2015-12-08 17:40 ` Geert Uytterhoeven
2015-12-10  2:18 ` Brian Norris
2015-12-10  2:18   ` Brian Norris

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.