<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v1.3.2-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v1.3.2-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v1.3.2-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-02-14T00:11:00Z</updated>
<entry>
<title>Fix remaining CONFIG_COMMANDS</title>
<updated>2008-02-14T00:11:00Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-01-25T06:54:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1b769881750030f10743808b9d6013e11f559350'/>
<id>urn:sha1:1b769881750030f10743808b9d6013e11f559350</id>
<content type='text'>
update comments
Fix coding style

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>Remove duplicate defines for ARRAY_SIZE</title>
<updated>2008-02-13T23:43:02Z</updated>
<author>
<name>Kumar Gala</name>
<email>galak@kernel.crashing.org</email>
</author>
<published>2008-01-17T06:02:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0'/>
<id>urn:sha1:3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0</id>
<content type='text'>
Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire</title>
<updated>2008-01-23T13:23:13Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-23T13:23:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e57ed96baca1222e6cd3d7032691a89d5890bb4a'/>
<id>urn:sha1:e57ed96baca1222e6cd3d7032691a89d5890bb4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ColdFire: Add MCF547x_8x FEC driver</title>
<updated>2008-01-17T20:59:42Z</updated>
<author>
<name>TsiChungLiew</name>
<email>Tsi-Chung.Liew@freescale.com</email>
</author>
<published>2008-01-15T20:00:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=777d1abd9796f1c2e148417cc10657e847d318ce'/>
<id>urn:sha1:777d1abd9796f1c2e148417cc10657e847d318ce</id>
<content type='text'>
Signed-off-by: TsiChungLiew &lt;Tsi-Chung.Liew@freescale.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Signed-off by: John Rigby &lt;jrigby@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).</title>
<updated>2008-01-16T22:37:35Z</updated>
<author>
<name>Shinya Kuribayashi</name>
<email>shinya.kuribayashi@necel.com</email>
</author>
<published>2008-01-16T07:13:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c2f896b8fc4722e36915903e1942e138e68ce804'/>
<id>urn:sha1:c2f896b8fc4722e36915903e1942e138e68ce804</id>
<content type='text'>
rx_status on the memory is basically in LE, but needs to be handled in CPU
endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
it'll work fine.

Signed-off-by: Shinya Kuribayashi &lt;shinya.kuribayashi@necel.com&gt;
Cc: Masami Komiya &lt;mkomiya@sonare.it&gt;
Cc: Lucas Jin &lt;lucasjin@gmail.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/rtl8139.c: Fix cache coherency issues</title>
<updated>2008-01-16T22:37:35Z</updated>
<author>
<name>Shinya Kuribayashi</name>
<email>shinya.kuribayashi@necel.com</email>
</author>
<published>2008-01-16T07:12:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96a236746fe6a7b84802afb4ed31536696d34812'/>
<id>urn:sha1:96a236746fe6a7b84802afb4ed31536696d34812</id>
<content type='text'>
Current driver is meant for cache coherent systems. This patch adds
flush_cache() routines to support cache non-coherent systems.

Signed-off-by: Shinya Kuribayashi &lt;shinya.kuribayashi@necel.com&gt;
Cc: Masami Komiya &lt;mkomiya@sonare.it&gt;
Cc: Lucas Jin &lt;lucasjin@gmail.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/rtl8139.c: Fix tx timeout</title>
<updated>2008-01-16T22:37:35Z</updated>
<author>
<name>Shinya Kuribayashi</name>
<email>shinya.kuribayashi@necel.com</email>
</author>
<published>2008-01-16T07:11:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d1276c76c1e2b5035296689280ba1acb2c425104'/>
<id>urn:sha1:d1276c76c1e2b5035296689280ba1acb2c425104</id>
<content type='text'>
"to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
does, the condition "(currticks() &lt; to)" becomes invalid and immediately
leads to tx timeout error. This patch introduces the fine-graded udely(10)
loops to ease the impact of wrapping around.

Signed-off-by: Shinya Kuribayashi &lt;shinya.kuribayashi@necel.com&gt;
Cc: Masami Komiya &lt;mkomiya@sonare.it&gt;
Cc: Lucas Jin &lt;lucasjin@gmail.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>TSEC: Add the support for RealTek RTL8211B PHY</title>
<updated>2008-01-16T22:05:52Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-01-11T10:45:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=18ee320ff63edbf7b27bbeb05f0e12a52302c68a'/>
<id>urn:sha1:18ee320ff63edbf7b27bbeb05f0e12a52302c68a</id>
<content type='text'>
Add the support of RealTek RTL8211B PHY, the RTL8211B
PHY only supports RGMII and MII mode.

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus</title>
<updated>2008-01-16T21:51:35Z</updated>
<author>
<name>michael.firth@bt.com</name>
<email>michael.firth@bt.com</email>
</author>
<published>2008-01-16T11:40:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=55fe7c57a8b99a130925052dcdbb77f053dc50e3'/>
<id>urn:sha1:55fe7c57a8b99a130925052dcdbb77f053dc50e3</id>
<content type='text'>
The current TSEC driver limits MDIO access to the devices that have been configured as attached
to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.

Signed-off-by: Michael Firth &lt;michael.firth@bt.com&gt;
Acked-by: Andy Fleming &lt;afleming@freescale.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix Ethernet init() return codes</title>
<updated>2008-01-10T00:06:02Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-01-09T23:15:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=422b1a01602b6e2fbf8444a1192c7ba31461fd4c'/>
<id>urn:sha1:422b1a01602b6e2fbf8444a1192c7ba31461fd4c</id>
<content type='text'>
Change return values of init() functions in all Ethernet drivers to conform
to the following:

    &gt;=0: Success
    &lt;0:  Failure

All drivers going forward should return 0 on success.  Current drivers that
return 1 on success were left as-is to minimize changes.

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Acked-by: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
Acked-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
Acked-by: Haavard Skinnemoen &lt;hskinnemoen@atmel.com&gt;
Acked-By: Timur Tabi &lt;timur@freescale.com&gt;
</content>
</entry>
</feed>
