mbox

[GIT,PULL] UBI changes for v3.4-rc1

Message ID 1332510012.18717.64.camel@sauron.fi.intel.com
State Accepted
Headers show

Pull-request

git://git.infradead.org/linux-ubi.git tags/upstream-3.4-rc1

Message

Artem Bityutskiy March 23, 2012, 1:40 p.m. UTC
Hi Linus,

The following changes since commit
6b21d18ed50c7d145220b0724ea7f2613abf0f95:

  Linux 3.3-rc5 (2012-02-25 12:18:16 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-ubi.git tags/upstream-3.4-rc1

for you to fetch changes up to cc831464f839dc2559f896b96d13eaa0366282b0:

  UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS (2012-03-09
10:31:18 +0200)

----------------------------------------------------------------
- Reduce memory consumption
- Fix picking unknown blocks
- Fix error-path in 'ubi_scan()'
- Minor clean-ups

----------------------------------------------------------------
Artem Bityutskiy (4):
      UBI: fix documentation and improve readability
      UBI: fix eraseblock picking criteria
      UBI: rename peb_buf1 to peb_buf
      UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS

Josselin Costanzi (1):
      UBI: reduce memory consumption

Richard Weinberger (1):
      UBI: fix error handling in ubi_scan()

 drivers/mtd/ubi/build.c |   14 ++++----------
 drivers/mtd/ubi/eba.c   |   30 +++++++++++++++---------------
 drivers/mtd/ubi/io.c    |   14 +++++++-------
 drivers/mtd/ubi/scan.c  |   16 ++++++++--------
 drivers/mtd/ubi/ubi.h   |   12 +++++-------
 drivers/mtd/ubi/wl.c    |   21 ++++++++++-----------
 6 files changed, 49 insertions(+), 58 deletions(-)