<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v2017.01-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.01-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v2017.01-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-12-04T18:55:01Z</updated>
<entry>
<title>net: rtl8169: remove unneeded definition</title>
<updated>2016-12-04T18:55:01Z</updated>
<author>
<name>Andre Przywara</name>
<email>andre.przywara@arm.com</email>
</author>
<published>2016-11-16T00:50:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8d4fad3bcf606b286962cc0c2251ec6be7d7909'/>
<id>urn:sha1:b8d4fad3bcf606b286962cc0c2251ec6be7d7909</id>
<content type='text'>
The rtl8169_intr_mask variable isn't used anywhere in the code, so
just remove it to avoid a GCC 6.2 compiler warning.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: e1000: fix indentation</title>
<updated>2016-12-04T18:55:01Z</updated>
<author>
<name>Andre Przywara</name>
<email>andre.przywara@arm.com</email>
</author>
<published>2016-11-16T00:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=063bb708b59c882dcd7ec08a370c0e5773b3c772'/>
<id>urn:sha1:063bb708b59c882dcd7ec08a370c0e5773b3c772</id>
<content type='text'>
Apparently the indentation is off here, for the IGB model just want to
bail out early.
Fix this to avoid both compiler warnings and puzzled readers.

Pointed out by GCC 6.2's -Wmisleading-indentation warning.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>common: miiphyutil: Work and report phy address in hex in mdio cmd</title>
<updated>2016-12-02T13:36:02Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-11-16T07:41:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=15a2acdf850e86cd0ae8dfc80d49c89727bac09b'/>
<id>urn:sha1:15a2acdf850e86cd0ae8dfc80d49c89727bac09b</id>
<content type='text'>
It is confusing that mdio commands work and report phy id as
decimal value when mii is working with hex values.

For example:
ZynqMP&gt; mdio list
gem:
21 - TI DP83867 &lt;--&gt; ethernet@ff0e0000
ZynqMP&gt; mdio read ethernet@ff0e0000 0
Reading from bus gem
PHY at address 21:
0 - 0x1140
ZynqMP&gt; mii dump 21 0
Incorrect PHY address. Range should be 0-31
...
ZynqMP&gt; mii dump 15
0.     (1140)                 -- PHY control register --
  (8000:0000) 0.15    =     0    reset

U-Boot normally takes hex values that's why this patch is changing mdio
command to handle hex instead of changing mii command to handle decimal
values.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-mpc85xx</title>
<updated>2016-11-30T00:42:48Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-11-30T00:42:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6b29a395b62965eef6b5065d3a526a8588a92038'/>
<id>urn:sha1:6b29a395b62965eef6b5065d3a526a8588a92038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers: net: keystone_net: add rgmii link type support when parsing dt</title>
<updated>2016-11-29T01:15:18Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-08-11T14:34:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1de40662f1cfd438efa98efa8be6937c6eb5c843'/>
<id>urn:sha1:1de40662f1cfd438efa98efa8be6937c6eb5c843</id>
<content type='text'>
Add support to detect RGMII link interface from link-interface
device tree entry. Also rename the existing link type enums so
that it provides meaningful interface like SGMII.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reported-by: Sekhar Nori &lt;nsekhar@ti.com&gt;
Tested-by: Sekhar Nori &lt;nsekhar@ti.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>sun8i_emac: Fix mdio read sequence</title>
<updated>2016-11-28T20:10:31Z</updated>
<author>
<name>Philipp Tomsich</name>
<email>philipp.tomsich@theobroma-systems.com</email>
</author>
<published>2016-11-16T01:40:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1deeecb6e41a42d0e24fec30d2bb74c56d7a0d9b'/>
<id>urn:sha1:1deeecb6e41a42d0e24fec30d2bb74c56d7a0d9b</id>
<content type='text'>
To send a parametrized command to the PHY over MDIO, we should write
the data first, the trigger the execution by the command register
write. Fix the access pattern in our MDIO write routine.
Apparently this doesn't really matter with the Realtek PHY on the
Pine64, but other PHYs (which require more setup) will choke on
the wrong order.
[Andre: add commit message]

Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Acked-by: Jagan Teki &lt;jagan@openedev.com&gt;
</content>
</entry>
<entry>
<title>powerpc: T4080: Drop configuration for T4080</title>
<updated>2016-11-24T07:42:16Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-21T21:41:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cdb72c5212c54dba2275c132b14e0df77d2040a9'/>
<id>urn:sha1:cdb72c5212c54dba2275c132b14e0df77d2040a9</id>
<content type='text'>
There is no T4080 target. Drop related macros.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: T4240: Remove macro CONFIG_PPC_T4240</title>
<updated>2016-11-24T07:42:15Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-21T21:35:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=26bc57da0ac1ed5769e53b0ef561fd4f08c020c7'/>
<id>urn:sha1:26bc57da0ac1ed5769e53b0ef561fd4f08c020c7</id>
<content type='text'>
Use CONFIG_ARCH_T4240 from Kconfig instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: T4160: Remove macro CONFIG_PPC_T4160</title>
<updated>2016-11-24T07:42:15Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-21T21:31:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=652a7bbd87d322c49ffe138b98563dc6c8cd2885'/>
<id>urn:sha1:652a7bbd87d322c49ffe138b98563dc6c8cd2885</id>
<content type='text'>
Use CONFIG_ARCH_T4160 instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081</title>
<updated>2016-11-24T07:42:15Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-21T20:54:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0f3d80e99370d5896525eef79c2b88d9c87a66ae'/>
<id>urn:sha1:0f3d80e99370d5896525eef79c2b88d9c87a66ae</id>
<content type='text'>
Use CONFIG_ARCH_T2080 and CONFIG_ARCH_T2081 instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
