summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-301-10/+16
* [MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner2006-05-291-1/+4
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-291-222/+320
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-19/+33
* [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-291-9/+1
* [MTD] NAND Consolidate references and add back default name settingThomas Gleixner2006-05-271-7/+10
* [MTD] NAND simplify nand_chip_selectThomas Gleixner2006-05-271-2/+0
* [MTD] Fix thinko in nand_write_page_hwecc()David Woodhouse2006-05-261-1/+1
* [MTD] NAND modularize write functionThomas Gleixner2006-05-261-514/+261
* [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
OpenPOWER on IntegriCloud