[MTD] update internal API to support 64-bit device size
[safe/jmp/linux-2.6] / drivers / mtd / nand / nand_base.c
2008-12-10 Adrian Hunter[MTD] update internal API to support 64-bit device...
2008-09-16 Karl Beldan[MTD] [NAND] nand_base.c: reset chip first
2008-08-20 Alexey Korolev[MTD] [NAND] Fix missing kernel-doc
2008-08-12 Adrian Hunter[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead...
2008-07-25 Alexey Korolev[MTD] [NAND] subpage read feature as a way to increase...
2008-04-22 Ben Dooks[MTD] [NAND] Verify probe by retrying to checking the...
2008-02-07 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2008-02-03 Joe Perchesdrivers/mtd/: Spelling fixes
2008-02-03 Scott Wood[MTD] [NAND] Fix misparenthesization introduced by...
2008-01-08 Scott Wood[MTD] [NAND] Don't panic if a controller driver does...
2007-10-20 Matt Reimer[MTD] [NAND] treat any negative return value from corre...
2007-10-06 David Woodhouse[MTD] [NAND] Avoid deadlock in erase callback; release...
2007-08-02 Ben Dooks[MTD] [NAND] nand_base.c: fix type of eccpos pointer
2007-08-02 Artem Bityutskiy[MTD] [NAND] fix race in nand_base.c
2007-08-01 maximilian attems[MTD] [NAND] nand_base.c fix broken link
2007-07-23 Artem Bityutskiy[MTD] [NAND] fix race in nand_base.c
2007-06-28 Ben Dooks[MTD] [NAND] nand_base.c: fix type of eccpos pointer
2007-05-03 Thomas Knobloch[MTD] [NAND] Tidy up handling of page number in nand_bl...
2007-04-27 Knobloch, Thomas[MTD] [NAND] Wrong calculation of page number in nand_b...
2007-04-17 Andre Renaud[MTD] [NAND] Casting bug in nand_default_block_markbad
2007-04-17 Thomas Gleixner[MTD] [NAND] Use ecc.read/write_page_raw consequently
2007-03-08 Vitaly Wool[MTD] [NAND] make oobavail public
2007-02-09 Artem Bityutskiy[MTD] remove unused ecctype,eccsize fields from struct...
2007-02-09 Adrian Hunter[MTD] [NAND] Correctly validate out-of-band offset...
2006-12-01 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Thomas Gleixner[MTD] NAND: add subpage write support
2006-11-28 Vitaly Wool[MTD] [NAND] remove len/ooblen confusion.
2006-10-27 Jesper Juhl[PATCH] silence 'make xmldocs' warning by adding missin...
2006-10-26 Ricard Wanderlöf[MTD] NAND: Fix nand_default_mark_blockbad() when flash...
2006-10-22 David Woodhouse[MTD] NAND: Correct setting of chip->oob_poi OOB buffer
2006-10-21 David Woodhouse[MTD] NAND: Combined oob buffer so it's contiguous...
2006-10-21 Artem Bityutskiy[MTD] core: trivial comments fix
2006-09-25 David Woodhouse[MTD NAND] Allow override of page read and write functions.
2006-09-25 David Woodhouse[MTD NAND] Allocate chip->buffers separately to allow...
2006-09-25 David Woodhouse[MTD NAND] Split nand_scan() into two parts; allow...
2006-09-25 David Woodhouse[MTD NAND] Export nand_wait_ready() for use by board...
2006-09-16 Vitaly Wool[PATCH] MTD NAND: OOB buffer offset fixups
2006-08-30 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-08-27 Richard Purdie[PATCH] mtd corruption fix
2006-07-15 David Woodhouse[MTD NAND] Fix lookup error in nand_get_flash_type()
2006-07-11 Vitaly Wool[MTD] NAND: OOB buffer offset fixups
2006-06-29 Randy DunlapMTD: fix all kernel-doc warnings
2006-06-27 Thomas Gleixner[MTD] NAND: Select chip before checking write protect...
2006-06-21 Savin Zlobec[MTD] NAND: Missing fixups
2006-06-20 Thomas Gleixner[MTD] NAND: Fix breakage all over the place
2006-06-20 Vitaly Wool[PATCH] NAND: fix remaining OOB length calculation
2006-05-30 Andrew Morton[MTD] Fix build warnings (and debug build error) in...
2006-05-29 Thomas Gleixner[MTD] NAND Expose the new raw mode function and status...
2006-05-29 Thomas Gleixner[MTD] NAND Signal that a bitflip was corrected by ECC
2006-05-29 Thomas Gleixner[MTD] Rework the out of band handling completely
2006-05-29 Thomas Gleixner[MTD] NAND Replace oobinfo by ecclayout
2006-05-29 Thomas Gleixner[MTD] NAND Consolidate oobinfo handling
2006-05-26 Thomas Gleixner[MTD] NAND Consolidate references and add back default...
2006-05-26 Thomas Gleixner[MTD] NAND simplify nand_chip_select
2006-05-26 David Woodhouse[MTD] Fix thinko in nand_write_page_hwecc()
2006-05-26 Thomas Gleixner[MTD] NAND modularize write function
2006-05-25 David Woodhouse[MTD] Fix NAND_VERIFY_WRITE case to build with tglx...
2006-05-25 Thomas Gleixner[MTD] NAND Modularize read function
2006-05-25 Thomas Gleixner[MTD] NAND Cleanup oob functions
2006-05-25 Thomas Gleixner[MTD] NAND Initialize controller lock and wq only once
2006-05-24 Thomas Gleixner[MTD] NAND fix cmd_ctrl breakage
2006-05-24 Thomas Gleixner[MTD] NAND coding style and namespace cleanup
2006-05-23 Thomas Gleixner[MTD] NAND LED support cleanup
2006-05-23 Thomas Gleixner[MTD] NAND remove write_byte/word function from nand_chip
2006-05-23 Thomas Gleixner[MTD] Refactor NAND hwcontrol to cmd_ctrl
2006-05-23 Thomas Gleixner[MTD] Export nand_write_raw
2006-05-23 Thomas Gleixner[MTD] Remove read/write _ecc variants
2006-05-23 Thomas Gleixner[MTD] Remove readv/readv_ecc
2006-05-23 Thomas Gleixner[MTD] Remove nand writev support
2006-05-23 Thomas GleixnerMerge branch 'master' of /home/tglx/work/kernel/git...
2006-05-23 Thomas Gleixner[MTD] NAND modularize ECC
2006-05-23 Thomas Gleixner[MTD] NAND cleanup nand_scan
2006-05-23 Thomas Gleixner[MTD] NAND consolidate data types
2006-05-23 Thomas Gleixner[MTD] NAND whitespace and formatting cleanup
2006-05-23 Thomas Gleixner[MTD] Simplify NAND locking
2006-05-22 Joern Engel[MTD] Introduce MTD_BIT_WRITEABLE
2006-05-22 Joern Engel[MTD] Introduce writesize
2006-05-14 David Woodhouse[MTD NAND] Modify check for modules registering NAND...
2006-05-14 David Woodhouse[MTD] Fix module refcounting in NAND board drivers.
2006-05-13 David Woodhouse[MTD NAND] Indent all of drivers/mtd/nand/*.c.
2006-03-31 Richard Purdie[PATCH] LED: add NAND MTD activity LED trigger
2005-11-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/tglx/mtd-2.6
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: drivers/mtd
2005-11-07 Thomas Gleixner[MTD] NAND: Clean up trailing white spaces
2005-11-07 Todd Poynor[MTD] NAND: nand_write_ecc memory and OOB corruption
2005-11-07 Vitaly Wool[MTD] NAND nand_base: Fix shift for bad block check...
2005-11-06 Vitaly Wool[MTD] NAND: Add suspend/resume functionality
2005-11-06 Thomas Gleixner[MTD] NAND: Use correct mask for OOB size calculation
2005-09-07 Ingo Molnar[PATCH] detect soft lockups
2005-07-16 Thomas Gleixner[MTD] NAND: Fix broken bad block scan for 16 bit devices
2005-06-29 Thomas Gleixner[MTD] NAND: Change exports to _GPL
2005-06-29 Thomas Gleixner[MTD] NAND: Reorganize chip locking
2005-05-23 Thomas Gleixner[MTD] NAND: Honour autoplacement schemes supplied by...
2005-05-23 Jarkko Lavinen[MTD] NAND: Fix the broken dynamic array allocations
2005-05-23 Dan Brown[MTD] NAND: Fix reading of autoplaced OOB when there...
2005-05-23 Thomas Gleixner[MTD] NAND: Move the NULL check into the calling function
2005-05-23 Dan Brown[MTD] NAND: Fix missing NULL pointer check
2005-05-23 Thomas Gleixner[MTD] NAND: Fix oob available calculation
2005-05-23 Artem B. Bityuckiy[MTD] NAND: Use arrays of needed size instead of consta...
2005-05-23 Ben Dooks[MTD] NAND: Fixed unused loop variable
next