summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2009-12-01pxa3xx_nand: remove hardcode irq numberHaojian Zhuang1-4/+7
2009-12-01pxa3xx_nand: remove hardcode register addressHaojian Zhuang1-6/+4
2009-12-01pxa3xx_nand: adjust timing of Micron NAND flashHaojian Zhuang1-1/+1
2009-12-01pxa3xx_nand: reset read buffer before readingHaojian Zhuang1-0/+1
2009-12-01pxa3xx_nand: fix memory out of boundHaojian Zhuang1-2/+3
2009-11-30Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6David Woodhouse1-475/+298
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-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. Greer1-0/+2
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-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-30mtd: error return -EIO instead of EIORoel Kluin3-4/+4
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt1-10/+10
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 Dooks1-1/+1
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks1-1/+2
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 Korhonen2-6/+189
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 Mita1-5/+20
2009-11-30mtd: OneNAND OTP support reworkAmul Kumar Saha1-31/+261
2009-11-28pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski1-1/+1
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm1-1/+1
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm1-1/+1
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov1-0/+2