summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-23[MTD] NAND cleanup nand_scanThomas Gleixner1-174/+233
2006-05-23[MTD] NAND consolidate data typesThomas Gleixner2-64/+64
2006-05-23[MTD] NAND whitespace and formatting cleanupThomas Gleixner2-111/+96
2006-05-23[JFFS2] Simplify writebuffer handlingThomas Gleixner1-170/+102
2006-05-23[MTD] Add support for NDFC NAND controllerThomas Gleixner4-0/+390
2006-05-23[MTD] Add platform support for NANDThomas Gleixner1-0/+47
2006-05-23[MTD] Simplify NAND lockingThomas Gleixner2-41/+47
2006-05-23[MTD] Improve software ECC calculationThomas Gleixner2-134/+96
2006-05-23[JFFS2] Remove flash offset argument from various functions.David Woodhouse9-115/+135
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel6-13/+9
2006-05-22[MTD] Merge STMicro NOR_ECC code with Intel Sibley codeJoern Engel4-56/+6
2006-05-22[MTD] Introduce writesizeJoern Engel17-114/+117
2006-05-22[MTD] Use single flag to mark writeable devices.Joern Engel1-6/+4
2006-05-22[JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structureDavid Woodhouse2-24/+34
2006-05-22[JFFS2] Add some preemptive BUG checks for XATTR codeDavid Woodhouse2-0/+5