<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/evb64260, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/evb64260?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/evb64260?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-03-18T19:11:22Z</updated>
<entry>
<title>net/miiphy/serial: drop duplicate "NAMESIZE" define</title>
<updated>2012-03-18T19:11:22Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-10T14:11:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f6add132f6d7f45eb7d4b3839513c38bfb28eb08'/>
<id>urn:sha1:f6add132f6d7f45eb7d4b3839513c38bfb28eb08</id>
<content type='text'>
A few subsystems are using the same define "NAMESIZE".  This has been
working so far because they define it to the same number.  However, I
want to change the size of eth_device's NAMESIZE, so rather than tweak
the define names, simply drop references to it.  Almost no one does,
and the handful that do can easily be changed to a sizeof().

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>i2c: Codingstyle cleanup for i2c evb64260 board driver</title>
<updated>2011-11-23T20:22:32Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-17T06:57:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d5ff54fde6a22c36e4b7e0a039971b279bf21c6'/>
<id>urn:sha1:7d5ff54fde6a22c36e4b7e0a039971b279bf21c6</id>
<content type='text'>
There are some magic constants in this drivers, which I cannot
fixup ... Eran, can you help here?

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Eran Man &lt;eran@nbase.co.il&gt;
</content>
</entry>
<entry>
<title>board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warnings</title>
<updated>2011-11-16T20:04:32Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:29:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=504f7080c33f2b39ac9528b00421f3da9096309b'/>
<id>urn:sha1:504f7080c33f2b39ac9528b00421f3da9096309b</id>
<content type='text'>
Fix:
zuma_pbb_mbox.c: In function 'zuma_mbox_dump':
zuma_pbb_mbox.c:115:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
zuma_pbb_mbox.c:117:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanup</title>
<updated>2011-11-16T20:04:20Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:29:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=827320724c014adec7cc2db422ae9f049f46a891'/>
<id>urn:sha1:827320724c014adec7cc2db422ae9f049f46a891</id>
<content type='text'>
Make (mostly) checkpatch-clean

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/sdram_init.c: Fix GCC 4.6 build warnings</title>
<updated>2011-11-16T20:04:12Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b191c701628d3aa4677cfec5de82d0d03fa8ac09'/>
<id>urn:sha1:b191c701628d3aa4677cfec5de82d0d03fa8ac09</id>
<content type='text'>
Fix:
sdram_init.c: In function 'setup_sdram_common':
sdram_init.c:333:49: warning: variable 'ecc' set but not used
[-Wunused-but-set-variable]
sdram_init.c: In function 'setup_sdram':
sdram_init.c:410:13: warning: variable 'check' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/eth.c: Fix GCC 4.6 build warning</title>
<updated>2011-11-16T20:04:00Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b524b1c75d68f0dc39681d46982ac6fb1305d512'/>
<id>urn:sha1:b524b1c75d68f0dc39681d46982ac6fb1305d512</id>
<content type='text'>
Fix:
eth.c: In function 'gt6426x_handle_SMI':
eth.c:130:15: warning: variable 'psr' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/evb64260.c: Fix GC 4.6 build warning</title>
<updated>2011-11-16T20:03:45Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54a087464d4624dd2fd183b4e44f7b7e90f1acd8'/>
<id>urn:sha1:54a087464d4624dd2fd183b4e44f7b7e90f1acd8</id>
<content type='text'>
Fix:
evb64260.c: In function 'debug_led':
evb64260.c:363:6: warning: variable 'dummy' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/i2c.c: Fix GCC 4.6 build warnings</title>
<updated>2011-11-16T20:03:30Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3a1b1bc1dd90093477d138c054b352e1839b289'/>
<id>urn:sha1:d3a1b1bc1dd90093477d138c054b352e1839b289</id>
<content type='text'>
Fix:
i2c.c: In function 'i2c_init':
i2c.c:23:15: warning: variable 'actualFreq' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Eran Man &lt;eran@nbase.co.il&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/i2c.c: Coding Style cleanup</title>
<updated>2011-11-16T20:03:13Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fecf63e41e73ad5fc1d941d7eefc7338f7c34edd'/>
<id>urn:sha1:fecf63e41e73ad5fc1d941d7eefc7338f7c34edd</id>
<content type='text'>
Make checkpatch-clean

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Eran Man &lt;eran@nbase.co.il&gt;
</content>
</entry>
<entry>
<title>net: drop !NET_MULTI code</title>
<updated>2011-10-05T20:22:16Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-02T10:01:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2a53458a7ab375233048e922c4adf494866a78f'/>
<id>urn:sha1:e2a53458a7ab375233048e922c4adf494866a78f</id>
<content type='text'>
This is long over due.  All but two net drivers have been converted, but
those have now been dropped.

The only thing left to do is actually delete all references to NET_MULTI
and code that is compiled when that is not defined.  So here we scrub the
core code.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
