mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] UBI changes for 2.6.39
@ 2011-03-18 14:18 Artem Bityutskiy
  0 siblings, 0 replies; only message in thread
From: Artem Bityutskiy @ 2011-03-18 14:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Artem Bityutskiy, linux-kernel

Hi Linus,

please pull UBI changes.

The following changes since commit 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5:

  Linux 2.6.37 (2011-01-04 16:50:19 -0800)

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

Artem Bityutskiy (13):
      UBI: add a commentary about allocating VID header buffer on stack
      UBI: try to reveal buggy MTD drivers
      UBI: use raw mtd read function in debugging code
      UBI: add slab cache for ubi_scan_leb objects
      UBI: cleanup comments about corrupted PEBs
      UBI: always re-read in case of read failures
      UBI: allocate write checking buffer on demand
      UBI: allocate erase checking buffer on demand
      UBI: kill debugging buffer
      UBI: remove UBI_IO_DEBUG macro
      UBI: make debugging messages dynamic
      UBI: make self-checks dynamic
      UBI: make tests modes dynamic

Holger Brunck (1):
      UBI: fix NOR erase preparation quirk

John Ogness (1):
      UBI: cleanup LEB start calculations

 drivers/mtd/ubi/Kconfig       |    8 ++-
 drivers/mtd/ubi/Kconfig.debug |   73 ---------------------
 drivers/mtd/ubi/build.c       |   20 +-----
 drivers/mtd/ubi/debug.c       |   14 ++++
 drivers/mtd/ubi/debug.h       |  131 ++++++++++++++++++++++---------------
 drivers/mtd/ubi/io.c          |  145 +++++++++++++++++++++++++++++------------
 drivers/mtd/ubi/scan.c        |   95 +++++++++++++++++----------
 drivers/mtd/ubi/scan.h        |    2 +
 drivers/mtd/ubi/ubi.h         |    7 +--
 drivers/mtd/ubi/vmt.c         |    7 ++-
 drivers/mtd/ubi/vtbl.c        |    9 ++-
 drivers/mtd/ubi/wl.c          |   20 ++++--
 12 files changed, 297 insertions(+), 234 deletions(-)
 delete mode 100644 drivers/mtd/ubi/Kconfig.debug

Thanks,
Artem.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-18 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-18 14:18 [GIT PULL] UBI changes for 2.6.39 Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome