From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mo-p05-ob.rzone.de ([81.169.146.180]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LuQLM-0005XA-35 for linux-mtd@lists.infradead.org; Thu, 16 Apr 2009 12:05:30 +0000 From: Stefan Roese To: linux-mtd@lists.infradead.org, linuxppc-dev@ozlabs.org Subject: [PATCH 0/3 v3] mtd: physmap_of: Add multiple regions and concatenation support Date: Thu, 16 Apr 2009 14:05:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904161405.04100.sr@denx.de> Cc: Grant Likely , devicetree-discuss List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patchset 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 chip which internally consists of 2 non-identical NOR chips on one die. Additionally partitions now can span over multiple chips: mtd: physmap_of: Add multiple regions and concatenation support mtd/powerpc: Factor out MTD physmap bindings into mtd-physmap.txt mtd/powerpc: Describe multiple "reg" tuples usage v2 addresses all comments from Grant Likely, including factoring out the MTD dts bindings documentation into a separate file. v3 addresses all comments (again from Grant). Thanks, Stefan