aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAge
* mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-26
* mtd: check for zero length in OTP functionsArtem Bityutskiy2012-03-26
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-26
* mtd: harmonize mtd_point interface implementationArtem Bityutskiy2012-03-26
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-26
* mtd: remove R/O checking duplicationArtem Bityutskiy2012-03-26
* mtd: add offset and length checks to the API functionArtem Bityutskiy2012-03-26
* mtd: mtdcore: remove unnecessary mtd->resume checkBrian Norris2012-03-26
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-26
* mtd: mtdcore: Fix build warning when CONFIG_MTD_CHAR is not definedFabio Estevam2012-03-26
* mtd: fix MTD suspendArtem Bityutskiy2012-01-30
* mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-09
* mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-09
* mtd: mtdcore: export symbols cleanupArtem Bityutskiy2012-01-09
* mtd: clean-up the default_mtd_writev functionArtem Bityutskiy2012-01-09
* mtd: kill dev_to_mtd helperArtem Bityutskiy2012-01-09
* mtd: introduce mtd_resume interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_suspend interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_unlock interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-09
* mtd: check parts pointer before using itJason Liu2011-09-11
* mtd: spelling fixesBrian Norris2011-09-11
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-11
* mtd: drop mtd_device_registerDmitry Eremin-Solenikov2011-09-11
* mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov2011-09-11
* mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov2011-09-11
* mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles2011-05-24
* mtd: introduce mtd_device_(un)register()Jamie Iles2011-05-24
* mtd:fix the bad format in the mtdcore.cWanlong Gao2011-05-24
* mtd: simplify get_mtd_device_nm functionWanlong Gao2011-05-24
* mtd: convert to seq_file interfaceAlexey Dobriyan2011-05-24
* mtd: create function to perform large allocationsGrant Erickson2011-05-24
* mtd: local symbols should be staticH Hartley Sweeten2011-03-11
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-08
* mtd: Update copyright noticesDavid Woodhouse2010-08-08
* mtd: update gfp/slab.h includesTejun Heo2010-05-19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-10
|\
| * mtd: ensure that bdi entries are properly initialized and registeredJens Axboe2010-04-27
| * Move mtd_bdi_*mappable to mtdcore.cJörn Engel2010-04-27
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | mtd: call the remove notifiers before assuming it is in useMaxim Levitsky2010-02-26
* | mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky2010-02-26
* | mtd: Replace static array of devices with an idr structureBen Hutchings2010-02-25
* | mtd: Introduce and use iteration macro for reading the MTD device tableBen Hutchings2010-02-25
|/
* mtd: ensure index is positiveRoel Kluin2009-11-30
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-20
|\
| * driver model: constify attribute groupsDavid Brownell2009-09-15
* | mtd: make few symbols staticH Hartley Sweeten2009-09-04
|/
* mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-03