<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net/phy, branch v2013.07</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>net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF case</title>
<updated>2013-07-19T21:12:20+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-07-19T13:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9a5dad239332537a5689131bbcc705c1f9c0cb41'/>
<id>9a5dad239332537a5689131bbcc705c1f9c0cb41</id>
<content type='text'>
Commit de1d786e (add support for Xilinx 1000BASE-X phy (GTX)) introduced the
checking for ESTATUS_1000_XHALF, but it incorrectly sets the
SUPPORTED_1000baseX_Full flag in this case.

Set the SUPPORTED_1000baseX_Half flag instead.

Acked-by: Charles Coldwell &lt;coldwell@gmail.com&gt;
Reviewed-By: Sascha Silbe &lt;t-uboot@infra-silbe.de&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit de1d786e (add support for Xilinx 1000BASE-X phy (GTX)) introduced the
checking for ESTATUS_1000_XHALF, but it incorrectly sets the
SUPPORTED_1000baseX_Full flag in this case.

Set the SUPPORTED_1000baseX_Half flag instead.

Acked-by: Charles Coldwell &lt;coldwell@gmail.com&gt;
Reviewed-By: Sascha Silbe &lt;t-uboot@infra-silbe.de&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>phy: fix 10/100Mbps operation on 1Gbps-capable links</title>
<updated>2013-07-19T21:12:16+00:00</updated>
<author>
<name>Sascha Silbe</name>
<email>t-uboot@infra-silbe.de</email>
</author>
<published>2013-07-19T10:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9ba30f6bc2741ae4d49724cdd32ca1c9a48f6155'/>
<id>9ba30f6bc2741ae4d49724cdd32ca1c9a48f6155</id>
<content type='text'>
de1d786 [add support for Xilinx 1000BASE-X phy (GTX)] introduced a
check for the extended status register in order to support
1Gbps-capable PHYs that don't have the 1000BASE-T registers. Since
Extended Status only indicates what the PHY (i.e. the local side) is
capable of, this broke communication with non-1Gbps peers.

Only check the extended status if the 1000BASE-T registers are
actually missing so we don't end up setting speed to 1Gbps even though
the previous test (for the combination of local and peer support for
1Gbps) already indicated we can't do 1Gbps with the current peer.

Signed-off-by: Sascha Silbe &lt;t-uboot@infra-silbe.de&gt;
Tested-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
de1d786 [add support for Xilinx 1000BASE-X phy (GTX)] introduced a
check for the extended status register in order to support
1Gbps-capable PHYs that don't have the 1000BASE-T registers. Since
Extended Status only indicates what the PHY (i.e. the local side) is
capable of, this broke communication with non-1Gbps peers.

Only check the extended status if the 1000BASE-T registers are
actually missing so we don't end up setting speed to 1Gbps even though
the previous test (for the combination of local and peer support for
1Gbps) already indicated we can't do 1Gbps with the current peer.

Signed-off-by: Sascha Silbe &lt;t-uboot@infra-silbe.de&gt;
Tested-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</pre>
</div>
</content>
</entry>
<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: 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>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>
<entry>
<title>add support for Xilinx 1000BASE-X phy (GTX)</title>
<updated>2013-06-25T00:11:13+00:00</updated>
<author>
<name>Charles Coldwell</name>
<email>coldwell@gmail.com</email>
</author>
<published>2013-02-21T13:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de1d786edf01035f60a87e1e0f917a4169dc6964'/>
<id>de1d786edf01035f60a87e1e0f917a4169dc6964</id>
<content type='text'>
commit 39695029bc15041c809df3db4ba19bd729c447fa
Author: Charles Coldwell &lt;coldwell@ll.mit.edu&gt;
Date:   Tue Feb 19 08:27:33 2013 -0500

    Changes to support the Xilinx 1000BASE-X phy (GTX/MGT)

Signed-off-by: Charles Coldwell &lt;coldwell@ll.mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit 39695029bc15041c809df3db4ba19bd729c447fa
Author: Charles Coldwell &lt;coldwell@ll.mit.edu&gt;
Date:   Tue Feb 19 08:27:33 2013 -0500

    Changes to support the Xilinx 1000BASE-X phy (GTX/MGT)

Signed-off-by: Charles Coldwell &lt;coldwell@ll.mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>PHY: micrel.c: add support for KSZ9031</title>
<updated>2013-06-25T00:11:13+00:00</updated>
<author>
<name>David Andrey</name>
<email>David.Andrey@netmodule.com</email>
</author>
<published>2013-02-06T21:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=62d7dba7be212f9834d4aa8f1920f484dec0075c'/>
<id>62d7dba7be212f9834d4aa8f1920f484dec0075c</id>
<content type='text'>
Add support for Micrel PHY KSZ9031 in phylib,
including small rework for KSZ9021 to avoid
code duplication

Signed-off-by: David Andrey &lt;david.andrey@netmodule.com&gt;
Cc: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Cc: Joe Herschberger &lt;joe.hershberger@gmail.com&gt;
Cc: Andy Fleming &lt;afleming@freescale.com&gt;
Acked-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for Micrel PHY KSZ9031 in phylib,
including small rework for KSZ9021 to avoid
code duplication

Signed-off-by: David Andrey &lt;david.andrey@netmodule.com&gt;
Cc: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Cc: Joe Herschberger &lt;joe.hershberger@gmail.com&gt;
Cc: Andy Fleming &lt;afleming@freescale.com&gt;
Acked-by: Stefan Roese &lt;sr@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>NET: phy: add 88E1310 PHY initialization</title>
<updated>2013-06-25T00:10:14+00:00</updated>
<author>
<name>Sebastian Hesselbarth</name>
<email>sebastian.hesselbarth@gmail.com</email>
</author>
<published>2012-12-04T08:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aeceec0d0ee492d6d20d4b4b07f7d9b6c3b109be'/>
<id>aeceec0d0ee492d6d20d4b4b07f7d9b6c3b109be</id>
<content type='text'>
This adds PHY initialization for Marvell Alaska 88E1310 PHY.

Signed-off-by: Sebastian Hesselbarth &lt;sebastian.hesselbarth@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds PHY initialization for Marvell Alaska 88E1310 PHY.

Signed-off-by: Sebastian Hesselbarth &lt;sebastian.hesselbarth@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: add ICPlus PHY driver</title>
<updated>2013-06-25T00:07:32+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2012-11-28T10:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0fae25089d9e3303e952a4227bd2c1edccabfa20'/>
<id>0fae25089d9e3303e952a4227bd2c1edccabfa20</id>
<content type='text'>
The driver code was taken from Linux kernel source:
drivers/net/phy/icplus.c

Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The driver code was taken from Linux kernel source:
drivers/net/phy/icplus.c

Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
