aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/sm_ftl.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2015-11-16mtd: sm_ftl: fix wrong do_div() usageGravatar Nicolas Pitre 1-1/+2
2014-08-19mtd: sm_ftl: initialize error codeGravatar Brian Norris 1-1/+1
2014-03-10mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Gravatar Dan Carpenter 1-7/+4
2013-08-30mtd: sm_ftl: Staticize local symbolsGravatar Jingoo Han 1-10/+10
2013-08-30mtd: create_freezable_workqueue() doesn't return an ERR_PTRGravatar Dan Carpenter 1-3/+3
2013-05-05mtd_blktrans_ops->release() should return voidGravatar Al Viro 1-2/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEGravatar Huang Shijie 1-1/+0
2012-03-27mtd: sm_ftl: fix typo in major number.Gravatar Maxim Levitsky 1-1/+1
2012-01-09mtd: introduce mtd_has_oob helperGravatar Artem Bityutskiy 1-2/+2
2012-01-09mtd: introduce mtd_write_oob interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_read_oob interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_erase interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: sm_ftl: fix module parameterGravatar Rusty Russell 1-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsGravatar Brian Norris 1-2/+2
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Gravatar Brian Norris 1-2/+2
2011-09-11mtd: spelling fixesGravatar Brian Norris 1-8/+8
2011-09-11mtd: spelling, capitalization, uniformityGravatar Brian Norris 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Artem Bityutskiy 1-1/+1
2011-03-11mtd: sm_rtl: check kmalloc return valueGravatar Xiaochen Wang 1-0/+18
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Gravatar Tejun Heo 1-1/+1
2010-04-08bitops: rename for_each_bit() to for_each_set_bit(): mtdGravatar Akinobu Mita 1-1/+1
2010-03-29mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.hGravatar Stephen Rothwell 1-0/+1
2010-03-26mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always onGravatar Maxim Levitsky 1-7/+1
2010-03-26mtd: sm_ftl: initialize sysfs attributesGravatar Maxim Levitsky 1-0/+2
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportGravatar Maxim Levitsky 1-7/+10
2010-02-26mtd: Add new SmartMedia/xD FTLGravatar Maxim Levitsky 1-0/+1284