All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd: nand: Allow NAND chip ids to be included standalone.
@ 2011-03-01  0:47 ` Murali Nalajala
  0 siblings, 0 replies; 32+ messages in thread
From: Murali Nalajala @ 2011-03-01  0:47 UTC (permalink / raw)
  To: dwmw2, linux-mtd
  Cc: linux-arm-msm, linux-arm-kernel, linux-kernel, Murali Nalajala,
	Dima Zavin

Lets non-standard NAND drivers take advantage of known NAND
chip information.

Signed-off-by: Dima Zavin <dima@android.com>
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
---
 drivers/mtd/nand/Kconfig |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index c895922..782275e 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -1,3 +1,10 @@
+config MTD_NAND_IDS
+	tristate "Include chip ids for known NAND devices."
+	depends on MTD
+	help
+	  Useful for NAND drivers that do not use the NAND subsystem but
+	  still like to take advantage of the known chip information.
+
 config MTD_NAND_ECC
 	tristate
 
@@ -123,9 +130,6 @@ config MTD_NAND_OMAP_PREFETCH_DMA
 	 or in DMA interrupt mode.
 	 Say y for DMA mode or MPU mode will be used
 
-config MTD_NAND_IDS
-	tristate
-
 config MTD_NAND_RICOH
 	tristate "Ricoh xD card reader"
 	default n
-- 
1.7.1.1

--
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

end of thread, other threads:[~2011-07-08 18:23 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01  0:47 [PATCH 1/2] mtd: nand: Allow NAND chip ids to be included standalone Murali Nalajala
2011-03-01  0:47 ` Murali Nalajala
2011-03-01  0:47 ` Murali Nalajala
2011-03-01  0:47 ` [PATCH 2/2] mtd: msm_nand: Add initial msm nand driver support Murali Nalajala
2011-07-08 18:23   ` Murali Nalajala
2011-03-01  0:47   ` Murali Nalajala
2011-03-01  0:47   ` Murali Nalajala
2011-04-15  9:51   ` Artem Bityutskiy
2011-07-08 16:03     ` Artem Bityutskiy
2011-04-15  9:51     ` Artem Bityutskiy
2011-04-15 14:50     ` Murali Nalajala
2011-04-15 14:50       ` Murali Nalajala
2011-04-15 14:50       ` Murali Nalajala
2011-04-16  8:20       ` Artem Bityutskiy
2011-04-16  8:20         ` Artem Bityutskiy
2011-04-16  8:20         ` Artem Bityutskiy
2011-04-16  8:31         ` Artem Bityutskiy
2011-04-16  8:31           ` Artem Bityutskiy
2011-04-16  8:31           ` Artem Bityutskiy
2011-04-16 10:15           ` Murali Nalajala
2011-04-16 10:15             ` Murali Nalajala
2011-04-16 10:15             ` Murali Nalajala
2011-04-16  9:59         ` Murali Nalajala
2011-04-16  9:59           ` Murali Nalajala
2011-04-16  9:59           ` Murali Nalajala
2011-04-16 14:19           ` Artem Bityutskiy
2011-04-16 14:19             ` Artem Bityutskiy
2011-04-16 14:19             ` Artem Bityutskiy
2011-03-07  8:53 ` [PATCH 1/2] mtd: nand: Allow NAND chip ids to be included standalone Artem Bityutskiy
2011-03-07  8:53   ` Artem Bityutskiy
2011-03-07  8:53   ` Artem Bityutskiy
2011-03-07  8:53   ` Artem Bityutskiy

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.