[GIT PULL] UBI changes for 2.6.37

From: Artem Bityutskiy
Date: Fri Oct 22 2010 - 02:48:18 EST


Hi Linus,

please pull UBI tree.

The following changes since commit cd07202cc8262e1669edff0d97715f3dd9260917:

Linux 2.6.36-rc8 (2010-10-14 16:26:43 -0700)

are available in the git repository at:
git://git.infradead.org/ubi-2.6.git linux-next

Artem Bityutskiy (15):
UBI: fix small 80 characters limit style issue
UBI: rename IO error code
UBI: remove duplicate IO error codes
UBI: handle bit-flips when no header found
UBI: rename a local variable
UBI: change cascade of ifs to switch statements
UBI: separate out corrupted list
UBI: do not put eraseblocks to the corrupted list unnecessarily
UBI: make check_pattern function non-static
UBI: introduce debugging helper function
UBI: add truly corrupted PEBs to corrupted list
UBI: preserve corrupted PEBs
UBI: remember copy_flag while scanning
UBI: fix check_data_ff return code
UBI: tighten the corrupted PEB criteria

H Hartley Sweeten (1):
UBI: cleanup and simplify Kconfig

drivers/mtd/ubi/Kconfig | 17 +--
drivers/mtd/ubi/Kconfig.debug | 29 +---
drivers/mtd/ubi/build.c | 6 +-
drivers/mtd/ubi/debug.h | 4 +
drivers/mtd/ubi/eba.c | 10 +-
drivers/mtd/ubi/io.c | 138 ++++++----------
drivers/mtd/ubi/misc.c | 19 ++
drivers/mtd/ubi/scan.c | 387 ++++++++++++++++++++++++++++-------------
drivers/mtd/ubi/scan.h | 19 +-
drivers/mtd/ubi/ubi.h | 29 ++-
drivers/mtd/ubi/vmt.c | 6 +
drivers/mtd/ubi/vtbl.c | 10 +-
drivers/mtd/ubi/wl.c | 31 ++--
13 files changed, 419 insertions(+), 286 deletions(-)

Thanks,
Artem.
--
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/