aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy1-4/+1
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy1-3/+3
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy1-3/+23
2012-01-09mtd: mtdcore: export symbols cleanupArtem Bityutskiy1-15/+9
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy1-19/+22
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy1-12/+13
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-1/+2
2011-09-11mtd: check parts pointer before using itJason Liu1-3/+4
2011-09-11mtd: spelling fixesBrian Norris1-1/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-1/+1
2011-09-11mtd: drop mtd_device_registerDmitry Eremin-Solenikov1-23/+0
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov1-3/+3
2011-09-11mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov1-0/+58
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles1-3/+1
2011-05-25mtd: introduce mtd_device_(un)register()Jamie Iles1-0/+45
2011-05-25mtd:fix the bad format in the mtdcore.cWanlong Gao1-4/+4
2011-05-25mtd: simplify get_mtd_device_nm functionWanlong Gao1-11/+2
2011-05-25mtd: convert to seq_file interfaceAlexey Dobriyan1-31/+19
2011-05-25mtd: create function to perform large allocationsGrant Erickson1-0/+49
2011-03-11mtd: local symbols should be staticH Hartley Sweeten1-3/+3
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