summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* [MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changesDavid Woodhouse2006-05-251-4/+4
* [MTD] NAND Modularize read functionThomas Gleixner2006-05-251-221/+227
* [MTD] NAND Cleanup oob functionsThomas Gleixner2006-05-251-75/+81
* [MTD] NAND Initialize controller lock and wq only onceThomas Gleixner2006-05-251-3/+4
* [MTD] NAND fix cmd_ctrl breakageThomas Gleixner2006-05-241-5/+10
* [MTD] NAND coding style and namespace cleanupThomas Gleixner2006-05-241-534/+520
* [MTD] NAND LED support cleanupThomas Gleixner2006-05-231-2/+6
* [MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner2006-05-231-45/+0
* [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-231-61/+54
* [MTD] Export nand_write_rawThomas Gleixner2006-05-231-0/+1
* [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-231-62/+60
* [MTD] Remove readv/readv_eccThomas Gleixner2006-05-231-1/+0
* [MTD] Remove nand writev supportThomas Gleixner2006-05-231-188/+0
* Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner2006-05-231-32/+32
|\
| * [MTD] Introduce MTD_BIT_WRITEABLEJoern Engel2006-05-221-1/+1
| * [MTD] Introduce writesizeJoern Engel2006-05-221-32/+32
* | [MTD] NAND modularize ECCThomas Gleixner2006-05-231-98/+48
* | [MTD] NAND cleanup nand_scanThomas Gleixner2006-05-231-174/+233
* | [MTD] NAND consolidate data typesThomas Gleixner2006-05-231-53/+53
* | [MTD] NAND whitespace and formatting cleanupThomas Gleixner2006-05-231-42/+62
* | [MTD] Simplify NAND lockingThomas Gleixner2006-05-231-38/+43
|/
* [MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse2006-05-141-6/+11
* [MTD] Fix module refcounting in NAND board drivers.David Woodhouse2006-05-141-3/+13
* [MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse2006-05-131-357/+337
* [PATCH] LED: add NAND MTD activity LED triggerRichard Purdie2006-03-311-1/+25
* Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-071-247/+282
|\
| * [MTD] NAND: Clean up trailing white spacesThomas Gleixner2005-11-071-239/+239
| * [MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor2005-11-071-0/+1
| * [MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool2005-11-071-1/+1
| * [MTD] NAND: Add suspend/resume functionalityVitaly Wool2005-11-061-6/+40
| * [MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner2005-11-061-2/+2
* | [PATCH] kfree cleanup: drivers/mtdJesper Juhl2005-11-071-3/+2
|/
* [PATCH] detect soft lockupsIngo Molnar2005-09-071-0/+1
* [MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner2005-07-161-11/+11
* [MTD] NAND: Change exports to _GPLThomas Gleixner2005-06-291-3/+3
* [MTD] NAND: Reorganize chip lockingThomas Gleixner2005-06-291-28/+29
* [MTD] NAND: Honour autoplacement schemes supplied by the callerThomas Gleixner2005-05-231-2/+8
* [MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen2005-05-231-5/+5
* [MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown2005-05-231-4/+3
* [MTD] NAND: Move the NULL check into the calling functionThomas Gleixner2005-05-231-8/+8
* [MTD] NAND: Fix missing NULL pointer checkDan Brown2005-05-231-7/+7
* [MTD] NAND: Fix oob available calculationThomas Gleixner2005-05-231-7/+4
* [MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy2005-05-231-5/+5
* [MTD] NAND: Fixed unused loop variableBen Dooks2005-05-231-2/+2
* [MTD] NAND: Use cond_resched instead of msleepThomas Gleixner2005-05-231-2/+2
* [MTD] NAND: Check command timeoutThomas Gleixner2005-05-231-11/+26
* [MTD] NAND: Early Manufacturer ID lookupKyungmin Park2005-05-231-9/+10
* [MTD] NAND: Allow operation without bad block tableArtem B. Bityuckiy2005-05-231-2/+3
* [MTD] NAND: Skip bad block table scan on requestThomas Gleixner2005-05-231-1/+5
* [MTD] NAND Add optional ECC status check callbackDavid A. Marlin2005-05-231-11/+54
OpenPOWER on IntegriCloud