]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: Add MTD concat support to concatenate multiple MTD NOR devices
authorStefan Roese <sr@denx.de>
Tue, 12 May 2009 12:29:39 +0000 (14:29 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:45:47 +0000 (20:45 +0200)
commit0a57265533c412adf6024f4b4955141f4346b2b9
tree011c00b2cfb16aa1cb9e01f2938d7664209c4f2c
parent55e0ed6078b10b0d425b6a0677f38a015c277df6
mtd: Add MTD concat support to concatenate multiple MTD NOR devices

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>
drivers/mtd/Makefile
drivers/mtd/cfi_mtd.c
drivers/mtd/mtdconcat.c [new file with mode: 0644]
include/linux/mtd/compat.h
include/linux/mtd/concat.h [new file with mode: 0644]