aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+5
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek2-3/+3
2009-06-12trivial: mtd: fix Kconfig comment about 'armflash'Paulius Zaleckas1-1/+2
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-19/+24
2009-06-08Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King1-20/+23
2009-06-05mtd: davinci nand: update clock namingKevin Hilman1-3/+4
2009-05-29mtd: MXC NAND driver fixes (v5)Vladimir Barinov1-20/+23
2009-05-28OMAP2/3: PM: push core PM code from linux-omapKevin Hilman1-1/+0
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe4-18/+31
2009-05-18mtd_dataflash: unbreak erase supportPeter Korsgaard1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-6/+1
2009-05-11mtd_blkdevs: dequeue in-flight requestTejun Heo1-4/+13
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-3/+4
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-08Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-15/+29
2009-05-08mtd: fix timeout in M25P80 driverPeter Horton1-8/+8
2009-04-29mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco1-5/+7
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-11/+11
2009-04-24cafe_nand: Fix warningAlan Cox1-1/+1
2009-04-19mtd: expose subpage size via sysfsArtem Bityutskiy1-0/+12
2009-04-19mtd: mtd in mtd_release is unused without CONFIG_MTD_CHARDenis V. Lunev1-3/+3
2009-04-06Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds1-0/+11
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds50-312/+2560
2009-04-06[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-04-06[MTD] [NOR] Fixup for Numonyx M29W128 chipsDarius Augulis1-0/+11
2009-04-06[MTD] mtdpart: Make ecc_stats more realistic.Yauhen Kharuzhy1-2/+5
2009-04-06[MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delaysWolfgang Grandegger1-2/+18
2009-04-06[MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger1-23/+76
2009-04-06[MTD] [NOR] Add device parent info to physmap_ofDavid Woodhouse1-0/+1
2009-04-06[MTD] [NAND] Add support for NAND on the Socrates boardWolfgang Grandegger3-0/+332
2009-04-06[MTD] [NAND] Add support for 4KiB pages.Thomas Gleixner1-0/+18
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-paramLinus Torvalds1-2/+2
2009-04-04[MTD] sysfs support should not depend on CONFIG_PROC_FSKevin Cernekee1-3/+6
2009-04-04[MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse1-0/+1
2009-04-04[MTD] support driver model updatesDavid Brownell8-0/+13
2009-04-04[MTD] driver model updates (part 2)Kevin Cernekee1-21/+90
2009-04-04[MTD] driver model updatesDavid Brownell4-42/+130
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-14/+14
2009-04-03[MTD] [NAND] move gen_nand's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-04-03[MTD] [MAPS] move sa1100 flash's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-04-03[MTD] fix use after free in register_mtd_blktransMarcin Slusarz1-1/+2
2009-04-02[ARM] fix build-breaking 7a192ec commitRussell King1-1/+1
2009-03-31module: remove module_text_address()Rusty Russell1-2/+2
2009-03-30trivial: NULL noise: drivers/mtd/tests/mtd_*test.cHannes Eder2-13/+13
2009-03-30trivial: MTD: remove EOL from MODULE_DESCRIPTIONNiels de Vos1-1/+1
2009-03-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-6/+4
2009-03-28Merge branch 'origin' into develRussell King8-47/+895