<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd/onenand, branch v2010.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd/onenand?h=v2010.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd/onenand?h=v2010.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-08-26T08:33:23Z</updated>
<entry>
<title>ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P</title>
<updated>2010-08-26T08:33:23Z</updated>
<author>
<name>Minkyu Kang</name>
<email>mk7.kang@samsung.com</email>
</author>
<published>2010-08-23T10:52:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=889a275d428be2790270f7280385207c1666eb4b'/>
<id>urn:sha1:889a275d428be2790270f7280385207c1666eb4b</id>
<content type='text'>
Use the same configuration around S5P SoCs.
(s5pc100, s5pc110, s5pc210 and so on)

Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>Flex-OneNAND driver support</title>
<updated>2009-11-13T22:56:18Z</updated>
<author>
<name>Amul Kumar Saha</name>
<email>amul.saha@samsung.com</email>
</author>
<published>2009-11-06T11:45:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cacbe919584193f64e74088e03f068e52775bb86'/>
<id>urn:sha1:cacbe919584193f64e74088e03f068e52775bb86</id>
<content type='text'>
This patch adds support for Flex-OneNAND devices.

Signed-off-by: Rohit Hagargundgi &lt;h.rohit@samsung.com&gt;
Signed-off-by: Amul Kumar Saha &lt;amul.saha@samsung.com&gt;
</content>
</entry>
<entry>
<title>s5pc1xx: support onenand driver</title>
<updated>2009-10-14T02:13:55Z</updated>
<author>
<name>Minkyu Kang</name>
<email>mk7.kang@samsung.com</email>
</author>
<published>2009-10-01T08:20:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4678d674f0cacc983dca7f6b9933cd8291c9797c'/>
<id>urn:sha1:4678d674f0cacc983dca7f6b9933cd8291c9797c</id>
<content type='text'>
This patch includes the onenand driver for s5pc100

Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>OneNAND: Remove unused read_spareram</title>
<updated>2009-08-26T20:06:50Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kmpark@infradead.org</email>
</author>
<published>2009-07-21T02:58:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ce3277a6f2c082f39596d3d3d88dd0a5bc91439d'/>
<id>urn:sha1:ce3277a6f2c082f39596d3d3d88dd0a5bc91439d</id>
<content type='text'>
Remove unused read_spareram and add unlock_all as kernel does

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o</title>
<updated>2009-06-12T18:45:47Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2009-05-12T12:31:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d558107c18708050f05b6639b2192efb67c905dc'/>
<id>urn:sha1:d558107c18708050f05b6639b2192efb67c905dc</id>
<content type='text'>
This new define enables mtdcore.c compilation and with this we can
select the MTD device infrastructure needed for the reworked mtdparts
command.

We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
</entry>
<entry>
<title>mtd: nand/onenand: Register mtd device upon device scanning</title>
<updated>2009-04-27T23:15:38Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2009-04-24T13:59:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dbe29e36a4c2775b69b5a63b0ce2bac89c08e691'/>
<id>urn:sha1:dbe29e36a4c2775b69b5a63b0ce2bac89c08e691</id>
<content type='text'>
With this patch the NAND and OneNAND devices are registered in the MTD
subsystem and can then be referenced by the mtdcore code (e.g.
get_mtd_device_nm()). This is needed for the new "ubi part" command
syntax without the flash type parameter (nor|nand|onenand).

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>OneNAND: Additional sync with 2.6.27</title>
<updated>2009-01-23T16:32:48Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-12-02T10:06:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1ae39862044ebb1e682234b51f94421e3f871d6a'/>
<id>urn:sha1:1ae39862044ebb1e682234b51f94421e3f871d6a</id>
<content type='text'>
- Add subpage write support
- Add onenand_oob_64/32 ecclayout

This has been missing and without it UBI has some incompatibilies issues
with the current (&gt;= 2.6.27) Linux kernel version. vid_hdr_offset is
placed differently (2048 instead of 512) without this fix.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
</entry>
<entry>
<title>Add markbad function</title>
<updated>2009-01-23T16:32:47Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kmpark@infradead.org</email>
</author>
<published>2008-11-13T06:14:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23'/>
<id>urn:sha1:1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23</id>
<content type='text'>
Add missing markbad function
If not, it's hang when it entered the mtd-&gt;mark_bad().

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>OneNAND: Save version_id in onenand_chip struct</title>
<updated>2009-01-23T16:32:46Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-11-11T09:29:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8cf11f3aa78673730e9ecbbe4b75213b53f212c8'/>
<id>urn:sha1:8cf11f3aa78673730e9ecbbe4b75213b53f212c8</id>
<content type='text'>
The version (ver_id) was not stored in the onenand_chip structure and
because of this the continuous locking scheme could be enabled on some
chips.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>OneNAND: Fix compiler warnings</title>
<updated>2009-01-23T16:32:45Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-11-11T09:28:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4fca3310d611cc0f51d7295ef3557afbdbd91dc3'/>
<id>urn:sha1:4fca3310d611cc0f51d7295ef3557afbdbd91dc3</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
