aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_bbt.c
AgeCommit message (Expand)Author
2013-04-05mtd: nand: remove AG-AND supportArtem Bityutskiy
2012-09-29mtd: nand: use NAND_BBT_SCAN_MAXBLOCKSRichard Genoud
2012-09-29mtd: nand: nand_bbt: export nand_update_bbtFabio Estevam
2012-09-29mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'Shmulik Ladkani
2012-09-29mtd: nand: rename '_raw' BBT scan functionsBrian Norris
2012-09-29mtd: nand: use ECC, if present, when scanning OOBBrian Norris
2012-09-29mtd: nand_bbt: use string libraryBrian Norris
2012-09-29mtd: nand: remove unused 'int' return codesBrian Norris
2012-07-16mtd: fix typo in commentHuang Shijie
2012-07-06mtd: nand_bbt: refactor check_pattern_no_oob()Brian Norris
2012-07-06mtd: nand: rename "no_bbt" descriptors to "no_oob"Brian Norris
2012-07-06mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani
2012-05-29mtd: nand: fix scan_read_raw_oobDmitry Maluka
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris
2011-09-21mtd: nand: wait to set BBT versionBrian Norris
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris
2011-09-11mtd: nand: begin restructuring check_createBrian Norris
2011-09-11mtd: nand: fix styleBrian Norris
2011-09-11mtd: nand: remove unnecessary variableBrian Norris
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris
2011-09-11mtd: nand: refactor scanning codeBrian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: nand: style fixups in pr_* messagesBrian Norris
2011-09-11mtd: nand: convert printk() to pr_*()Brian Norris
2011-09-11mtd: nand: change KERN_DEBUG to KERN_INFOBrian Norris
2011-09-11mtd: nand: ignore ECC errors for simple BBM scansBrian Norris
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris
2011-09-11mtd: remove printk's for [kv][mz]alloc failuresBrian Norris
2011-09-11mtd: nand: multi-line comment style fixupsBrian Norris
2011-09-11mtd: nand: rename CREATE_EMPTY bbt flag with proper prefixBrian Norris
2011-09-11mtd: nand: move NAND_CREATE_EMPTY_BBT flagBrian Norris
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-09-11mtd: nand: separate chip options / bbt_optionsBrian Norris
2011-09-11mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris
2011-05-25mtd: nand: dynamic allocation of flash-based BBT structsBrian Norris
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-11mtd: nand: fix pointer NULL pointer dereferencingStanislav Fomichev
2010-12-03mtd: fix nand kernel-doc warningsRandy Dunlap
2010-10-25mtd: nand: introduce NAND_CREATE_EMPTY_BBTSebastian Andrzej Siewior