summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] Support multiple chips in CAFÉ driverDavid Woodhouse2007-05-021-9/+20
* [MTD] [NAND] Rename cafe.c to cafe_nand.c and remove the multi-obj magicDavid Woodhouse2007-05-022-1/+0
* [MTD] [NAND] Use rslib for CAFÉ ECCSegher Boessenkool2007-05-024-1399/+106
* [RSLIB] Support non-canonical GF representationsSegher Boessenkool2007-05-022-15/+73
* [JFFS2] Remove dead file histo_mips.hDavid Woodhouse2007-05-021-2/+0
* [MTD] Add Kyungmin Park to MAINTAINERS for OneNANDThomas Gleixner2007-05-021-0/+6
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-04-2775-1724/+2678
|\
| * [MTD] [MAPS] drivers/mtd/maps/ck804xrom.c: convert pci_module_init()Adrian Bunk2007-04-271-1/+1
| * [MTD] [NAND] CM-x270 MTD driverMike Rapoport2007-04-273-0/+273
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-271427-62693/+67010
| |\
| * | [MTD] [NAND] Wrong calculation of page number in nand_block_bad()Knobloch, Thomas2007-04-271-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-26878-9344/+8812
| |\ \
| * | | [MTD] [MAPS] fix plat-ram printk formatRandy Dunlap2007-04-261-1/+2
| * | | [JFFS2] Fix compr_rubin.c build after include file elimination.Andrew Morton2007-04-261-10/+9
| * | | [JFFS2] Handle inodes with only a single metadata node with non-zero isizeDavid Woodhouse2007-04-253-9/+20
| * | | [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-2545-217/+155
| * | | [MTD] [OneNAND] Exit loop only when column start with 0Adrian Hunter2007-04-251-2/+2
| * | | [MTD] [OneNAND] Fix access the past of the real oobfree arrayKyungmin Park2007-04-251-5/+12
| * | | [MTD] [OneNAND] Update Samsung OneNAND official URLKyungmin Park2007-04-251-1/+1
| * | | [JFFS2] Better fix for all-zero node headersJoakim Tjernlund2007-04-252-15/+5
| * | | [JFFS2] Improve read_inode memory usage, v2.David Woodhouse2007-04-253-599/+618
| * | | [JFFS2] Improve failure mode if inode checking leaves unchecked space.David Woodhouse2007-04-231-1/+2
| * | | [JFFS2] Fix cross-endian build.David Woodhouse2007-04-232-3/+12
| * | | [MTD] Finish conversion mtd_blkdevs to use the kthread APIChristoph Hellwig2007-04-221-23/+9
| * | | [JFFS2] Obsolete dirent nodes immediately on unlink, where possible.Joakim Tjernlund2007-04-201-2/+1
| * | | Use menuconfig objects: MTDJan Engelhardt2007-04-196-78/+52
| * | | [MTD] mtd_blkdevs: Convert to use the kthread APIEric W. Biederman2007-04-191-14/+5
| * | | [MTD] Fix fwh_lock lockingShashi Rao2007-04-171-1/+2
| * | | [JFFS2] Speed up mount for directly-mapped NOR flashJoakim Tjernlund2007-04-171-4/+11
| * | | [JFFS2] fix buffer sise calculations in jffs2_get_inode_nodes()Artem Bityutskiy2007-04-171-65/+33
| * | | [JFFS2] Disable summary after wbuf recoveryAdrian Hunter2007-04-171-0/+3
| * | | [JFFS2] Prevent list corruption when handling write errorsAdrian Hunter2007-04-171-0/+5
| * | | [MTD] nandsim: enhance nandsim to allow arbitrary NAND sizeAdrian Hunter2007-04-171-1/+20
| * | | [MTD] nandsim: Enhance nandsim optionally to report wear informationAdrian Hunter2007-04-171-0/+99
| * | | [MTD] nandsim: enhance nandsim to simulate flash errorsAdrian Hunter2007-04-171-1/+300
| * | | [MTD] nandsim: add partition capability to nandsimAdrian Hunter2007-04-171-24/+73
| * | | [JFFS2] fix deadlock on error pathArtem Bityutskiy2007-04-171-1/+1
| * | | [MTD] [NAND] Casting bug in nand_default_block_markbadAndre Renaud2007-04-171-1/+1
| * | | [MTD] Driver for AT26Fxxx dataflash devicesHans-Jürgen Koch2007-04-173-0/+494
| * | | [MTD] Fix length comparison in MEMREADOOBThomas Gleixner2007-04-171-1/+1
| * | | [MTD] [NAND] Move ancient NAND chip support into a config optionThomas Gleixner2007-04-172-0/+12
| * | | [MTD] [NAND] Use ecc.read/write_page_raw consequentlyThomas Gleixner2007-04-171-2/+2
| * | | [MTD][NAND] Add Micron Manufacturer IDsshahrom@micron.com2007-04-172-0/+2
| * | | [JFFS2] check node crc before doing anything elseThomas Gleixner2007-04-171-15/+15
| * | | [MTD] Fix dependencies for MIPS MTD driversRalf Baechle2007-04-171-3/+3
| * | | [MTD] Alchemy cleanupsRalf Baechle2007-04-171-9/+0
| * | | [MTD] [NOR] Support for auto locking flash on power upRodolfo Giometti2007-04-022-3/+91
| * | | [JFFS2] Delete everything related to obsolete JFFS2_PROC optionRobert P. J. Day2007-04-022-148/+0
| * | | [MTD] PMC MSP71xx flash/rootfs mappingsMarc St-Jean2007-04-024-0/+324
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/miscDavid Woodhouse2007-03-231-58/+9
| |\ \ \
OpenPOWER on IntegriCloud