summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-30[MTD] Fix build warnings (and debug build error) in nand_base.cAndrew Morton1-4/+4
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner1-10/+16
2006-05-29[MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner1-1/+4
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner1-222/+320
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner1-19/+33
2006-05-29[MTD] NAND Consolidate oobinfo handlingThomas Gleixner1-9/+1
2006-05-27[MTD] NAND Consolidate references and add back default name settingThomas Gleixner1-7/+10
2006-05-27[MTD] NAND simplify nand_chip_selectThomas Gleixner1-2/+0
2006-05-26[MTD] Fix thinko in nand_write_page_hwecc()David Woodhouse1-1/+1
2006-05-26[MTD] NAND modularize write functionThomas Gleixner1-514/+261
2006-05-25[MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changesDavid Woodhouse1-4/+4
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner1-221/+227
2006-05-25[MTD] NAND Cleanup oob functionsThomas Gleixner1-75/+81
2006-05-25[MTD] NAND Initialize controller lock and wq only onceThomas Gleixner1-3/+4
2006-05-24[MTD] NAND fix cmd_ctrl breakageThomas Gleixner1-5/+10
2006-05-24[MTD] NAND coding style and namespace cleanupThomas Gleixner1-534/+520
2006-05-23[MTD] NAND LED support cleanupThomas Gleixner1-2/+6
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-45/+0
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-61/+54
2006-05-23[MTD] Export nand_write_rawThomas Gleixner1-0/+1
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner1-62/+60
2006-05-23[MTD] Remove readv/readv_eccThomas Gleixner1-1/+0
2006-05-23[MTD] Remove nand writev supportThomas Gleixner1-188/+0
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-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel1-1/+1
2006-05-22[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-03-31[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-07[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