Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / include / linux / mtd /
2007-01-31 Kyungmin Park[MTD] OneNAND: Remove unused fields
2007-01-18 Kyungmin Park[MTD] OneNAND: Update copyrights and code cleanup
2007-01-18 Kyungmin Park[MTD] OneNAND: Reduce Double Density Package (DDP)...
2007-01-10 Adrian Hunter[MTD] OneNAND: Implement read-while-load
2007-01-10 Kyungmin Park[MTD] OneNAND: add subpage write support
2006-12-01 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Artem Bityutskiy[MTD] add get and put methods
2006-11-29 Artem Bityutskiy[MTD] add get_mtd_device_nm() function
2006-11-29 Thomas Gleixner[MTD] NAND: add subpage write support
2006-11-29 Artem Bityutskiy[MTD] increase MAX_MTD_DEVICES
2006-11-29 David WoodhouseMerge git://git.infradead.org/~kmpark/onenand-mtd-2.6
2006-11-28 Vitaly Wool[MTD] [NAND] remove len/ooblen confusion.
2006-11-28 Richard Purdie[MTD] Allow variable block sizes in mtd_blkdevs
2006-11-16 Kyungmin Park[MTD] OneNAND: Single bit error detection
2006-11-16 Kyungmin Park[MTD] OneNAND: lock support
2006-11-16 Kyungmin ParkMTD: OneNAND: interrupt based wait support
2006-10-30 Randy Dunlap[PATCH] MTD: fix last kernel-doc warning
2006-10-21 David Woodhouse[MTD] NAND: Combined oob buffer so it's contiguous...
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-26 Kyungmin Park[MTD ONENAND] Check OneNAND lock scheme & all block...
2006-09-25 David Woodhouse[MTD NAND] Provide prototype for newly-exported nand_wa...
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-08-17 Haavard SkinnemoenMTD: Convert Atmel PRI information to AMD format
2006-06-29 Randy DunlapMTD: kernel-doc fixes + additions
2006-06-29 Randy DunlapMTD: fix all kernel-doc warnings
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-06-20 Thomas Gleixner[MTD] NAND: Fix breakage all over the place
2006-06-14 Artem B. Bityutskiy[MTD] assume mtd->writesize is 1 for NOR flashes
2006-05-29 Thomas Gleixner[MTD] NAND Expose the new raw mode function and status...
2006-05-29 Thomas Gleixner[MTD] Rework the out of band handling completely
2006-05-29 Thomas Gleixner[MTD] Remove silly MTD_WRITE/READ macros
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-26 Thomas Gleixner[MTD] NAND modularize write function
2006-05-25 Thomas Gleixner[MTD] NAND Modularize read function
2006-05-25 Thomas Gleixner[MTD] NAND Add read/write function pointers to struct...
2006-05-25 Thomas Gleixner[MTD] Add ECC statistics to struct mtd_info
2006-05-25 Thomas Gleixner[MTD] NAND Introduce NAND_NO_READRDY option
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] 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] NAND ECC hwctl function has no return value
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 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] Add platform support for NAND
2006-05-23 Thomas Gleixner[MTD] Simplify NAND locking
2006-05-22 Joern Engel[MTD] Introduce writesize
2006-05-14 David Woodhouse[MTD] Clean up <linux/mtd/physmap.h> to fix modular...
2006-05-14 David Woodhouse[MTD] Fix legacy character sets throughout drivers...
2006-05-12 Kyungmin ParkOneNAND: One-Time Programmable (OTP) support
2006-05-12 Kyungmin ParkOneNAND: handle byte access on BufferRAM
2006-05-07 Lennert Buytenhek[MTD] Convert physmap to platform driver
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-03-31 Adrian Bunk[PATCH] drivers/mtd/: small cleanups
2006-03-31 Ingo Molnar[PATCH] sem2mutex: drivers/mtd/
2006-02-08 Al Viro[PATCH] remove bogus asm/bug.h includes.
2005-12-19 Kyungmin Park[PATCH] mtd onenand driver: reduce stack usage
2005-12-19 Kyungmin Park[PATCH] mtd onenand driver: check correct manufacturer
2005-11-29 Todd Poynor[MTD] CFI: Use 16-bit access to autoselect/read device...
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-11-07 Thomas Gleixner[MTD] includes: Clean up trailing white spaces
2005-11-06 Nicolas Pitre[MTD] Don't let gcc inline functions marked __xipram
2005-11-06 Kyungmin Park[MTD] OneNAND: Enhanced support for DDP (Dual Densitiy...
2005-11-06 Kyungmin Park[MTD] OneNAND: Power Management (PM) support
2005-11-06 Kyungmin Park[MTD] OneNAND: Add missing files
2005-11-06 Vitaly Wool[MTD] NAND: Add suspend/resume functionality
2005-11-06 Kyungmin Park[PATCH] OneNAND: Fix bug in write verify
2005-11-06 Kyungmin Park[PATCH] OneNAND: Update OMAP OneNAND mapping using...
2005-11-06 Kyungmin Park[PATCH] OneNAND: Simple Bad Block handling support
2005-11-06 Kyungmin Park[PATCH] OneNAND: Sync. Burst Read support
2005-11-06 Kyungmin Park[MTD] Add initial support for OneNAND flash chips
2005-11-06 Nicolas Pitre{MTD] add support for Intel's "Sibley" flash
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-07-07 Thomas Gleixner[MTD] XIP cleanup
2005-06-29 Sean Young[MTD] Use correct major number for INFTL
2005-06-29 Todd Poynor[MTD] XIP for AMD CFI flash.
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-25 Thomas Gleixner[MTD] Fix it really
2005-05-25 Thomas Gleixner[MTD] map.h Use the correct macro and fix the resulting...
2005-05-24 Thomas Gleixner[MTD] Make map_word_ff ware of the flash buswidth
2005-05-23 Thomas Gleixner[MTD] Fix broken user ABI
2005-05-23 Nicolas Pitre[MTD] Add reboot notifier to Intel NOR flash driver
2005-05-23 Thomas Gleixner[MTD] Add the reverse operation of cfi_build_cmd()
2005-05-23 Ben Dooks[MTD] Fixed signed 1bit bitfield
2005-05-23 Nicolas Pitre[MTD] Quiet unused variable warning
2005-05-23 Thomas Gleixner[MTD] NAND: Skip bad block table scan on request
2005-05-23 Nicolas Pitre[MTD] Support for protection register support on Intel...
2005-05-23 Nicolas Pitre[MTD] Add OTP basisc
2005-05-23 David A. Marlin[MTD] NAND Add optional ECC status check callback
2005-05-23 Ben Dooks[MTD] Platform RAM Driver
2005-05-23 David A. Marlin[MTD] NAND extended commands, badb block table autorefresh
next