aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/sm_ftl.c
AgeCommit message (Expand)Author
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2016-04-18treewide: Fix typos in printkMasanari Iida
2015-11-16mtd: sm_ftl: fix wrong do_div() usageNicolas Pitre
2014-08-19mtd: sm_ftl: initialize error codeBrian Norris
2014-03-10mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter
2013-08-30mtd: sm_ftl: Staticize local symbolsJingoo Han
2013-08-30mtd: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-03-27mtd: sm_ftl: fix typo in major number.Maxim Levitsky
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy
2012-01-09mtd: sm_ftl: fix module parameterRusty Russell
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: spelling fixesBrian Norris
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy
2011-03-11mtd: sm_rtl: check kmalloc return valueXiaochen Wang
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2010-04-08bitops: rename for_each_bit() to for_each_set_bit(): mtdAkinobu Mita
2010-03-29mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.hStephen Rothwell
2010-03-26mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always onMaxim Levitsky
2010-03-26mtd: sm_ftl: initialize sysfs attributesMaxim Levitsky
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky
2010-02-26mtd: Add new SmartMedia/xD FTLMaxim Levitsky