summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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 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-20mtd: vmu-flash: Use hweight_longAkinobu Mita1-4/+3
2009-11-12mxc_nand: use DRIVER_NAME where appropriateSascha Hauer1-2/+2
2009-11-12mxc_nand: remove TROP_US_DELAYSascha Hauer1-10/+7
2009-11-12mxc_nand: Allow flash based bbtSascha Hauer1-0/+34
2009-11-12mxc_nand: disable sp_en bit only onceSascha Hauer1-12/+3