aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy8-3/+13
2006-06-10[MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compilesDavid Woodhouse1-5/+5
2006-06-09[MTD] Prepare physmap for 64-bit-resourcesAndrew Morton1-3/+3
2006-06-09[JFFS2] Fix more breakage caused by janitorial meddling.David Woodhouse1-2/+2
2006-06-03[JFFS2] Remove stray __exit from jffs2_compressors_exit()David Woodhouse1-1/+1
2006-05-30[MTD] Allow alternate JFFS2 mount variant for root filesystem.Joern Engel1-0/+4
2006-05-30[MTD] Disconnect struct mtd_info from ABIJoern Engel1-1/+10
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel9-10/+10
2006-05-30[MTD] replace MTD_ROM with MTD_GENERIC_TYPEJoern Engel2-5/+3
2006-05-30[MTD] remove a forgotten MTD_XIPJoern Engel1-1/+1
2006-05-30[MTD] Fix build warnings (and debug build error) in nand_base.cAndrew Morton1-4/+4
2006-05-30[JFFS2] Preallocate node refs for cleanmarker in summary scanDavid Woodhouse1-5/+8
2006-05-30[JFFS2] Fix calculation of potential summary marker offset on NOR flash.David Woodhouse1-1/+1
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-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