aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-143-4/+5
|\
| * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-122-3/+3
| * trivial: mtd: fix Kconfig comment about 'armflash'Paulius Zaleckas2009-06-121-1/+2
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-141-1/+0
|\ \ | |/ |/|
| * Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King2009-06-081-20/+23
| |\
| * | OMAP2/3: PM: push core PM code from linux-omapKevin Hilman2009-05-281-1/+0
* | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-19/+24
|\ \ \
| * | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
| * | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-224-18/+31
| |\ \ \ | | |/ /
| * | | block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-6/+1
| * | | mtd_blkdevs: dequeue in-flight requestTejun Heo2009-05-111-4/+13
| * | | block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-1/+1
| * | | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-3/+4
| * | | block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-11/+11
* | | | mtd: davinci nand: update clock namingKevin Hilman2009-06-051-3/+4
| |_|/ |/| |
* | | mtd: MXC NAND driver fixes (v5)Vladimir Barinov2009-05-291-20/+23
| |/ |/|
* | mtd_dataflash: unbreak erase supportPeter Korsgaard2009-05-181-1/+1
* | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-05-082-15/+29
|\ \ | |/ |/|
| * mtd: fix timeout in M25P80 driverPeter Horton2009-05-081-8/+8
| * mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco2009-04-291-5/+7
| * mtd: expose subpage size via sysfsArtem Bityutskiy2009-04-191-0/+12
| * mtd: mtd in mtd_release is unused without CONFIG_MTD_CHARDenis V. Lunev2009-04-191-3/+3
* | cafe_nand: Fix warningAlan Cox2009-04-241-1/+1
|/
* 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