aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2006-05-27[MTD] NAND simplify nand_chip_selectThomas Gleixner
2006-05-26[MTD] Fix thinko in nand_write_page_hwecc()David Woodhouse
2006-05-26[MTD] NAND modularize write functionThomas Gleixner
2006-05-25[MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changesDavid Woodhouse
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner
2006-05-25[MTD] NAND Cleanup oob functionsThomas Gleixner
2006-05-25[MTD] NAND Initialize controller lock and wq only onceThomas Gleixner
2006-05-24[MTD] NAND fix cmd_ctrl breakageThomas Gleixner
2006-05-24[MTD] NAND coding style and namespace cleanupThomas Gleixner
2006-05-23[MTD] NAND LED support cleanupThomas Gleixner
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner
2006-05-23[MTD] Export nand_write_rawThomas Gleixner
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner
2006-05-23[MTD] Remove readv/readv_eccThomas Gleixner
2006-05-23[MTD] Remove nand writev supportThomas Gleixner
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner
2006-05-23[MTD] NAND modularize ECCThomas Gleixner
2006-05-23[MTD] NAND cleanup nand_scanThomas Gleixner
2006-05-23[MTD] NAND consolidate data typesThomas Gleixner
2006-05-23[MTD] NAND whitespace and formatting cleanupThomas Gleixner
2006-05-23[MTD] Simplify NAND lockingThomas Gleixner
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel
2006-05-22[MTD] Introduce writesizeJoern Engel
2006-05-14[MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse
2006-03-31[PATCH] LED: add NAND MTD activity LED triggerRichard Purdie
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor
2005-11-07[MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool
2005-11-06[MTD] NAND: Add suspend/resume functionalityVitaly Wool
2005-11-06[MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner
2005-09-07[PATCH] detect soft lockupsIngo Molnar
2005-07-16[MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner
2005-06-29[MTD] NAND: Change exports to _GPLThomas Gleixner
2005-06-29[MTD] NAND: Reorganize chip lockingThomas Gleixner
2005-05-23[MTD] NAND: Honour autoplacement schemes supplied by the callerThomas Gleixner
2005-05-23[MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen
2005-05-23[MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown
2005-05-23[MTD] NAND: Move the NULL check into the calling functionThomas Gleixner
2005-05-23[MTD] NAND: Fix missing NULL pointer checkDan Brown
2005-05-23[MTD] NAND: Fix oob available calculationThomas Gleixner
2005-05-23[MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy
2005-05-23[MTD] NAND: Fixed unused loop variableBen Dooks
2005-05-23[MTD] NAND: Use cond_resched instead of msleepThomas Gleixner
2005-05-23[MTD] NAND: Check command timeoutThomas Gleixner
2005-05-23[MTD] NAND: Early Manufacturer ID lookupKyungmin Park