original_kernel/drivers/mtd/maps
Stefan Roese 143070e746 mtd: physmap_of: Add multiple regions and concatenation support
This patch adds support to handle multiple non-identical chips in one
flash device tree node. It also adds concat support to physmap_of. This
makes it possible to support e.g. the Intel P30 48F4400 chips which
internally consists of 2 non-identical NOR chips on one die. Additionally
partitions now can span over multiple chips.

To describe such a chip's, multiple "reg" tuples are now supported in one
flash device tree node. Here an dts example:

        flash@f0000000,0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "cfi-flash";
                reg = <0 0x00000000 0x02000000
                       0 0x02000000 0x02000000>;
                bank-width = <2>;
                partition@0 {
                        label = "test-part1";
                        reg = <0 0x04000000>;
                };
        };

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2009-06-06 08:27:42 +01:00
..
Kconfig mtd: uclinux: do not allow to be built as a module 2009-06-05 18:29:25 +01:00
Makefile mtd: remove pmcmsp-ramroot.c 2009-06-05 18:10:49 +01:00
alchemy-flash.c
amd76xrom.c
autcpu12-nvram.c
bfin-async-flash.c mtd: maps: Blackfin async: fix memory leaks in probe/remove funcs 2009-06-05 18:35:44 +01:00
cdb89712.c
ceiva.c
cfi_flagadm.c
ck804xrom.c
dbox2-flash.c
dc21285.c
dilnetpc.c
dmv182.c
edb7312.c
esb2rom.c
fortunet.c
h720x-flash.c
ichxrom.c
impa7.c
integrator-flash.c mtd: Add armflash support for multiple blocks of flash 2009-05-29 14:00:21 +01:00
intel_vr_nor.c
ipaq-flash.c
ixp4xx.c
ixp2000.c
l440gx.c
map_funcs.c
mbx860.c
netsc520.c
nettel.c
octagon-5066.c
omap_nor.c
pci.c
pcmciamtd.c
physmap.c
physmap_of.c mtd: physmap_of: Add multiple regions and concatenation support 2009-06-06 08:27:42 +01:00
plat-ram.c
pmcmsp-flash.c
pxa2xx-flash.c
rbtx4939-flash.c
redwood.c
rpxlite.c
sa1100-flash.c
sbc8240.c
sbc_gxx.c
sc520cdp.c
scb2_flash.c
scx200_docflash.c
solutionengine.c
sun_uflash.c
tqm8xxl.c
ts5500_flash.c
tsunami_flash.c
uclinux.c mtd: uclinux: mark local stuff static 2009-06-05 18:29:35 +01:00
vmax301.c
vmu-flash.c
wr_sbc82xx_flash.c