summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/sm_ftl.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
* mtd: sm_ftl: fix wrong do_div() usageNicolas Pitre2015-11-161-1/+2
* mtd: sm_ftl: initialize error codeBrian Norris2014-08-191-1/+1
* mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter2014-03-101-7/+4
* mtd: sm_ftl: Staticize local symbolsJingoo Han2013-08-301-10/+10
* mtd: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter2013-08-301-3/+3
* mtd_blktrans_ops->release() should return voidAl Viro2013-05-051-2/+1
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-1/+0
* mtd: sm_ftl: fix typo in major number.Maxim Levitsky2012-03-271-1/+1
* mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: sm_ftl: fix module parameterRusty Russell2012-01-091-1/+1
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-2/+2
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-2/+2
* mtd: spelling fixesBrian Norris2011-09-111-8/+8
* mtd: spelling, capitalization, uniformityBrian Norris2011-09-111-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-1/+1
|\
| * workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
* | mtd: sm_rtl: check kmalloc return valueXiaochen Wang2011-03-111-0/+18
|/
* bitops: rename for_each_bit() to for_each_set_bit(): mtdAkinobu Mita2010-04-081-1/+1
* mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.hStephen Rothwell2010-03-291-0/+1
* mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always onMaxim Levitsky2010-03-261-7/+1
* mtd: sm_ftl: initialize sysfs attributesMaxim Levitsky2010-03-261-0/+2
* mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky2010-02-261-7/+10
* mtd: Add new SmartMedia/xD FTLMaxim Levitsky2010-02-261-0/+1284