From patchwork Mon Jul 23 08:39:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] UBI changes for 3.6-rc1 Date: Sun, 22 Jul 2012 22:39:15 -0000 From: Artem Bityutskiy X-Patchwork-Id: 172581 Message-Id: <1343032755.4060.121.camel@sauron.fi.intel.com> To: Linus Torvalds Cc: linux-mtd , Linux Kernel Maling List Hi Linus, The following changes since commit 84a1caf1453c3d44050bd22db958af4a7f99315c: Linux 3.5-rc7 (2012-07-14 15:40:28 -0700) are available in the git repository at: git://git.infradead.org/linux-ubi.git tags/upstream-3.6-rc1 for you to fetch changes up to 87e773c95eb0b363f2efcc7aff8a347dc18925d0: UBI: harmonize the update of ubi->beb_rsvd_pebs (2012-07-18 14:30:34 +0300) ---------------------------------------------------------------- Change the default amount of eraseblocks which UBI reserves for bad block handling from 1% to 2%, because 1% does not meet most modern flashes requirements. 1% was good enough in the past for old high-quality SLCs, but nowadays 2% is much more appropriate. Other changes are clean-ups. ---------------------------------------------------------------- Peter Meerwald (1): UBI: fix spelling of detach in debug output Richard Genoud (1): UBI: Change the default percentage of reserved PEB Shmulik Ladkani (2): UBI: trivial: fix comment of ubi_calculate_reserved function UBI: harmonize the update of ubi->beb_rsvd_pebs drivers/mtd/ubi/Kconfig | 2 +- drivers/mtd/ubi/cdev.c | 2 +- drivers/mtd/ubi/misc.c | 25 ++++++++++++++++++++++++- drivers/mtd/ubi/ubi.h | 1 + drivers/mtd/ubi/vmt.c | 20 ++------------------ 5 files changed, 29 insertions(+), 21 deletions(-)