[PATCH v2 06/46] mtd: nandsim: Add basic control file support

2016-09-21 Thread Daniel Walter
From: Richard Weinberger /dev/nandsim_ctrl accept ioctl() commands such that userspace can configure nandsim. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 66 +++--- 1 file changed, 56 insertions(+),

[PATCH v2 06/46] mtd: nandsim: Add basic control file support

2016-09-21 Thread Daniel Walter
From: Richard Weinberger /dev/nandsim_ctrl accept ioctl() commands such that userspace can configure nandsim. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 66 +++--- 1 file changed, 56 insertions(+), 10 deletions(-) diff --git