aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: check parts pointer before using itJason Liu2011-09-111-3/+4
* mtd: spelling fixesBrian Norris2011-09-111-1/+1
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-1/+1
* mtd: drop mtd_device_registerDmitry Eremin-Solenikov2011-09-111-23/+0
* mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov2011-09-111-3/+3
* mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov2011-09-111-0/+58
* mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles2011-05-251-3/+1
* mtd: introduce mtd_device_(un)register()Jamie Iles2011-05-251-0/+45
* mtd:fix the bad format in the mtdcore.cWanlong Gao2011-05-251-4/+4
* mtd: simplify get_mtd_device_nm functionWanlong Gao2011-05-251-11/+2
* mtd: convert to seq_file interfaceAlexey Dobriyan2011-05-251-31/+19
* mtd: create function to perform large allocationsGrant Erickson2011-05-251-0/+49
* mtd: local symbols should be staticH Hartley Sweeten2011-03-111-3/+3
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
* mtd: Update copyright noticesDavid Woodhouse2010-08-081-3/+17
* mtd: update gfp/slab.h includesTejun Heo2010-05-191-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-6/+74
|\
| * mtd: ensure that bdi entries are properly initialized and registeredJens Axboe2010-04-271-4/+42
| * Move mtd_bdi_*mappable to mtdcore.cJörn Engel2010-04-271-1/+32
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | mtd: call the remove notifiers before assuming it is in useMaxim Levitsky2010-02-261-8/+11
* | mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky2010-02-261-21/+39
* | mtd: Replace static array of devices with an idr structureBen Hutchings2010-02-251-71/+80
* | mtd: Introduce and use iteration macro for reading the MTD device tableBen Hutchings2010-02-251-29/+25
|/
* mtd: ensure index is positiveRoel Kluin2009-11-301-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-201-1/+1
|\
| * driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | mtd: make few symbols staticH Hartley Sweeten2009-09-041-2/+2
|/
* mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-031-3/+4
* [MTD] Restore suspend/resume support for mtd devicesDavid Woodhouse2009-05-261-10/+37
* 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
* [MTD] sysfs support should not depend on CONFIG_PROC_FSKevin Cernekee2009-04-041-3/+6
* [MTD] driver model updates (part 2)Kevin Cernekee2009-04-041-21/+90
* [MTD] driver model updatesDavid Brownell2009-04-041-0/+115
* NOMMU: Present backing device capabilities for MTD chardevsDavid Howells2009-03-241-0/+15
* [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-1/+15
* [MTD] Use list_for_each_entry[_safe] where appropriate.Chris Malley2008-06-041-4/+2
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] use list_for_each_entry() in del_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
* [MTD] use list_for_each_entry() in add_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
* [MTD] Unlocking all Intel flash that is locked on power up.Justin Treon2008-02-031-1/+1
* [MTD] mtdcore.c: share syms with mtd_blkdev.cBen Dooks2007-06-281-0/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols.David Woodhouse2006-11-291-9/+9
* [MTD] return error code from get_mtd_device()Artem Bityutskiy2006-11-291-11/+13
* [MTD] add get and put methodsArtem Bityutskiy2006-11-291-7/+30
* [MTD] add get_mtd_device_nm() functionArtem Bityutskiy2006-11-291-0/+38
* [MTD] Unlock NOR flash automatically where necessaryHåvard Skinnemoen2006-09-221-0/+10
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0