summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_bbt.c
Commit message (Expand)AuthorAgeFilesLines
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-291-4/+2Star
* [MTD] [NAND] remove len/ooblen confusion.Vitaly Wool2006-11-281-3/+2Star
* [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/+131Star
* [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/+9Star
* [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-171-0/+1056