<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v2017.03-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=v2017.03-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v2017.03-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-01-28T19:04:47Z</updated>
<entry>
<title>net: phy: add SMSC LAN8742 phy</title>
<updated>2017-01-28T19:04:47Z</updated>
<author>
<name>Michael Kurz</name>
<email>michi.kurz@gmail.com</email>
</author>
<published>2017-01-22T15:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=008ed16c820a4121d34a856c41d143a86eb9e13e'/>
<id>urn:sha1:008ed16c820a4121d34a856c41d143a86eb9e13e</id>
<content type='text'>
This patch adds support for SMSC LAN8742 in phylib

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: stm32: add designware mac glue code for stm32</title>
<updated>2017-01-28T19:04:47Z</updated>
<author>
<name>Michael Kurz</name>
<email>michi.kurz@gmail.com</email>
</author>
<published>2017-01-22T15:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b20b70fcc027a173b61950e9bb4a736557d19697'/>
<id>urn:sha1:b20b70fcc027a173b61950e9bb4a736557d19697</id>
<content type='text'>
This patch adds glue code required for enabling the designware
mac on stm32f7 devices.

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: gmac_rockchip: Add Rockchip GMAC driver</title>
<updated>2017-01-12T03:23:50Z</updated>
<author>
<name>Sjoerd Simons</name>
<email>sjoerd.simons@collabora.co.uk</email>
</author>
<published>2017-01-11T10:46:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0125bcf01cfb0715b35ab9d5325479b3953bb966'/>
<id>urn:sha1:0125bcf01cfb0715b35ab9d5325479b3953bb966</id>
<content type='text'>
Add a new driver for the GMAC ethernet interface present in Rockchip
RK3288 SOCs. This driver subclasses the generic design-ware driver to
add the glue needed specifically for Rockchip.

Signed-off-by: Sjoerd Simons &lt;sjoerd.simons@collabora.co.uk&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Romain Perier &lt;romain.perier@collabora.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: designware: Export the operation functions</title>
<updated>2017-01-12T03:23:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-01-11T10:46:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e72ced234045f817df48cec71b4795b00e87afe3'/>
<id>urn:sha1:e72ced234045f817df48cec71b4795b00e87afe3</id>
<content type='text'>
Export all functions so that drivers can use them, or not, as the need
arises.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Romain Perier &lt;romain.perier@collabora.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: designware: Split the link init into a separate function</title>
<updated>2017-01-12T03:23:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-01-11T10:46:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f63f28ee2520263f5c78f64f1d404b2c329ffe87'/>
<id>urn:sha1:f63f28ee2520263f5c78f64f1d404b2c329ffe87</id>
<content type='text'>
With rockchip we need to make adjustments after the link speed is set but
before enabling received/transmit. In preparation for this, split these
two pieces into separate functions.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Romain Perier &lt;romain.perier@collabora.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: designware: Adjust dw_adjust_link() to return an error</title>
<updated>2017-01-12T03:23:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-01-11T10:46:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0ea38db90caa55e8366c9bef4214ab52b3fedf6a'/>
<id>urn:sha1:0ea38db90caa55e8366c9bef4214ab52b3fedf6a</id>
<content type='text'>
This function can fail, so return the error if there is one.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Romain Perier &lt;romain.perier@collabora.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: designware: Export various functions/struct to allow subclassing</title>
<updated>2017-01-12T03:23:50Z</updated>
<author>
<name>Sjoerd Simons</name>
<email>sjoerd.simons@collabora.co.uk</email>
</author>
<published>2017-01-11T10:46:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9e08d0e80e311591704a49341199637069fd157'/>
<id>urn:sha1:b9e08d0e80e311591704a49341199637069fd157</id>
<content type='text'>
To allow other DM drivers to subclass the designware driver various
functions and structures need to be exported. Export these.

Signed-off-by: Sjoerd Simons &lt;sjoerd.simons@collabora.co.uk&gt;
Signed-off-by: Romain Perier &lt;romain.perier@collabora.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>xilinx_phy: Pass correct pointer to fdtdec_get_int()</title>
<updated>2017-01-11T06:00:27Z</updated>
<author>
<name>Kamensky Ivan</name>
<email>kamensky.ivan@mail.ru</email>
</author>
<published>2016-12-27T16:12:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e946297575b320e6f6ab8a33467df17d8e38923'/>
<id>urn:sha1:1e946297575b320e6f6ab8a33467df17d8e38923</id>
<content type='text'>
This patch fixes incorrect pointer on offset device in device tree blob.
When using with the component "Ethernet 1G/2.5G BASE-X PCS/PMA or SGMII"
it does not understand what type is XAE_PHY_TYPE_1000BASE_X and trying
to change frequency.

Signed-off-by: Kamensky Ivan &lt;kamensky.ivan@mail.ru&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: zynq_gem: Use clock driver for ZynqMP</title>
<updated>2017-01-10T09:18:12Z</updated>
<author>
<name>Siva Durga Prasad Paladugu</name>
<email>siva.durga.paladugu@xilinx.com</email>
</author>
<published>2016-11-15T10:45:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a765bdd1cbf576b71502635cf1ebfb28fbad034e'/>
<id>urn:sha1:a765bdd1cbf576b71502635cf1ebfb28fbad034e</id>
<content type='text'>
Enable and use the clock driver routine
defined in clock driver toset required
clock appropriately.

Signed-off-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>net: gem: Use wait_for_bit() instead of private mdio_wait()</title>
<updated>2017-01-10T09:18:11Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-12-12T08:47:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b908fcad841a97025dd8c2a79bc53b15b386f292'/>
<id>urn:sha1:b908fcad841a97025dd8c2a79bc53b15b386f292</id>
<content type='text'>
Using generic wait_for_bit() implementation instead of
using private wait function.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
</feed>
