<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v2013.07-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>phylib: add atheros ar803x phy</title>
<updated>2013-06-25T00:11:17+00:00</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2013-06-04T08:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=433a2c5325b982b49b099e526d373d07d0cc5e97'/>
<id>433a2c5325b982b49b099e526d373d07d0cc5e97</id>
<content type='text'>
add atheros ar803x phy, used on the upcoming siemens boards.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Andy Fleming &lt;afleming@freescale.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add atheros ar803x phy, used on the upcoming siemens boards.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Andy Fleming &lt;afleming@freescale.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>phylib: add natsemi dp83630 phy</title>
<updated>2013-06-25T00:11:17+00:00</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2013-06-04T08:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96d0b9e100cbe724d70e0aba18ad566542cc3e2e'/>
<id>96d0b9e100cbe724d70e0aba18ad566542cc3e2e</id>
<content type='text'>
add natsemi dp83630 phy, used on the upcoming siemens boards.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Andy Fleming &lt;afleming@freescale.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add natsemi dp83630 phy, used on the upcoming siemens boards.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Andy Fleming &lt;afleming@freescale.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: update FTGMAC100 for MMU/D-cache support</title>
<updated>2013-06-25T00:11:17+00:00</updated>
<author>
<name>Kuo-Jung Su</name>
<email>dantesu@faraday-tech.com</email>
</author>
<published>2013-05-07T06:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a8f9cd1893bef05b92f63242228607b45821c4a7'/>
<id>a8f9cd1893bef05b92f63242228607b45821c4a7</id>
<content type='text'>
Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
CC: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
CC: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
CC: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
CC: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: add Faraday FTMAC110 10/100Mbps ethernet support</title>
<updated>2013-06-25T00:11:16+00:00</updated>
<author>
<name>Kuo-Jung Su</name>
<email>dantesu@faraday-tech.com</email>
</author>
<published>2013-05-07T06:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c4775476d211a4be027e45c14ef961de7312d5f6'/>
<id>c4775476d211a4be027e45c14ef961de7312d5f6</id>
<content type='text'>
Faraday FTMAC110 10/100Mbps supports half-word data transfer for Linux.
However it has a weird DMA alignment issue:

(1) Tx DMA Buffer Address:
    1 bytes aligned: Invalid
    2 bytes aligned: O.K
    4 bytes aligned: O.K

(2) Rx DMA Buffer Address:
    1 bytes aligned: Invalid
    2 bytes aligned: O.K
    4 bytes aligned: Invalid!!!

Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Faraday FTMAC110 10/100Mbps supports half-word data transfer for Linux.
However it has a weird DMA alignment issue:

(1) Tx DMA Buffer Address:
    1 bytes aligned: Invalid
    2 bytes aligned: O.K
    4 bytes aligned: O.K

(2) Rx DMA Buffer Address:
    1 bytes aligned: Invalid
    2 bytes aligned: O.K
    4 bytes aligned: Invalid!!!

Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: phy: supplement support for Micrel's KSZ9031</title>
<updated>2013-06-25T00:11:16+00:00</updated>
<author>
<name>SARTRE Leo</name>
<email>lsartre@adeneo-embedded.com</email>
</author>
<published>2013-04-30T14:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42a7cb50a96e95cdca26607727c6767876414ced'/>
<id>42a7cb50a96e95cdca26607727c6767876414ced</id>
<content type='text'>
Add function ksz9031_phy_extended_write and ksz9031_phy_extended_read

Signed-off-by: Leo Sartre &lt;lsartre@adeneo-embedded.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add function ksz9031_phy_extended_write and ksz9031_phy_extended_read

Signed-off-by: Leo Sartre &lt;lsartre@adeneo-embedded.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: macb: add support for gigabit MAC</title>
<updated>2013-06-25T00:11:16+00:00</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2013-04-24T07:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d256be29f86b7c4e98435f7047a3e9c44dd7e0f4'/>
<id>d256be29f86b7c4e98435f7047a3e9c44dd7e0f4</id>
<content type='text'>
Add gigabit MAC support in macb driver
  - using IP version to distinguish whether MAC is GMAC

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add gigabit MAC support in macb driver
  - using IP version to distinguish whether MAC is GMAC

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: macb: using phylib to configure phy device</title>
<updated>2013-06-25T00:11:15+00:00</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2013-04-24T07:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1a0006eba76ad72ba2cbaefc948dc7b511e8d2d'/>
<id>b1a0006eba76ad72ba2cbaefc948dc7b511e8d2d</id>
<content type='text'>
using phylib to configure phy device in macb driver

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using phylib to configure phy device in macb driver

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: macb: using AT91FAMILY replace #ifdeferry</title>
<updated>2013-06-25T00:11:15+00:00</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2013-04-24T07:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d8f64b444191d9f3ea724317e6520643c48e3117'/>
<id>d8f64b444191d9f3ea724317e6520643c48e3117</id>
<content type='text'>
Using CONFIG_AT91FAMILY replace #ifdeferry for atmel SoC

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Acked-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using CONFIG_AT91FAMILY replace #ifdeferry for atmel SoC

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Acked-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: ks8851_mll: add ethernet support</title>
<updated>2013-06-25T00:11:14+00:00</updated>
<author>
<name>Roberto Cerati</name>
<email>roberto.cerati@bticino.it</email>
</author>
<published>2013-04-24T02:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45a1693a312453dcb5d26cd03c57569c50872cc6'/>
<id>45a1693a312453dcb5d26cd03c57569c50872cc6</id>
<content type='text'>
The device interface is 16 bits wide.
All the available packets are read from the incoming fifo.

Signed-off-by: Roberto Cerati &lt;roberto.cerati@bticino.it&gt;
Signed-off-by: Raffaele Recalcati &lt;raffaele.recalcati@bticino.it&gt;
[voice.shen@atmel.com: address comments from review results]
[voice.shen@atmel.com: clean up for submit]
Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Tested-by: Raffaele Recalcati &lt;raffaele.recalcati@bticino.it&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The device interface is 16 bits wide.
All the available packets are read from the incoming fifo.

Signed-off-by: Roberto Cerati &lt;roberto.cerati@bticino.it&gt;
Signed-off-by: Raffaele Recalcati &lt;raffaele.recalcati@bticino.it&gt;
[voice.shen@atmel.com: address comments from review results]
[voice.shen@atmel.com: clean up for submit]
Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Tested-by: Raffaele Recalcati &lt;raffaele.recalcati@bticino.it&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>phylib: Add Atheros AR8035 GETH PHY support</title>
<updated>2013-06-25T00:11:14+00:00</updated>
<author>
<name>Xie Xiaobo</name>
<email>X.Xie@freescale.com</email>
</author>
<published>2013-04-10T08:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6027384a69a7e671e810ae65b690dbfb25d5da81'/>
<id>6027384a69a7e671e810ae65b690dbfb25d5da81</id>
<content type='text'>
Signed-off-by: Xie Xiaobo &lt;X.Xie@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Xie Xiaobo &lt;X.Xie@freescale.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
