<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/mtd/maps, branch v2.6.31.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/mtd/maps?h=v2.6.31.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/mtd/maps?h=v2.6.31.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2009-08-12T10:29:57Z</updated>
<entry>
<title>Remove zero-length file drivers/mtd/maps/sbc8240.c</title>
<updated>2009-08-12T10:29:57Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2009-08-12T10:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=67fe0688082509c52bd451d10a61b3565169c23e'/>
<id>urn:sha1:67fe0688082509c52bd451d10a61b3565169c23e</id>
<content type='text'>
It was "deleted" in commit 2bf961b7ccd69e108ac435c67e2b0522b403c578

Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
</entry>
<entry>
<title>mtd: remove 'SBC8240 Wind River' Device Driver Code</title>
<updated>2009-08-03T13:22:54Z</updated>
<author>
<name>Subrata Modak</name>
<email>subrata@linux.vnet.ibm.com</email>
</author>
<published>2009-07-01T13:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2bf961b7ccd69e108ac435c67e2b0522b403c578'/>
<id>urn:sha1:2bf961b7ccd69e108ac435c67e2b0522b403c578</id>
<content type='text'>
This driver is causing build errors and is no longer needed -- it is obsoleted
by physmap_of.

Signed-off-by: Subrata Modak &lt;subrata@linux.vnet.ibm.com&gt;
Tested-on-PPC64-by: Subrata Modak &lt;subrata@linux.vnet.ibm.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: maps: Remove BUS_ID_SIZE from integrator_flash</title>
<updated>2009-06-24T15:02:06Z</updated>
<author>
<name>David Woodhouse</name>
<email>David.Woodhouse@intel.com</email>
</author>
<published>2009-06-24T14:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=17659c60629618c0aa67eb3cb6a77d2c52486d2e'/>
<id>urn:sha1:17659c60629618c0aa67eb3cb6a77d2c52486d2e</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
Tested-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
</content>
</entry>
<entry>
<title>mtd: physmap_of: Add multiple regions and concatenation support</title>
<updated>2009-06-06T07:27:42Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2009-04-16T12:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=143070e74630b9557e1bb64d899ff2cc5a1dcb48'/>
<id>urn:sha1:143070e74630b9557e1bb64d899ff2cc5a1dcb48</id>
<content type='text'>
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 = &lt;1&gt;;
                #size-cells = &lt;1&gt;;
                compatible = "cfi-flash";
                reg = &lt;0 0x00000000 0x02000000
                       0 0x02000000 0x02000000&gt;;
                bank-width = &lt;2&gt;;
                partition@0 {
                        label = "test-part1";
                        reg = &lt;0 0x04000000&gt;;
                };
        };

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: maps: Blackfin async: fix memory leaks in probe/remove funcs</title>
<updated>2009-06-05T17:35:44Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-06-02T04:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4938c88c922fad23f0a9f404eeda0207a819e4df'/>
<id>urn:sha1:4938c88c922fad23f0a9f404eeda0207a819e4df</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: uclinux: mark local stuff static</title>
<updated>2009-06-05T17:29:35Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-05-26T23:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9f31f4b9dccf6fa4a606ae04602ec232b94727fb'/>
<id>urn:sha1:9f31f4b9dccf6fa4a606ae04602ec232b94727fb</id>
<content type='text'>
The uclinux_ram_mtdinfo, uclinux_romfs, and uclinux_point symbols do not
need to be visible outside of this module, so mark them static.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Greg Ungerer &lt;gerg@uclinux.org&gt;
CC: uclinux-dev@uclinux.org
CC: linux-mtd@lists.infradead.org
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: uclinux: do not allow to be built as a module</title>
<updated>2009-06-05T17:29:25Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-05-26T23:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6ae392ccadbc622d58a9d01a7ee59e340f82fe85'/>
<id>urn:sha1:6ae392ccadbc622d58a9d01a7ee59e340f82fe85</id>
<content type='text'>
There isn't any benefit to building the uClinux MTD map as a module as the
rootfs it requires in order to actually be usable is appended to the
kernel image, not the module.  No known system builds it this way either,
so change the option to "bool".

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Paul Mundt &lt;lethal@linux-sh.org&gt;
CC: Greg Ungerer &lt;gerg@uclinux.org&gt;
CC: uclinux-dev@uclinux.org
CC: linux-mtd@lists.infradead.org
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: uclinux: allow systems to override map addr/size</title>
<updated>2009-06-05T17:29:14Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-05-26T23:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fa254ecbcca713a4aec99478e79f858942b3d4e0'/>
<id>urn:sha1:fa254ecbcca713a4aec99478e79f858942b3d4e0</id>
<content type='text'>
Due to a processor anomaly (05000263 to be exact), most Blackfin parts
cannot keep the embedded filesystem image directly after the kernel in
RAM.  Instead, the filesystem needs to be relocated to the end of memory.
As such, we need to tweak the map addr/size during boot for Blackfin
systems.  This can be done in any early arch/board init code.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Paul Mundt &lt;lethal@linux-sh.org&gt;
CC: Greg Ungerer &lt;gerg@uclinux.org&gt;
CC: uclinux-dev@uclinux.org
CC: linux-mtd@lists.infradead.org
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: remove pmcmsp-ramroot.c</title>
<updated>2009-06-05T17:10:49Z</updated>
<author>
<name>Shane McDonald</name>
<email>mcdonald.shane@gmail.com</email>
</author>
<published>2009-05-02T15:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4d964824ec826ed97bdde10bc8d8c4ce10540a98'/>
<id>urn:sha1:4d964824ec826ed97bdde10bc8d8c4ce10540a98</id>
<content type='text'>
The RAMROOT function was a successful but non-portable attempt to append
the root filesystem to the end of the kernel image.  The preferred and
portable solution is to use an initramfs instead.

The only user of this function was the msp71xx configuration
in the MIPS architecture; as the use of the RAMROOT has been removed
from that configuration, there are no more users, so this code
can be removed.

Signed-off-by: Shane McDonald &lt;mcdonald.shane@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>mtd: Add armflash support for multiple blocks of flash</title>
<updated>2009-05-29T13:00:21Z</updated>
<author>
<name>Catalin Marinas</name>
<email>catalin.marinas@arm.com</email>
</author>
<published>2009-04-23T16:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9fd1e8f92ad17b3bc94245fee9b4e4bfea0dba0e'/>
<id>urn:sha1:9fd1e8f92ad17b3bc94245fee9b4e4bfea0dba0e</id>
<content type='text'>
This patch adds MTD concatenation support to integrator-flash.c for
platforms with more than one block of flash memory (e.g. RealView
PB11MPCore). The implementation is based on the sa1100-flash.c one.

Signed-off-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Acked-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
</feed>
