summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner1-32/+32
2006-05-23[MTD] NAND modularize ECCThomas Gleixner1-98/+48
2006-05-23[MTD] NAND cleanup nand_scanThomas Gleixner1-174/+233
2006-05-23[MTD] NAND consolidate data typesThomas Gleixner1-53/+53
2006-05-23[MTD] NAND whitespace and formatting cleanupThomas Gleixner1-42/+62
2006-05-23[MTD] Simplify NAND lockingThomas Gleixner1-38/+43
2006-05-23[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel1-1/+1
2006-05-23[MTD] Introduce writesizeJoern Engel1-32/+32
2006-05-14[MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse1-6/+11
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse1-3/+13
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse1-357/+337
2006-04-01[PATCH] LED: add NAND MTD activity LED triggerRichard Purdie1-1/+25
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds1-247/+282
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl1-3/+2
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner1-239/+239
2005-11-07[MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor1-0/+1
2005-11-07[MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool1-1/+1
2005-11-06[MTD] NAND: Add suspend/resume functionalityVitaly Wool1-6/+40
2005-11-06[MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner1-2/+2
2005-09-08[PATCH] detect soft lockupsIngo Molnar1-0/+1
2005-07-16[MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner1-11/+11
2005-06-29[MTD] NAND: Change exports to _GPLThomas Gleixner1-3/+3
2005-06-29[MTD] NAND: Reorganize chip lockingThomas Gleixner1-28/+29
2005-05-23[MTD] NAND: Honour autoplacement schemes supplied by the callerThomas Gleixner1-2/+8
2005-05-23[MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen1-5/+5
2005-05-23[MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown1-4/+3
2005-05-23[MTD] NAND: Move the NULL check into the calling functionThomas Gleixner1-8/+8
2005-05-23[MTD] NAND: Fix missing NULL pointer checkDan Brown1-7/+7
2005-05-23[MTD] NAND: Fix oob available calculationThomas Gleixner1-7/+4
2005-05-23[MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy1-5/+5
2005-05-23[MTD] NAND: Fixed unused loop variableBen Dooks1-2/+2
2005-05-23[MTD] NAND: Use cond_resched instead of msleepThomas Gleixner1-2/+2
2005-05-23[MTD] NAND: Check command timeoutThomas Gleixner1-11/+26
2005-05-23[MTD] NAND: Early Manufacturer ID lookupKyungmin Park1-9/+10
2005-05-23[MTD] NAND: Allow operation without bad block tableArtem B. Bityuckiy1-2/+3
2005-05-23[MTD] NAND: Skip bad block table scan on requestThomas Gleixner1-1/+5
2005-05-23[MTD] NAND Add optional ECC status check callbackDavid A. Marlin1-11/+54
2005-05-23[MTD] NAND use symbols instead of literalsDavid A. Marlin1-7/+7
2005-05-23[MTD] NAND replace yieldThomas Gleixner1-2/+2
2005-05-23[MTD] NAND workaround for AG-AND disturb issue. AG-AND recoveryDavid A. Marlin1-5/+69
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2563