summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-04-061-0/+11
|\
| * UBI: add fsync capabilityCorentin Chary2009-02-201-0/+11
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-0650-312/+2560
|\ \
| * | [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-04-061-1/+1
| * | [MTD] [NOR] Fixup for Numonyx M29W128 chipsDarius Augulis2009-04-061-0/+11
| * | [MTD] mtdpart: Make ecc_stats more realistic.Yauhen Kharuzhy2009-04-061-2/+5
| * | [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delaysWolfgang Grandegger2009-04-061-2/+18
| * | [MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger2009-04-061-23/+76
| * | [MTD] [NOR] Add device parent info to physmap_ofDavid Woodhouse2009-04-061-0/+1
| * | [MTD] [NAND] Add support for NAND on the Socrates boardWolfgang Grandegger2009-04-063-0/+332
| * | [MTD] [NAND] Add support for 4KiB pages.Thomas Gleixner2009-04-061-0/+18
| * | [MTD] sysfs support should not depend on CONFIG_PROC_FSKevin Cernekee2009-04-041-3/+6
| * | [MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse2009-04-041-0/+1
| * | [MTD] support driver model updatesDavid Brownell2009-04-048-0/+13
| * | [MTD] driver model updates (part 2)Kevin Cernekee2009-04-041-21/+90
| * | [MTD] driver model updatesDavid Brownell2009-04-044-42/+130
| * | [MTD] [NAND] move gen_nand's probe function to .devinit.textUwe Kleine-König2009-04-031-1/+1
| * | [MTD] [MAPS] move sa1100 flash's probe function to .devinit.textUwe Kleine-König2009-04-031-1/+1
| * | [MTD] fix use after free in register_mtd_blktransMarcin Slusarz2009-04-031-1/+2
| * | [MTD] [MAPS] Drop now unused sharpsl-flash mapDmitry Eremin-Solenikov2009-03-253-123/+0
| * | [MTD] ofpart: Check name property to determine partition nodes.Benjamin Krill2009-03-241-0/+7
| * | [MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte pageYoshihiro Shimoda2009-03-241-6/+12
| * | NOMMU: Add support for direct mapping through mtdconcat if possibleDavid Howells2009-03-241-0/+47
| * | NOMMU: Present backing device capabilities for MTD chardevsDavid Howells2009-03-249-2/+201
| * | [MTD] [OneNAND] Add write-while-program supportKyungmin Park2009-03-231-49/+96
| * | [MTD] [OneNAND] omap2: panic_write may be in an interrupt contextAdrian Hunter2009-03-231-0/+4
| * | [MTD] mtdpart: Make all partition parsers return allocated arrayAtsushi Nemoto2009-03-202-3/+9
| * | [MTD] [CHIPS] Add JEDEC probe support for the SST 39VF3201 flash chipYegor Yefremov2009-03-201-0/+16
| * | [MTD] mtdoops: fix a bit of spin lock usageAdrian Hunter2009-03-201-1/+4
| * | [MTD] mtdoops: allow MTD selection by nameAdrian Hunter2009-03-201-1/+10
| * | [MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by ...Mike Rapoport2009-03-201-1/+102
| * | [MTD] [NAND] pxa3xx_nand: allow building as moduleMike Rapoport2009-03-202-1/+11
| * | [MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1'Mike Rapoport2009-03-201-3/+3
| * | [MTD] Auto-load nftl module when device opened.Scott James Remnant2009-03-201-0/+2
| * | [MTD] Auto-load mtdchar module when device opened.Scott James Remnant2009-03-201-0/+1
| * | [MTD] [CHIPS] cfi_cmdset_0001.c: Fix a bug in inval_cache_and_wait_for_operat...Graff Yang2009-03-201-2/+6
| * | [MTD] RBTX4939 map driverAtsushi Nemoto2009-03-203-0/+215
| * | [MTD] TXx9 SoC NAND Flash Memory Controller driverAtsushi Nemoto2009-03-203-0/+435
| * | [MTD] partitioning utility predicatesDavid Brownell2009-03-203-34/+12
| * | [MTD] we don't need no misc devicesDavid Brownell2009-03-206-6/+0
| * | [MTD] [NAND] davinci: drop usage of cpu_is_* macroKevin Hilman2009-03-201-3/+0
| * | [MTD] [NAND] fix broken debug messagesDavid Brownell2009-03-201-4/+4
| * | [MTD] [NAND] davinci_nand driverDavid Brownell2009-03-203-0/+592
| * | [MTD] [NAND] fix "raw" reads with ECC syndrome layoutsDavid Brownell2009-03-201-4/+95
| * | [MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger2009-03-201-1/+1
| * | [MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinitMike Frysinger2009-03-201-1/+1
| * | [MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUXMike Frysinger2009-03-201-8/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds2009-04-051-2/+2
|\ \ \
| * | | module: remove module_text_address()Rusty Russell2009-03-311-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-033-14/+14
|\ \ \ \