summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: convert to use ATTRIBUTE_GROUPSAxel Lin2014-01-031-9/+1
* mtd: remove duplicated include from mtdcore.cWei Yongjun2013-11-061-1/+0
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-061-0/+1
* mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Huang Shijie2013-10-271-0/+3
* mtd: add a new sys node to show the ecc step sizeHuang Shijie2013-08-301-0/+11
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds2013-05-091-12/+14
|\
| * mtd: merge mtdchar module with mtdcoreArtem Bityutskiy2013-04-051-4/+9
| * mtd: mtdcore: remove few useless #ifdef'sArtem Bityutskiy2013-04-051-7/+4
| * mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy2013-04-051-1/+1
* | Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
|/
* 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
OpenPOWER on IntegriCloud