aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdswap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-10/+10
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-3/+3
2011-09-11mtd: spelling fixesBrian Norris1-1/+1
2011-08-15mtd: convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-05-25mtd: mtdswap: fix possible null dereferenceMaxin B. John1-1/+7
2011-04-01mtd: mtdswap: fix printk format warningRandy Dunlap1-1/+1
2011-03-25mtd: mtdswap: fix compilation warningArtem Bityutskiy1-1/+1
2011-03-25mtdswap: kill strict error handling optionYang Ruirui1-7/+1
2011-03-11mtd: fix printf format warnings, mostly lack of %zd for size_t, in mtdswapDavid Woodhouse1-8/+8
2011-03-11mtd: Add mtdswap block driverJarkko Lavinen1-0/+1593