aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/sm_ftl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon1-7/+13
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-1/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-18/+0
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2016-04-18treewide: Fix typos in printkMasanari Iida1-1/+1
2015-11-16mtd: sm_ftl: fix wrong do_div() usageNicolas Pitre1-1/+2
2014-08-19mtd: sm_ftl: initialize error codeBrian Norris1-1/+1
2014-03-10mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter1-7/+4
2013-08-30mtd: sm_ftl: Staticize local symbolsJingoo Han1-10/+10
2013-08-30mtd: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter1-3/+3
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro1-2/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-1/+0
2012-03-27mtd: sm_ftl: fix typo in major number.Maxim Levitsky1-1/+1
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: sm_ftl: fix module parameterRusty Russell1-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-2/+2
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-2/+2
2011-09-11mtd: spelling fixesBrian Norris1-8/+8
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy1-1/+1
2011-03-11mtd: sm_rtl: check kmalloc return valueXiaochen Wang1-0/+18
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2010-04-08bitops: rename for_each_bit() to for_each_set_bit(): mtdAkinobu Mita1-1/+1
2010-03-29mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-03-26mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always onMaxim Levitsky1-7/+1
2010-03-26mtd: sm_ftl: initialize sysfs attributesMaxim Levitsky1-0/+2
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky1-7/+10
2010-02-26mtd: Add new SmartMedia/xD FTLMaxim Levitsky1-0/+1284