summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_bbt.c
AgeCommit message (Expand)Author
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
2010-10-25mtd: nand: add support for BBT without OOBSebastian Andrzej Siewior
2010-10-25mtd: nand: pull in td into read_bbt()Sebastian Andrzej Siewior
2010-10-25mtd: nand: use ALIGN where possibleSebastian Andrzej Siewior
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse
2010-08-02mtd: nand: more BB Detection refactoring and dynamic scan optionsBrian Norris
2010-08-02mtd: nand: refactor BB marker detectionBrian Norris
2010-08-02mtd: nand: edit macro flag for BBT scan of last page in blockBrian Norris
2010-05-14mtd: nand: support alternate BB marker locations on MLCKevin Cernekee
2010-02-26mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan
2006-11-28[MTD] [NAND] remove len/ooblen confusion.Vitaly Wool
2006-09-25[MTD NAND] Allocate chip->buffers separately to allow it to be overriddenDavid Woodhouse
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner
2006-05-26[MTD] NAND modularize write functionThomas Gleixner
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner
2006-05-22[MTD] Introduce writesizeJoern Engel
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse
2006-05-13[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chipsDavid Woodhouse
2006-05-13[MTD NAND] Use vmalloc for buffer when scanning for bad blocks.David Woodhouse
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner
2005-07-16[MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner
2005-06-29[MTD] NAND: Fix broken bad block table scanThomas Gleixner