summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: convert to idr_alloc()Tejun Heo2013-02-271-7/+2
* Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-101-2/+4
* revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton2012-11-301-4/+2
* Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-261-2/+4
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-4/+2
|\
| * mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-091-4/+2
* | mtd: check for max_bitflips in mtd_read_oob()Brian Norris2012-09-291-1/+13
* | mtd: move mtd_read_oob() definition out of mtd.hBrian Norris2012-07-061-0/+9
|/
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-131-1/+13
* mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-131-0/+33
* mtd: expose ecc_strength through sysfsMike Dunn2012-05-131-0/+10
* mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-271-0/+1
* mtd: check for zero length in OTP functionsArtem Bityutskiy2012-03-271-0/+73
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-0/+21
* mtd: harmonize mtd_point interface implementationArtem Bityutskiy2012-03-271-0/+3
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-271-0/+1
* mtd: remove R/O checking duplicationArtem Bityutskiy2012-03-271-2/+10
* mtd: add offset and length checks to the API functionArtem Bityutskiy2012-03-271-0/+148
* mtd: mtdcore: remove unnecessary mtd->resume checkBrian Norris2012-03-271-1/+1
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-7/+7
* mtd: mtdcore: Fix build warning when CONFIG_MTD_CHAR is not definedFabio Estevam2012-03-271-1/+1
* mtd: fix MTD suspendArtem Bityutskiy2012-01-301-1/+1
* mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-091-4/+1
* mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-091-3/+3
* mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-091-3/+23
* mtd: mtdcore: export symbols cleanupArtem Bityutskiy2012-01-091-15/+9
* mtd: clean-up the default_mtd_writev functionArtem Bityutskiy2012-01-091-19/+22
* mtd: kill dev_to_mtd helperArtem Bityutskiy2012-01-091-12/+13
* mtd: introduce mtd_resume interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_suspend interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_unlock interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-1/+2
* 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
OpenPOWER on IntegriCloud