[PATCH v2 15/46] mtd: nandsim: Introduce backend operations

2016-09-21 Thread Daniel Walter
From: Richard Weinberger ...to untangle the ram based and cachefile based code. It will help us later supporting different backends. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 400 ++--- 1 file

[PATCH v2 15/46] mtd: nandsim: Introduce backend operations

2016-09-21 Thread Daniel Walter
From: Richard Weinberger ...to untangle the ram based and cachefile based code. It will help us later supporting different backends. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 400 ++--- 1 file changed, 228 insertions(+), 172