<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/mtd, branch v2.6.20</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.20</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.20'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2007-01-30T16:39:20Z</updated>
<entry>
<title>[PATCH] mtd/nand/cafe.c missing include of dma-mapping.h</title>
<updated>2007-01-30T16:39:20Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2007-01-30T13:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a12743026ceb34388b9b983801ba99240cb0a199'/>
<id>urn:sha1:a12743026ceb34388b9b983801ba99240cb0a199</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6</title>
<updated>2007-01-17T23:34:51Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2007-01-17T23:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9cdf083f981b8d37b3212400a359368661385099'/>
<id>urn:sha1:9cdf083f981b8d37b3212400a359368661385099</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[MTD] OneNAND: Handle DDP chip boundary during read-while-load</title>
<updated>2007-01-10T13:05:22Z</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2007-01-09T15:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0fc2ccea4c8fa779053cb6f8984f6da399a81182'/>
<id>urn:sha1:0fc2ccea4c8fa779053cb6f8984f6da399a81182</id>
<content type='text'>
The read-while-load method of reading from OneNAND needs to allow
for the change of bufferRAM address at the boundary between the
two chips in a double density (DDP) device.

Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: return ecc error code only when 2-bit ecc occurs</title>
<updated>2007-01-10T13:04:28Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2007-01-05T10:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b3c9f8bfe7ab366a5d2495ebe5d2dc6fd7368122'/>
<id>urn:sha1:b3c9f8bfe7ab366a5d2495ebe5d2dc6fd7368122</id>
<content type='text'>
we don't need to return ecc error when 1-bit ecc.
We only return error code when 2-bit ecc error

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: Implement read-while-load</title>
<updated>2007-01-10T12:58:42Z</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2007-01-04T07:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a8de85d557004d6d4e4cf79ecd6b97339b986fe9'/>
<id>urn:sha1:a8de85d557004d6d4e4cf79ecd6b97339b986fe9</id>
<content type='text'>
Read-while-load enables higher performance read operations.

Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: fix onenand_wait bug in read ecc error</title>
<updated>2007-01-10T12:40:16Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2006-12-29T02:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2fd32d4af83f4535d12d3f6dd23189352a9596fa'/>
<id>urn:sha1:2fd32d4af83f4535d12d3f6dd23189352a9596fa</id>
<content type='text'>
Even though there is ECC error. OneNAND driver updates the buffram as valid

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: release CPU in cycles</title>
<updated>2007-01-10T12:39:57Z</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2006-12-26T07:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=61a7e1983e773b93aac172dadc97f1eb484536b4'/>
<id>urn:sha1:61a7e1983e773b93aac172dadc97f1eb484536b4</id>
<content type='text'>
This patch teaches OneNAND to release processor in
read/write/erase cycles and let other processes proceed.
Also, remove buggi touch watchdog call which only hides
the problem instead of solving it.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: add subpage write support</title>
<updated>2007-01-10T12:35:00Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2006-12-22T07:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=60d84f9739a47d0ed8e19805d9056e39fba31c79'/>
<id>urn:sha1:60d84f9739a47d0ed8e19805d9056e39fba31c79</id>
<content type='text'>
OneNAND supports up to 4 writes at one NAND page. Add support of this feature.

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: fix onenand_wait bug</title>
<updated>2007-01-10T12:34:42Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2006-12-22T07:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f62724873652ddb19edf7f92843e9456fe3be3ea'/>
<id>urn:sha1:f62724873652ddb19edf7f92843e9456fe3be3ea</id>
<content type='text'>
Fix onenand_wait error reporting

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] SPI/MTD: mtd_dataflash oops prevention</title>
<updated>2006-12-30T18:56:42Z</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2006-12-30T00:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=de4fa99266b2e1f6771644b9b50f33fe8f82d728'/>
<id>urn:sha1:de4fa99266b2e1f6771644b9b50f33fe8f82d728</id>
<content type='text'>
Return a fault code if the Dataflash driver runs into a "no device present"
error when the MISO line has a pulldown (it currently expects a pullup), so
that rmmod won't oops.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
