summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Add driver for Ricoh xD/SmartMedia readerMaxim Levitsky2010-02-264-0/+1292
* mtd: Add new SmartMedia/xD FTLMaxim Levitsky2010-02-264-0/+1400
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-2613-271/+373
|\
| * Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-01-281-1/+0
| |\
| | * UBI: fix volume creation input checkingMika Westerberg2010-01-271-1/+0
| * | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-01-253-8/+9
| |\ \
| | * | UBI: fix memory leak in update pathArtem Bityutskiy2010-01-181-0/+1
| | * | UBI: add more checks to chdev openArtem Bityutskiy2010-01-121-8/+7
| | * | UBI: initialise update markerPeter Horton2010-01-121-0/+1
| | |/
| * | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-246-4/+354
| |\ \ | | |/ | |/|
| | * mtd: tests: fix read, speed and stress tests on NOR flashMorten Thunberg Svendsen2010-01-133-3/+16
| | * mtd: Really add ARM pismo supportRussell King - ARM Linux2010-01-132-0/+337
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-12-173-257/+0
| |\ \
| | * | MIPS: eXcite: Remove platform.Ralf Baechle2009-12-173-257/+0
| * | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-171-2/+11
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'cache' (early part)Russell King2009-12-171-2/+11
| | |\ \
| | | * | ARM: 5848/1: kill flush_ioremap_region()Nicolas Pitre2009-12-141-2/+11
* | | | | mtd: nand: Add SmartMedia device table to sm_common moduleDavid Woodhouse2010-02-262-7/+38
* | | | | mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky2010-02-261-1/+7
* | | | | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-2612-25/+27
* | | | | mtd: common module for smartmedia/xD supportMaxim Levitsky2010-02-264-0/+178
* | | | | mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky2010-02-261-4/+9
* | | | | mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2010-02-262-16/+29
* | | | | mtd: nand: cleanup the nand_do_write_opsMaxim Levitsky2010-02-261-7/+17
* | | | | mtd: nand: make MTD_OOB_PLACE work correctly.Maxim Levitsky2010-02-261-1/+5
* | | | | mtd: nand: make suspend work if device is accessed by kernel threads.Maxim Levitsky2010-02-261-3/+0
* | | | | mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky2010-02-261-0/+8
* | | | | mtd: call the remove notifiers before assuming it is in useMaxim Levitsky2010-02-261-8/+11
* | | | | mtd: mtdblock: test return value of add_mtd_blktrans_dev, because if can failMaxim Levitsky2010-02-262-2/+4
* | | | | mtd: blktrans: Hotplug fixesMaxim Levitsky2010-02-268-62/+148
* | | | | mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky2010-02-261-66/+58
* | | | | mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky2010-02-261-21/+39
* | | | | mtd: nand: Add MPC5121 NAND Flash Controller driverAnatolij Gustschin2010-02-263-0/+924
* | | | | mtd: nand_bcm: fix hot spin and code duplicationRoel Kluin2010-02-261-46/+25
* | | | | mtd: omap2 fix prefetch mode read issueVimal Singh2010-02-261-4/+7
* | | | | mtd: omap2: correct 'info' pointer in 'omap_nand_remove'Vimal Singh2010-02-261-1/+2
* | | | | mtd: omap2: fixing compilation warningVimal Singh2010-02-261-1/+1
* | | | | mtd: move more manufacturers to the common cfi.h header fileGuillaume LECERF2010-02-261-9/+5
* | | | | mtd: mxc_nand: add RESET command supportEric Benard2010-02-261-0/+1
* | | | | mtd: inftl: misplaced parenthesis in find_boot_recordRoel Kluin2010-02-261-3/+4
* | | | | mtd: OneNAND: do not use DMA if oops in progressAaro Koskinen2010-02-261-2/+2
* | | | | mtd: nand: add lock/unlock routinesVimal Singh2010-02-261-0/+164
* | | | | mtd: nand: create a helper verification functionVimal Singh2010-02-261-18/+30
* | | | | mtd: maps: ceiva: do not return random numbersArtem Bityutskiy2010-02-251-1/+1
* | | | | mtdchar: Register the full range of minor numbersBen Hutchings2010-02-251-2/+3
* | | | | mtd: Raise limit on block device minor numbersBen Hutchings2010-02-251-2/+5
* | | | | mtd: Replace static array of devices with an idr structureBen Hutchings2010-02-252-82/+81
* | | | | mtd: mtdblock: Dynamically allocate cache info structuresBen Hutchings2010-02-251-43/+31
* | | | | mtd: Remove unnecessary comparisons with MAX_MTD_DEVICESBen Hutchings2010-02-253-10/+2
* | | | | mtd: nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_D...Ben Hutchings2010-02-251-2/+5
OpenPOWER on IntegriCloud