summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-16mtd: OneNAND: Fix test of unsigned in onenand_otp_walk()Roel Kluin1-2/+2
2009-12-10mtd: cfi_cmdset_0002, fix lock imbalanceJiri Slaby1-1/+0
2009-12-07Revert "mtd: move mxcnd_remove to .exit.text"Uwe Kleine-König1-1/+1
2009-12-05mtd: m25p80: add support for Macronix MX25L4005ASimon Guinot1-0/+1
2009-12-02kmsg_dump: fix build for CONFIG_PRINTK=nRandy Dunlap2-1/+17
2009-12-01mtd: nandsim: add support for 4KiB pagesSebastian Andrzej Siewior1-2/+5
2009-11-30Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6David Woodhouse2-476/+300
2009-11-30mtd: mtdoops: refactor as a kmsg_dumperSimon Kagstrom1-133/+102
2009-11-30mtd: mtdoops: make record size configurableSimon Kagstrom1-31/+43
2009-11-30mtd: mtdoops: limit the maximum mtd partition sizeSimon Kagstrom1-6/+11
2009-11-30mtd: mtdoops: keep track of used/unused pages in an arraySimon Kagstrom1-18/+44
2009-11-30mtd: mtdoops: several minor cleanupsArtem Bityutskiy1-41/+40
2009-11-30core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom3-0/+166
2009-11-30mtd: add ARM pismo supportRussell King - ARM Linux1-0/+1
2009-11-30mtd: pxa3xx_nand: Fix PIO data transferDavid Hunter1-2/+2
2009-11-30mtd: nand: fix multi-chip suspend problemLi Yang1-2/+8
2009-11-30mtd: add support for switching old SST chips into QRY modeGuillaume LECERF1-0/+7
2009-11-30mtd: fix M29W800D dev_id and uaddrLadislav Michl1-4/+4
2009-11-30mtd: don't use PF_MEMALLOCKOSAKI Motohiro1-3/+0
2009-11-30mtd: Add bad block table overrides to Davinci NAND driverMark A. Greer2-0/+6
2009-11-30mtd: m25p80: Add support for CAT25xxx serial EEPROMsAnton Vorontsov1-45/+69
2009-11-30mtd: m25p80: Rework probing/JEDEC codeAnton Vorontsov1-29/+40
2009-11-30mtd: m25p80: Convert to device table matchingAnton Vorontsov1-75/+89
2009-11-30mtd: make pagetest workArtem Bityutskiy1-0/+1
2009-11-30mtd: don't use __exit_p to wrap mxcnd_removeUwe Kleine-König1-1/+1
2009-11-30mtd: move excite_nand_remove to .devexit.textUwe Kleine-König1-1/+1
2009-11-30JFFS2: fix min/max confusionRoel Kluin1-1/+1
2009-11-30mtd: CFI cmdset_0002: enable erase-suspend-programJoakim Tjernlund1-13/+3
2009-11-30mtd: eLBC NAND: give more verbose output on errorScott Wood1-5/+8
2009-11-30mtd: eLBC NAND: use recommended command sequencesScott Wood1-39/+27
2009-11-30mtd: eLBC NAND: increase bus timeout to maximumScott Wood1-0/+7
2009-11-30mtd: alauda: Use hweight8Akinobu Mita1-10/+1
2009-11-30jffs2: Fix error return in jffs2_do_read_inode_internal()Roel Kluin1-1/+1
2009-11-30mtd: error return -EIO instead of EIORoel Kluin3-4/+4
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt2-14/+15
2009-11-30mtd: add lock fixup for AT49BV640D and AT49BV640DT chipsHans-Christian Egtvedt1-0/+14
2009-11-30mtd: ensure index is positiveRoel Kluin2-2/+2
2009-11-30mtd: m25p80: make command buffer DMA-safeJohannes Stezenbach1-2/+9
2009-11-30mtd: s3c2410: propagate nand options from the platform dataBen Dooks2-1/+3
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks2-2/+5
2009-11-30mtd: txx9ndfmc: Use nand_release to free resourcesAtsushi Nemoto1-2/+1
2009-11-30mtd: ixp4xx map: use resource_sizeTobias Klauser1-3/+3
2009-11-30mtd: Add panic_write for NAND flashesSimon Kagstrom1-8/+120
2009-11-30mtd: add missing put_chip() in cfi_intelext_reset()Nicolas Pitre1-0/+1
2009-11-30mtd: OneNAND: fix double printing of function nameMika Korhonen1-2/+2
2009-11-30mtd: OneNAND: multiblock erase supportMika Korhonen4-7/+194
2009-11-30mtd: OneNAND: move erase method to a separate functionMika Korhonen1-56/+76
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita2-0/+88
2009-11-30mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita2-7/+28
2009-11-30mtd: OneNAND OTP support reworkAmul Kumar Saha2-32/+264