aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/sm_ftl.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-22mtd: sm_ftl: Fix typos in commentsGravatar Bo Liu 1-1/+1
2022-09-21mtd: always initialize 'stats' in struct mtd_oob_opsGravatar Michał Kępień 1-2/+2
2022-06-09mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseGravatar Duoming Zhou 1-1/+1
2021-05-10drivers: mtd: sm_ftl: Fix alignment of block commentGravatar Shubhankar Kuranagatti 1-19/+32
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsGravatar Miquel Raynal 1-14/+14
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerGravatar Miquel Raynal 1-1/+1
2020-01-09mtd: sm_ftl: fix NULL pointer warningGravatar Arnd Bergmann 1-1/+2
2019-09-15mtd: sm_ftl: Fix memory leak in sm_init_zone() error pathGravatar Wenwen Wang 1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesGravatar Miquel Raynal 1-6/+6
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeGravatar Boris Brezillon 1-7/+13
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 1-1/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Gravatar Boris Brezillon 1-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousGravatar Boris Brezillon 1-18/+0
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirGravatar Boris Brezillon 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
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