<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/nand, branch v1.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/nand?h=v1.3.0</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/nand?h=v1.3.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-09-15T19:38:38Z</updated>
<entry>
<title>Fix do_div() usage in nand process output</title>
<updated>2007-09-15T19:38:38Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2007-09-11T15:04:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5bd7fe9aeb76906371f40b8fd07613f10922e3e7'/>
<id>urn:sha1:5bd7fe9aeb76906371f40b8fd07613f10922e3e7</id>
<content type='text'>
Fix usage of do_div() in nand erase|read|write process output.

The last patch to nand_util.c introduced do_div() instead of libgcc's
implementation. But do_div() returns the quotient in its first
macro parameter and not as result.

Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
<entry>
<title>Merge with git://www.denx.de/git/u-boot.git</title>
<updated>2007-08-15T19:06:27Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-08-15T19:06:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b706d63559aeec352bc72dd86d7d5423c15f6a60'/>
<id>urn:sha1:b706d63559aeec352bc72dd86d7d5423c15f6a60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor coding style cleanup. Update CHANGELOG.</title>
<updated>2007-08-13T19:57:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-08-13T19:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be5d72d10d47609326226225181e301fb9a33b58'/>
<id>urn:sha1:be5d72d10d47609326226225181e301fb9a33b58</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Make use of generic 64bit division in nand_util.c</title>
<updated>2007-08-10T08:33:43Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2007-08-02T15:42:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a6d56c20989fe27360afe743bd2a7ad4d76e48f'/>
<id>urn:sha1:3a6d56c20989fe27360afe743bd2a7ad4d76e48f</id>
<content type='text'>
Use generic 64bit division in nand_util.c. This makes nand_util.c
independent of any toolchain 64bit division.

Signed-off-by: Dirk Behme &lt;dirk.behme@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-09T22:39:42Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-09T22:39:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb51c0bf88f95a1bca68324b0126f8eed8b43273'/>
<id>urn:sha1:cb51c0bf88f95a1bca68324b0126f8eed8b43273</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:23:11Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2007-06-12T00:02:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d5be43de93ff905c465e509d45a3164ef48d26e7'/>
<id>urn:sha1:d5be43de93ff905c465e509d45a3164ef48d26e7</id>
<content type='text'>
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Merge with git://www.denx.de/git/u-boot.git</title>
<updated>2007-06-22T08:28:26Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-06-22T08:28:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e08e6453fced498b28950f36088c87c0b639a682'/>
<id>urn:sha1:e08e6453fced498b28950f36088c87c0b639a682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge with /home/stefan/git/u-boot/bamboo-nand</title>
<updated>2007-06-01T14:15:34Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-06-01T14:15:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f3679aa13d9f483adb38245a87ecd5c84f57a5d3'/>
<id>urn:sha1:f3679aa13d9f483adb38245a87ecd5c84f57a5d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NAND: Update nand_ecc.c to latest Linux version</title>
<updated>2007-06-01T13:12:15Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-06-01T13:12:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=17b5e862287cca76f19dcf8b741e61a7d06617f2'/>
<id>urn:sha1:17b5e862287cca76f19dcf8b741e61a7d06617f2</id>
<content type='text'>
This patch updates the nand_ecc code to the latest Linux version.
The main reason for this is the more compact code. This makes
it possible to include the ECC code into the NAND bootloader
image (NAND_SPL) for PPC4xx.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>[PATCH][NAND] Define the Vendor Id for Micron NAND Flash</title>
<updated>2007-05-24T10:12:47Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf@atmel.com</email>
</author>
<published>2007-05-24T10:12:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7ebb4479b07ff294eb4d76e420753a0349f7c93b'/>
<id>urn:sha1:7ebb4479b07ff294eb4d76e420753a0349f7c93b</id>
<content type='text'>
Signed-off-by: Ulf Samuelsson &lt;ulf@atmel.com&gt;
Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
