
Hi, all!
As I failed to submit 250KB patch to the list I will send this pull request
This patch is not for inclusion yet. This patch is just update of u-boot MTD with Linux kernel's MTD v3.8-rc.
The following changes since commit f8cfcf1b1c7543d5dd103359376a3319301143bc:
env: don't generate callback list entries for SPL (2012-12-22 05:57:16 -0700)
are available in the git repository at: git://github.com/slapin/uboot-allwinner.git upstream-mtd
Sergey Lapin (1): MTD resync from Linux-3.8-rc2+ (master)
common/cmd_nand.c | 18 +- drivers/mtd/Makefile | 4 +- drivers/mtd/mtdcore.c | 372 +++++++ drivers/mtd/nand/nand_base.c | 2274 ++++++++++++++++++++++++----------------- drivers/mtd/nand/nand_bbt.c | 839 ++++++++-------- drivers/mtd/nand/nand_ids.c | 21 +- drivers/mtd/nand/nand_util.c | 19 +- include/linux/mtd/bbm.h | 119 ++- include/linux/mtd/flashchip.h | 58 ++ include/linux/mtd/mtd-abi.h | 189 +++- include/linux/mtd/mtd.h | 372 +++++--- include/linux/mtd/nand.h | 246 +++-- include/linux/types.h | 2 + include/nand.h | 11 +- 14 files changed, 2848 insertions(+), 1696 deletions(-) create mode 100644 include/linux/mtd/flashchip.h