aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner7-98/+259
2006-05-29[MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner6-24/+46
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner18-590/+1028
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner9-179/+195
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner20-99/+134
2006-05-29[MTD] NAND Consolidate oobinfo handlingThomas Gleixner7-28/+9
2006-05-29[MTD] NAND Fix platform structure and NDFC driverThomas Gleixner3-6/+7
2006-05-29[MTD] Fix debug printk format warning in m25p80 SPI chip driver, again.Andrew Morton1-1/+1
2006-05-29[MTD] AMD Geode NAND support can depend on X86_32; we won't see it on x86_64David Woodhouse1-1/+1
2006-05-29[JFFS2] Preallocate raw_node_refs in a couple of missing places in scanDavid Woodhouse1-2/+7
2006-05-28[JFFS2] Fix oops when marking space dirty in scan, but no previous node exists.David Woodhouse1-1/+1
2006-05-27[JFFS2] Fix wbuf recovery of f->metadata->raw node.David Woodhouse1-1/+5
2006-05-27[MTD] NAND Consolidate references and add back default name settingThomas Gleixner1-7/+10
2006-05-27[MTD] NAND simplify nand_chip_selectThomas Gleixner1-2/+0
2006-05-26[MTD] Fix thinko in nand_write_page_hwecc()David Woodhouse1-1/+1
2006-05-26[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.David Woodhouse9-225/+351
2006-05-26[MTD] NAND modularize write functionThomas Gleixner7-548/+308
2006-05-26[MTD] Remove PCI dependency for Geode CS553[56] NAND controller.David Woodhouse2-4/+31
2006-05-25[JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse2-15/+15
2006-05-25[MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changesDavid Woodhouse1-4/+4
2006-05-25[MTD] Remove the only useless readv implementationThomas Gleixner2-33/+0
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner4-255/+275
2006-05-25[MTD] NAND Add read/write function pointers to struct nand_ecc_ctrlThomas Gleixner1-0/+13
2006-05-25[MTD] Add ECC statistics to struct mtd_infoThomas Gleixner1-0/+14
2006-05-25[MTD] NAND Cleanup oob functionsThomas Gleixner1-75/+81
2006-05-25[MTD] NAND Introduce NAND_NO_READRDY optionThomas Gleixner2-77/+92
2006-05-25[MTD] NAND Initialize controller lock and wq only onceThomas Gleixner2-4/+9
2006-05-25[JFFS2] Fix and improve debugging output during scan.David Woodhouse2-5/+5
2006-05-25[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()David Woodhouse7-14/+16
2006-05-25[JFFS2] Correctly handle wasted space before summary node.David Woodhouse1-2/+2
2006-05-25[JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it.David Woodhouse4-5/+5
2006-05-25[JFFS2] Allocate node_ref for wasted space when skipping to page boundaryDavid Woodhouse1-5/+2
2006-05-24[MTD] NAND fix cmd_ctrl breakageThomas Gleixner1-5/+10
2006-05-24[MTD] NAND coding style and namespace cleanupThomas Gleixner1-534/+520
2006-05-24[JFFS2] Revert Artem's Bunkage in debug messages.David Woodhouse1-2/+2
2006-05-24Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.gitDavid Woodhouse32-1515/+666
2006-05-24[JFFS2] Introduce ref_next() macro for finding next physical nodeDavid Woodhouse6-30/+31
2006-05-24[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse12-349/+204
2006-05-23[MTD] NAND LED support cleanupThomas Gleixner1-2/+6
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner7-93/+14
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner18-543/+430
2006-05-23[MTD] Export nand_write_rawThomas Gleixner1-0/+1
2006-05-23[MTD] Mark NAND drivers TOTO and PPChameleon brokenThomas Gleixner1-2/+2
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner15-404/+209
2006-05-23[MTD] Remove readv/readv_eccThomas Gleixner4-37/+1
2006-05-23[MTD] Remove nand writev supportThomas Gleixner6-434/+3
2006-05-23[MTD] ECC rework broke diskonchipThomas Gleixner1-1/+1
2006-05-23[MTD] NAND ECC hwctl function has no return valueThomas Gleixner1-1/+1
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner32-415/+357
2006-05-23[MTD] NAND modularize ECCThomas Gleixner16-166/+131