[PATCH 08/10] UBI: Add fastmap support to the WL sub-system

2012-09-26 Thread Richard Weinberger
To make fastmap possible the WL sub-system needs some changes. Mostly to support fastmaps pools. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/wl.c | 575 ++ 1 files changed, 531 insertions(+), 44 deletions(-) diff --git a/drivers/mtd/ubi

[PATCH 08/10] UBI: Add fastmap support to the WL sub-system

2012-09-24 Thread Richard Weinberger
To make fastmap possible the WL sub-system needs some changes. Mostly to support fastmaps pools. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/wl.c | 576 ++ 1 files changed, 531 insertions(+), 45 deletions(-) diff --git a/drivers/mtd/ubi