[MTD] Rework the out of band handling completely
[safe/jmp/linux-2.6] / drivers / mtd / nand /
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-29 Thomas Gleixner[MTD] NAND Fix platform structure and NDFC driver
2006-05-29 David Woodhouse[MTD] AMD Geode NAND support can depend on X86_32;...
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-26 David Woodhouse[MTD] Remove PCI dependency for Geode CS553[56] NAND...
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 Introduce NAND_NO_READRDY option
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] Mark NAND drivers TOTO and PPChameleon broken
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 Gleixner[MTD] ECC rework broke diskonchip
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] Add support for NDFC NAND controller
2006-05-23 Thomas Gleixner[MTD] Simplify NAND locking
2006-05-23 Thomas Gleixner[MTD] Improve software ECC calculation
2006-05-22 Joern Engel[MTD] Introduce MTD_BIT_WRITEABLE
2006-05-22 Joern Engel[MTD] Introduce writesize
2006-05-21 Jonathan McDowell[MTD] Add Amstrad Delta NAND support
2006-05-16 Sergei ShtylyovNAND: Fix NAND ECC errors on AMD Au1550
2006-05-16 Sergei ShtylyovNAND: AMD Au1550 driver reads write-only register
2006-05-16 David Woodhouse[MTD NAND] Make various initfuncs static, remove #ifdef...
2006-05-16 David Woodhouse[MTD] Add help text for MTD_NAND_CS553X option.
2006-05-14 David Woodhouse[MTD NAND] Modify check for modules registering NAND...
2006-05-14 David Woodhouse[MTD] Fix legacy character sets throughout drivers...
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-05-13 David Woodhouse[MTD NAND] Reduce paranoia level when scanning for...
2006-05-13 David Woodhouse[MTD NAND] Update CS553x NAND driver: Hardware ECC...
2006-05-13 David Woodhouse[MTD NAND] Use vmalloc for buffer when scanning for...
2006-05-12 Egry GáborTrivial typo fixes in Kconfig files (MTD).
2006-05-11 David Woodhouse[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536...
2006-04-30 Lennert Buytenhekts72xx NAND driver
2006-04-18 Richard PurdieMTD: Correct Poodle partition size
2006-03-31 Richard Purdie[PATCH] LED: add NAND MTD activity LED trigger
2006-03-31 Tobias Klauser[PATCH] drivers/mtd: Use ARRAY_SIZE macro
2006-03-31 Adrian Bunk[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should...
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-10 Jesper Juhl[PATCH] turn "const static" into "static const"
2006-01-07 Russell King[ARM] Move asm/hardware/clock.h to linux/clk.h
2006-01-03 Russell King[ARM] Remove clk_use()/clk_unuse()
2005-11-29 Adrian Bunk[MTD] Make functions static, include header files with...
2005-11-17 Russell King[ARM] Drivers should not make use of architecture priva...
2005-11-11 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-11-09 Russell King[DRIVER MODEL] Convert platform drivers to use struct...
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
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 Thomas Gleixner[MTD] NAND Kconfig: Simplify dependencies
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 Richard Purdie[MTD] NAND sharpsl.c: Add support for akita and borzoi...
2005-11-06 Ben Dooks[MTD] NAND s3c2410.c: Fix timing calculation bugs
2005-11-06 Ben Dooks[MTD] NAND s3c2410.c: Fix missing dev parameter to...
2005-11-06 Ben Dooks[MTD] NAND: s3c2410.c Initialize owner in device_driver...
2005-11-06 Ben Dooks[MTD] NAND: s3c2410 use dev_err() to report errors...
2005-11-06 Pete Popov[MTD] NAND: Alchemy board driver cleanup
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-10-31 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-10-29 Russell KingCreate platform_device.h to contain all the platform...
2005-09-29 Russell King[ARM] Don't include mach-types.h unnecessarily
2005-09-17 Richard Purdie[PATCH] MTD: Update SharpSL partition definitions
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-07-06 Ben Dooks[MTD] NAND s3c2410: Add missing NULL pointer check
2005-07-06 Thomas Gleixner[MTD] NAND: Remove unmaintained tx49xx board drivers
2005-07-06 Thomas Gleixner[MTD] NAND: sharpsl.c set correct file permissions
2005-06-29 Thomas Gleixner[MTD] NAND: Add ST chip IDs.
2005-06-29 Ben Dooks[MTD] NAND: s3c24xx updates
2005-06-29 Thomas Gleixner[MTD] NAND: Change exports to _GPL
2005-06-29 Thomas Gleixner[MTD] NAND: Fix broken bad block table scan
2005-06-29 Thomas Gleixner[MTD] NAND: Reorganize chip locking
2005-05-27 Nicolas S. Dade[MTD] NAND: Add Hynix to manufacturer list
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] DiskOnChip: Add some comments
2005-05-23 Dan Brown[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.
2005-05-23 Dan Brown[MTD] DiskOnChip: Prevent problems with existing filesy...
2005-05-23 Dan Brown[MTD] NAND: Fix reading of autoplaced OOB when there...
next