Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mtd, ubi, ubifs: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | resync ubi subsystem with linux: commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Sun Mar 30 20:40:15 2014 -0700 Linux 3.14 A nice side effect of this, is we introduce UBI Fastmap support to U-Boot. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@ti.com> Cc: Marek Vasut <marex@denx.de> Cc: Sergey Lapin <slapin@ossfans.org> Cc: Scott Wood <scottwood@freescale.com> Cc: Joerg Krause <jkrause@posteo.de> | |||
* | Coding style cleanup; update CHANGELOG | Wolfgang Denk | 2009-07-07 | -2/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | mtd: Add MTD concat support to concatenate multiple MTD NOR devices | Stefan Roese | 2009-06-12 | -0/+21 |
This patch adds concatenation support to the U-Boot MTD infrastructure. By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate all found NOR devices into one single MTD device. This can be used by e.g by UBI to access a partition that spans over multiple NOR chips. Signed-off-by: Stefan Roese <sr@denx.de> |