aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-3/+17
2010-05-19mtd: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-6/+74
2010-04-27mtd: ensure that bdi entries are properly initialized and registeredJens Axboe1-4/+42
2010-04-27Move mtd_bdi_*mappable to mtdcore.cJörn Engel1-1/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-26mtd: call the remove notifiers before assuming it is in useMaxim Levitsky1-8/+11
2010-02-26mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky1-21/+39
2010-02-25mtd: Replace static array of devices with an idr structureBen Hutchings1-71/+80
2010-02-25mtd: Introduce and use iteration macro for reading the MTD device tableBen Hutchings1-29/+25
2009-11-30mtd: ensure index is positiveRoel Kluin1-1/+1
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-04mtd: make few symbols staticH Hartley Sweeten1-2/+2
2009-08-03mtd: fix the conversion from dev to mtd_infoSaeed Bishara1-3/+4
2009-05-26[MTD] Restore suspend/resume support for mtd devicesDavid Woodhouse1-10/+37
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-04[MTD] sysfs support should not depend on CONFIG_PROC_FSKevin Cernekee1-3/+6
2009-04-04[MTD] driver model updates (part 2)Kevin Cernekee1-21/+90
2009-04-04[MTD] driver model updatesDavid Brownell1-0/+115
2009-03-24NOMMU: Present backing device capabilities for MTD chardevsDavid Howells1-0/+15
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter1-1/+15
2008-06-04[MTD] Use list_for_each_entry[_safe] where appropriate.Chris Malley1-4/+2
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-04[MTD] use list_for_each_entry() in del_mtd_device()matthias@kaehlcke.net1-3/+2
2008-06-04[MTD] use list_for_each_entry() in add_mtd_device()matthias@kaehlcke.net1-3/+2
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Justin Treon1-1/+1
2007-06-28[MTD] mtdcore.c: share syms with mtd_blkdev.cBen Dooks1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-11-29[MTD] Use EXPORT_SYMBOL_GPL() for exported symbols.David Woodhouse1-9/+9
2006-11-29[MTD] return error code from get_mtd_device()Artem Bityutskiy1-11/+13
2006-11-29[MTD] add get and put methodsArtem Bityutskiy1-7/+30
2006-11-29[MTD] add get_mtd_device_nm() functionArtem Bityutskiy1-0/+38
2006-09-22[MTD] Unlock NOR flash automatically where necessaryHåvard Skinnemoen1-0/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy1-0/+1
2006-05-25[MTD] Remove the only useless readv implementationThomas Gleixner1-32/+0
2006-03-31[PATCH] Kill ifdefs in mtdcore.cPavel Machek1-9/+4
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar1-16/+16
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-9/+9
2005-11-06[MTD] Remove deprecated power management functionsThomas Gleixner1-45/+1
2005-05-23[MTD] Fix unregister_mtd_user() public function documentation.Artem B. Bityuckiy1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+419