summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdswap.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: mtdswap: remove useless if (!mtd->ecclayout) testBoris BREZILLON2016-03-071-8/+0
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-8/+8
* mtd: use __packed shorthandBrian Norris2014-08-191-1/+1
* mtd: mtdswap: fix integer overflowBrian Norris2014-08-191-1/+1
* mtd: Fixed checkpatch seq_printf warningsSamarth Parikh2014-08-191-2/+2
* mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-301-1/+1
* mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-2/+2
* mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-2/+1
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-10/+10
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-3/+3
* mtd: spelling fixesBrian Norris2011-09-111-1/+1
* mtd: convert vmalloc/memset to vzallocJoe Perches2011-08-151-2/+1
* mtd: mtdswap: fix possible null dereferenceMaxin B. John2011-05-251-1/+7
* mtd: mtdswap: fix printk format warningRandy Dunlap2011-04-011-1/+1
* mtd: mtdswap: fix compilation warningArtem Bityutskiy2011-03-251-1/+1
* mtdswap: kill strict error handling optionYang Ruirui2011-03-251-7/+1
* mtd: fix printf format warnings, mostly lack of %zd for size_t, in mtdswapDavid Woodhouse2011-03-111-8/+8
* mtd: Add mtdswap block driverJarkko Lavinen2011-03-111-0/+1593