From patchwork Thu Dec 20 08:11:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] UBI changes for 3.8-rc1 Date: Wed, 19 Dec 2012 22:11:31 -0000 From: Artem Bityutskiy X-Patchwork-Id: 207622 Message-Id: <1355991091.4106.64.camel@sauron.fi.intel.com> To: Linus Torvalds Cc: linux-mtd , "linux-kernel@vger.kernel.org" Hi Linus, please, pull UBI changes. The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at: git://git.infradead.org/linux-ubi.git tags/upstream-3.8-rc1 for you to fetch changes up to eab737722ed6a5638f6251e83f0d293c2ffe549f: UBI: embed ubi_debug_info field in ubi_device struct (2012-12-10 13:38:59 +0200) ---------------------------------------------------------------- Nothing exciting, just clean-ups and nicification. Oh, and one small optimization which makes UBI to use less RAM. ---------------------------------------------------------------- Artem Bityutskiy (1): UBI: do not allocate the memory unnecessarily Ezequiel Garcia (5): UBI: gluebi: rename misleading variables UBI: remove spurious comment UBI: replace memcpy with struct assignment UBI: introduce helpers dbg_chk_{io, gen} UBI: embed ubi_debug_info field in ubi_device struct Wei Yongjun (1): UBI: use list_move_tail instead of list_del/list_add_tail drivers/mtd/ubi/attach.c | 23 +++++++++-------------- drivers/mtd/ubi/build.c | 12 ++---------- drivers/mtd/ubi/debug.c | 34 ++++------------------------------ drivers/mtd/ubi/debug.h | 57 +++++++++++++-------------------------------------------- drivers/mtd/ubi/fastmap.c | 6 ++---- drivers/mtd/ubi/gluebi.c | 28 ++++++++++++++-------------- drivers/mtd/ubi/io.c | 14 +++++++------- drivers/mtd/ubi/ubi.h | 40 +++++++++++++++++++++++++++++++++++++++- drivers/mtd/ubi/upd.c | 6 ++---- drivers/mtd/ubi/vmt.c | 4 ++-- drivers/mtd/ubi/vtbl.c | 2 +- drivers/mtd/ubi/wl.c | 7 +++---- 12 files changed, 98 insertions(+), 135 deletions(-)