aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-09[MTD] [OneNAND] Classify the page data and oob bufferKyungmin Park1-1/+4
2007-03-08[MTD] [NAND] make oobavail publicVitaly Wool1-0/+1
2007-02-09[MTD] Clarify OOB-operation interface commentsArtem Bityutskiy1-0/+4
2007-02-09[MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy1-2/+0
2007-02-09[MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy1-10/+0
2007-02-09[MTD] physmap: Add support for 64 bit resourcesStefan Roese1-1/+1
2007-02-09[MTD] Don't include linux/mtd/map.h from linux/mtd/physmap.hHaavard Skinnemoen1-1/+2
2007-02-09Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse3-11/+18
2007-02-09[MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chipRandy Dunlap1-0/+1
2007-02-07[MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park1-0/+7
2007-02-02[MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park1-6/+2
2007-01-31[MTD] OneNAND: Remove unused fieldsKyungmin Park1-2/+0
2007-01-18[MTD] OneNAND: Update copyrights and code cleanupKyungmin Park2-2/+3
2007-01-18[MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park2-1/+6
2007-01-10[MTD] OneNAND: Implement read-while-loadAdrian Hunter1-0/+1
2007-01-10[MTD] OneNAND: add subpage write supportKyungmin Park1-0/+2
2006-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-11-29[MTD] add get and put methodsArtem Bityutskiy1-0/+7
2006-11-29[MTD] add get_mtd_device_nm() functionArtem Bityutskiy1-0/+1
2006-11-29[MTD] NAND: add subpage write supportThomas Gleixner2-0/+11
2006-11-29[MTD] increase MAX_MTD_DEVICESArtem Bityutskiy1-1/+1
2006-11-29Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2-1/+5
2006-11-28[MTD] [NAND] remove len/ooblen confusion.Vitaly Wool1-7/+5
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie1-1/+2
2006-11-16[MTD] OneNAND: Single bit error detectionKyungmin Park1-0/+1
2006-11-16[MTD] OneNAND: lock supportKyungmin Park1-1/+0
2006-11-16MTD: OneNAND: interrupt based wait supportKyungmin Park1-0/+4
2006-10-30[PATCH] MTD: fix last kernel-doc warningRandy Dunlap1-1/+1
2006-10-21[MTD] NAND: Combined oob buffer so it's contiguous with dataDavid Woodhouse1-5/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-26[MTD ONENAND] Check OneNAND lock scheme & all block unlock command supportKyungmin Park2-3/+7
2006-09-25[MTD NAND] Provide prototype for newly-exported nand_wait_ready()David Woodhouse1-0/+3
2006-09-25[MTD NAND] Allow override of page read and write functions.David Woodhouse1-0/+11
2006-09-25[MTD NAND] Allocate chip->buffers separately to allow it to be overriddenDavid Woodhouse1-2/+4
2006-09-25[MTD NAND] Split nand_scan() into two parts; allow board driver to interveneDavid Woodhouse1-0/+5
2006-08-16MTD: Convert Atmel PRI information to AMD formatHaavard Skinnemoen1-0/+13
2006-06-29MTD: kernel-doc fixes + additionsRandy Dunlap4-54/+65
2006-06-29MTD: fix all kernel-doc warningsRandy Dunlap1-3/+10
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds5-5/+0
2006-06-20[MTD] NAND: Fix breakage all over the placeThomas Gleixner1-1/+11
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy1-3/+6
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner1-11/+0
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner2-10/+50
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-15/+1
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner6-12/+13
2006-05-29[MTD] NAND Consolidate oobinfo handlingThomas Gleixner1-3/+2
2006-05-29[MTD] NAND Fix platform structure and NDFC driverThomas Gleixner2-2/+5
2006-05-26[MTD] NAND modularize write functionThomas Gleixner1-26/+45
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner1-8/+8
2006-05-25[MTD] NAND Add read/write function pointers to struct nand_ecc_ctrlThomas Gleixner1-0/+13