linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd/gpmi : add BBT support
@ 2012-01-30  4:36 Huang Shijie
  2012-01-30  9:46 ` Wolfram Sang
  0 siblings, 1 reply; 20+ messages in thread
From: Huang Shijie @ 2012-01-30  4:36 UTC (permalink / raw)
  To: linux-arm-kernel

add the BBT support to the gpmi nand driver.
Signed-off-by: Huang Shijie <b32955@freescale.com>
---
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
index 493ec2f..4fbb341 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
@@ -1493,6 +1493,7 @@ static int __devinit gpmi_nfc_init(struct gpmi_nand_data *this)
 	chip->ecc.mode		= NAND_ECC_HW;
 	chip->ecc.size		= 1;
 	chip->ecc.layout	= &gpmi_hw_ecclayout;
+	chip->bbt_options	= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB;
 
 	/* Allocate a temporary DMA buffer for reading ID in the nand_scan() */
 	this->bch_geometry.payload_size = 1024;
-- 
1.7.0.4

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

end of thread, other threads:[~2012-01-31 12:21 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30  4:36 [PATCH] mtd/gpmi : add BBT support Huang Shijie
2012-01-30  9:46 ` Wolfram Sang
2012-01-30 10:32   ` Huang Shijie
2012-01-30 10:44     ` Wolfram Sang
2012-01-30 11:29       ` Huang Shijie
2012-01-30 11:41         ` Wolfram Sang
2012-01-30 12:27           ` Marek Vasut
2012-01-30 13:12             ` Wolfram Sang
2012-01-30 13:30               ` Marek Vasut
2012-01-30 13:41                 ` Wolfram Sang
2012-01-30 14:33                   ` Marek Vasut
2012-01-31  8:47           ` Huang Shijie
2012-01-31  9:24             ` Wolfram Sang
2012-01-31  9:38               ` Huang Shijie
2012-01-31 11:37               ` Marek Vasut
2012-01-31 11:49                 ` Wolfram Sang
2012-01-31 12:21                   ` Marek Vasut
2012-01-30 12:24         ` Marek Vasut
2012-01-30 13:19           ` Wolfram Sang
2012-01-30 13:35             ` Marek Vasut

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