summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdswap.c
Commit message (Expand)AuthorAge
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-15
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-15
* mtd: mtdswap: make array 'name' static const, shrinks object sizeColin Ian King2017-12-16
* mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD'Arvind Yadav2017-11-13
* mtd: mtdswap: remove unused variables 'dev' and 'gd'Brian Norris2017-07-24
* mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-21
* mtd: mtdswap: use MTDSWAP_ECNT_MIN/MAXGeliang Tang2017-04-19
* mtd: mtdswap: fix spelling mistake "erassure" -> "erasure"Colin Ian King2016-11-22
* mtd: mtdswap: remove useless if (!mtd->ecclayout) testBoris BREZILLON2016-03-07
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-07
* mtd: use __packed shorthandBrian Norris2014-08-19
* mtd: mtdswap: fix integer overflowBrian Norris2014-08-19
* mtd: Fixed checkpatch seq_printf warningsSamarth Parikh2014-08-19
* mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-30
* mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-09
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-09
* mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-09
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-09
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-21
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-11
* mtd: spelling fixesBrian Norris2011-09-11
* mtd: convert vmalloc/memset to vzallocJoe Perches2011-08-15
* mtd: mtdswap: fix possible null dereferenceMaxin B. John2011-05-25
* mtd: mtdswap: fix printk format warningRandy Dunlap2011-04-01
* mtd: mtdswap: fix compilation warningArtem Bityutskiy2011-03-25
* mtdswap: kill strict error handling optionYang Ruirui2011-03-25
* mtd: fix printf format warnings, mostly lack of %zd for size_t, in mtdswapDavid Woodhouse2011-03-11
* mtd: Add mtdswap block driverJarkko Lavinen2011-03-11