summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-21mtd/maps/pismo: remove dangling pointer and a leakWolfram Sang1-1/+7
2010-03-18mtd: block2mtd: Use kasprintfJulia Lawall1-3/+1
2010-03-18mtd: small typo in MakefileMatteo Croce1-1/+1
2010-03-11mtd/nand/r852: Use pci_dma_mapping_error()David Woodhouse1-1/+1
2010-03-11mtd/nand/r852: fix build for CONFIG_PCI disabledRandy Dunlap2-0/+2
2010-03-09mtd: blktrans: do blk_cleanup_queue when it is really safe to do soMaxim Levitsky1-1/+1
2010-03-09mtd: Make SM_FTL depend on MTD_NANDDavid Woodhouse1-5/+5
2010-03-09mtd: nand: r852: declare inline functions staticStephen Rothwell1-3/+3
2010-03-09mtd: nand: r852: fix name space clashStephen Rothwell1-4/+5
2010-03-09mtd/nand/r852: fix build for CONFIG_PM=nRandy Dunlap1-0/+5
2010-03-09mtd: r852: Few fixes for problems that occur when card is rapidly inserted/re...Maxim Levitsky1-4/+17
2010-02-27mtd: r852 fix pci IDMaxim Levitsky1-1/+1
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky4-12/+18
2010-02-26mtd: nand: Add driver for Ricoh xD/SmartMedia readerMaxim Levitsky4-0/+1292
2010-02-26mtd: Add new SmartMedia/xD FTLMaxim Levitsky4-0/+1400
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1232-20321/+71594
2010-02-26mtd: nand: Add SmartMedia device table to sm_common moduleDavid Woodhouse2-7/+38
2010-02-26mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky1-1/+7
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse12-25/+27
2010-02-26mtd: common module for smartmedia/xD supportMaxim Levitsky4-0/+178
2010-02-26mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky1-4/+9
2010-02-26mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2-16/+29
2010-02-26mtd: nand: cleanup the nand_do_write_opsMaxim Levitsky1-7/+17
2010-02-26mtd: nand: make MTD_OOB_PLACE work correctly.Maxim Levitsky1-1/+5
2010-02-26mtd: nand: make suspend work if device is accessed by kernel threads.Maxim Levitsky1-3/+0
2010-02-26mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky1-0/+8
2010-02-26mtd: call the remove notifiers before assuming it is in useMaxim Levitsky1-8/+11
2010-02-26mtd: mtdblock: test return value of add_mtd_blktrans_dev, because if can failMaxim Levitsky2-2/+4
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky8-62/+148
2010-02-26mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky1-66/+58
2010-02-26mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky1-21/+39
2010-02-26mtd: nand: Add MPC5121 NAND Flash Controller driverAnatolij Gustschin3-0/+924
2010-02-26mtd: nand_bcm: fix hot spin and code duplicationRoel Kluin1-46/+25
2010-02-26mtd: omap2 fix prefetch mode read issueVimal Singh1-4/+7
2010-02-26mtd: omap2: correct 'info' pointer in 'omap_nand_remove'Vimal Singh1-1/+2
2010-02-26mtd: omap2: fixing compilation warningVimal Singh1-1/+1
2010-02-26mtd: move more manufacturers to the common cfi.h header fileGuillaume LECERF1-9/+5
2010-02-26mtd: mxc_nand: add RESET command supportEric Benard1-0/+1
2010-02-26mtd: inftl: misplaced parenthesis in find_boot_recordRoel Kluin1-3/+4
2010-02-26mtd: OneNAND: do not use DMA if oops in progressAaro Koskinen1-2/+2
2010-02-26mtd: nand: add lock/unlock routinesVimal Singh1-0/+164
2010-02-26mtd: nand: create a helper verification functionVimal Singh1-18/+30
2010-02-25mtd: maps: ceiva: do not return random numbersArtem Bityutskiy1-1/+1
2010-02-25mtdchar: Register the full range of minor numbersBen Hutchings1-2/+3
2010-02-25mtd: Raise limit on block device minor numbersBen Hutchings1-2/+5
2010-02-25mtd: Replace static array of devices with an idr structureBen Hutchings2-82/+81
2010-02-25mtd: mtdblock: Dynamically allocate cache info structuresBen Hutchings1-43/+31
2010-02-25mtd: Remove unnecessary comparisons with MAX_MTD_DEVICESBen Hutchings3-10/+2
2010-02-25mtd: nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_D...Ben Hutchings1-2/+5
2010-02-25mtd: Use get_mtd_device_nm() to find named device in get_sb_mtd()Ben Hutchings1-12/+6