aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/sm_ftl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: sm_ftl: Fix typos in commentsBo Liu2023-06-221-1/+1
* mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2022-09-211-2/+2
* mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseDuoming Zhou2022-06-091-1/+1
* drivers: mtd: sm_ftl: Fix alignment of block commentShubhankar Kuranagatti2021-05-101-19/+32
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-101-14/+14
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-101-1/+1
* mtd: sm_ftl: fix NULL pointer warningArnd Bergmann2020-01-091-1/+2
* mtd: sm_ftl: Fix memory leak in sm_init_zone() error pathWenwen Wang2019-09-151-1/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal2019-04-181-6/+6
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-031-7/+13
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-04-041-1/+1
|\
| * mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-1/+1
* | mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-151-1/+0
* | mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-18/+0
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* 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/torvalds/linux-2.6 into for-linus-1Artem 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