summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-2/+4
2006-08-27[PATCH] mtd corruption fixRichard Purdie1-2/+4
2006-07-15[MTD NAND] Fix lookup error in nand_get_flash_type()David Woodhouse1-1/+1
2006-07-11[MTD] NAND: OOB buffer offset fixupsVitaly Wool1-2/+2
2006-06-29MTD: fix all kernel-doc warningsRandy Dunlap1-8/+8
2006-06-28[MTD] NAND: Select chip before checking write protect statusThomas Gleixner1-3/+3
2006-06-21[MTD] NAND: Missing fixupsSavin Zlobec1-5/+5
2006-06-20[MTD] NAND: Fix breakage all over the placeThomas Gleixner1-82/+215
2006-06-20[PATCH] NAND: fix remaining OOB length calculationVitaly Wool1-2/+2
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-27[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-25[MTD] NAND fix cmd_ctrl breakageThomas Gleixner1-5/+10
2006-05-25[MTD] NAND coding style and namespace cleanupThomas Gleixner1-534/+520
2006-05-24[MTD] NAND LED support cleanupThomas Gleixner1-2/+6
2006-05-24[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-45/+0
2006-05-24[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-61/+54
2006-05-24[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-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