summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdconcat.c
Commit message (Collapse)AuthorAgeFilesLines
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-0/+24
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Introduce include/linux/wait.hYegor Yefremov2016-02-031-0/+1
| | | | | | | Move Linux wait queue related definitions to its original place. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mtd: concat: initialize *retlenSascha Hauer2015-08-051-0/+4
| | | | | | | | In concat_write and concat_read *retlen is only added to, but it's never initialized. If the caller hasn't initialized retlen doesn't contain valid values. Fix this by initializing *retlen properly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mtd: Add mtd concat supportSascha Hauer2015-06-231-0/+765
The mtd concat layer supports concatenating several MTD devices into a single one. This is nearly as-is from the corresponding Kernel code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>