aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_bbt.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani2012-10-131-1/+1
* mtd: nand: fix scan_read_raw_oobDmitry Maluka2012-06-101-0/+1
* mtd: nand: dynamic allocation of flash-based BBT structsBrian Norris2011-05-251-23/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mtd: nand: fix pointer NULL pointer dereferencingStanislav Fomichev2011-03-111-2/+6
* mtd: fix nand kernel-doc warningsRandy Dunlap2010-12-031-1/+2
* mtd: nand: introduce NAND_CREATE_EMPTY_BBTSebastian Andrzej Siewior2010-10-251-1/+2
* mtd: nand: add support for BBT without OOBSebastian Andrzej Siewior2010-10-251-26/+202
* mtd: nand: pull in td into read_bbt()Sebastian Andrzej Siewior2010-10-251-7/+9
* mtd: nand: use ALIGN where possibleSebastian Andrzej Siewior2010-10-251-2/+1
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
* mtd: nand: more BB Detection refactoring and dynamic scan optionsBrian Norris2010-08-021-55/+72
* mtd: nand: refactor BB marker detectionBrian Norris2010-08-021-7/+38
* mtd: nand: edit macro flag for BBT scan of last page in blockBrian Norris2010-08-021-1/+1
* mtd: nand: support alternate BB marker locations on MLCKevin Cernekee2010-05-141-0/+3
* mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2010-02-261-4/+22
* [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-16/+15
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-4/+2
* [MTD] [NAND] remove len/ooblen confusion.Vitaly Wool2006-11-281-3/+2
* [MTD NAND] Allocate chip->buffers separately to allow it to be overriddenDavid Woodhouse2006-09-251-1/+1
* [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-301-0/+3
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-291-49/+139
* [MTD] NAND modularize write functionThomas Gleixner2006-05-261-1/+1
* [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-231-42/+62
* [MTD] Introduce writesizeJoern Engel2006-05-221-15/+15
* [MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse2006-05-131-132/+131
* [MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chipsDavid Woodhouse2006-05-131-2/+2
* [MTD NAND] Use vmalloc for buffer when scanning for bad blocks.David Woodhouse2006-05-131-3/+3
* [MTD] NAND: Clean up trailing white spacesThomas Gleixner2005-11-071-124/+124
* [MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner2005-07-161-11/+9
* [MTD] NAND: Fix broken bad block table scanThomas Gleixner2005-06-291-10/+43
* [MTD] NAND: Fix bad block table scan for small page devicesArtem B. Bityuckiy2005-05-231-29/+30
* [MTD] NAND: Read only OOB bytes during bad block scanArtem B. Bityuckiy2005-05-231-14/+38
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1056