From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 26 Oct 2015 09:28:51 +0100 Subject: [U-Boot] Pull request: u-boot-ubi/master Message-ID: <562DE443.1040005@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom I think, it is good to have the sync ubi/ubifs with linux 4.2 patches as fast as possible in mainline, so we have time to get feedback if it works on other boards too, so: please pull from u-boot-ubi master The following changes since commit 677f970bc62a661690b3431543d5a5d5e682ba70: common/board_f.c: modify the macro to use get_clocks() more common (2015-10-24 13:50:38 -0400) are available in the git repository at: git://git.denx.de/u-boot-ubi.git master for you to fetch changes up to 248f260cbd23f1a5f5d7a9aebdf2bd8253e0d04b: UBI: Fastmap: Fix PEB array type (2015-10-26 09:22:50 +0100) ---------------------------------------------------------------- Heiko Schocher (3): linux, compat: add missing definitions for ubi ubi,ubifs: sync with linux v4.2 UBI: Fastmap: Fix PEB array type README | 4 + common/cmd_ubi.c | 6 +- drivers/mtd/ubi/attach.c | 199 +++++++++++++++++++++-------------------- drivers/mtd/ubi/build.c | 279 +++++++++++++++++++++++++++++----------------------------- drivers/mtd/ubi/debug.c | 115 ++++++++++++++++++++++-- drivers/mtd/ubi/debug.h | 12 +++ drivers/mtd/ubi/eba.c | 173 +++++++++++++++++++++++++----------- drivers/mtd/ubi/fastmap-wl.c | 372 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mtd/ubi/fastmap.c | 617 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------- drivers/mtd/ubi/io.c | 156 +++++++++++++++++--------------- drivers/mtd/ubi/kapi.c | 119 ++++++++++++++++++++----- drivers/mtd/ubi/misc.c | 6 +- drivers/mtd/ubi/ubi-media.h | 2 - drivers/mtd/ubi/ubi.h | 128 ++++++++++++++++++++++----- drivers/mtd/ubi/upd.c | 10 ++- drivers/mtd/ubi/vmt.c | 173 +++++++++++++----------------------- drivers/mtd/ubi/vtbl.c | 105 +++++++++++----------- drivers/mtd/ubi/wl.c | 707 ++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------ drivers/mtd/ubi/wl.h | 34 +++++++ drivers/usb/dwc3/linux-compat.h | 5 -- fs/ubifs/budget.c | 3 +- fs/ubifs/debug.c | 200 ++++++++++++++++++++++-------------------- fs/ubifs/io.c | 68 ++++++++------ fs/ubifs/log.c | 35 +++++--- fs/ubifs/lprops.c | 94 ++++++++++---------- fs/ubifs/lpt.c | 64 +++++++------- fs/ubifs/lpt_commit.c | 45 +++++----- fs/ubifs/master.c | 13 ++- fs/ubifs/orphan.c | 27 +++--- fs/ubifs/recovery.c | 49 +++++------ fs/ubifs/replay.c | 51 +++++++---- fs/ubifs/sb.c | 34 +++---- fs/ubifs/scan.c | 38 ++++---- fs/ubifs/super.c | 148 ++++++++++++++++--------------- fs/ubifs/tnc.c | 26 +++--- fs/ubifs/tnc_misc.c | 24 ++--- fs/ubifs/ubifs.c | 44 +++++----- fs/ubifs/ubifs.h | 71 +++++++++------ include/linux/compat.h | 37 +++++++- include/linux/mtd/mtd.h | 3 + include/linux/mtd/ubi.h | 55 +++++++++++- 41 files changed, 2506 insertions(+), 1845 deletions(-) create mode 100644 drivers/mtd/ubi/fastmap-wl.c create mode 100644 drivers/mtd/ubi/wl.h bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany