Re: UBI: Fastmap request for inclusion (v19)

From: richard -rw- weinberger
Date: Thu Sep 27 2012 - 18:18:26 EST


On Wed, Sep 26, 2012 at 5:51 PM, Richard Weinberger <richard@xxxxxx> wrote:
> MAINTAINERS | 6 +
> drivers/mtd/ubi/Kconfig | 20 ++
> drivers/mtd/ubi/Makefile | 1 +
> drivers/mtd/ubi/attach.c | 386 +++++++++++++++++++---------
> drivers/mtd/ubi/build.c | 70 +++++-
> drivers/mtd/ubi/eba.c | 126 +++++++++-
> drivers/mtd/ubi/ubi-media.h | 137 ++++++++++
> drivers/mtd/ubi/ubi.h | 118 +++++++++-
> drivers/mtd/ubi/wl.c | 599 ++++++++++++++++++++++++++++++++++++++-----
> 9 files changed, 1252 insertions(+), 211 deletions(-)

For what ever reason the diff stat misses fastmap.c
Here the correct one:

MAINTAINERS | 6 +
drivers/mtd/ubi/Kconfig | 20 +
drivers/mtd/ubi/Makefile | 1 +
drivers/mtd/ubi/attach.c | 386 +++++++----
drivers/mtd/ubi/build.c | 70 ++-
drivers/mtd/ubi/eba.c | 126 ++++-
drivers/mtd/ubi/fastmap.c | 1560 +++++++++++++++++++++++++++++++++++++++++++
drivers/mtd/ubi/ubi-media.h | 137 ++++
drivers/mtd/ubi/ubi.h | 118 ++++-
drivers/mtd/ubi/wl.c | 599 +++++++++++++++--
10 files changed, 2812 insertions(+), 211 deletions(-)

> [PATCH 01/10] UBI: Add fastmap on-flash data structures
> [PATCH 02/10] UBI: Add fastmap stuff to ubi.h
> [PATCH 03/10] UBI: Export next_sqnum()
> [PATCH 04/10] UBI: Add self_check_eba()
> [PATCH 05/10] UBI: Add fastmap bits to build.c
> [PATCH 06/10] UBI: Wire-up ->fm_sem
> [PATCH 07/10] UBI: Add fastmap stuff to attach.c
> [PATCH 08/10] UBI: Add fastmap support to the WL sub-system
> [PATCH 09/10] UBI: Add fastmap core
> [PATCH 10/10] UBI: Wire-up fastmap

--
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/