<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v2019.04-rc2</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=v2019.04-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v2019.04-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-02-15T12:01:28Z</updated>
<entry>
<title>net: mv88e61xx: fix autonegotiation on ports</title>
<updated>2019-02-15T12:01:28Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2019-02-04T20:56:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=69280961d72754f27b5196d392bd41b7f8fa2a42'/>
<id>urn:sha1:69280961d72754f27b5196d392bd41b7f8fa2a42</id>
<content type='text'>
phy_reset should be called before autoneg is setup

The only boards using MV88E61XX_SWITCH are:
 - alliedtelesis/SBx81LIFKW
 - alliedtelesis/SBx81LIFXCAT
 - gateworks/gw_ventana

Cc: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;
Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
Reviewed-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;
</content>
</entry>
<entry>
<title>net: dm: fec: Fix regulator enable when using DM_REGULATOR</title>
<updated>2019-02-15T11:41:12Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-01-15T17:26:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f1a5ac797baac5b40f93eac80a7810f0a771ecf'/>
<id>urn:sha1:8f1a5ac797baac5b40f93eac80a7810f0a771ecf</id>
<content type='text'>
When DM_REGULATOR is enabled, the driver attempts to call
regulator_autoset() which expects the regulators to be on at boot
and/or always on and fails if they are not true.
For a more generic approach, this patch just calls
regulator_set_enable() which shouldn't have such restrictions.

Fixes: ad8c43cbcafb ("net: dm: fec: Support the phy-supply
binding")

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Tested-by: Martin Fuzzey &lt;martin.fuzzey@flowbird.group&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: Add MSCC Luton networkd driver.</title>
<updated>2019-02-01T13:13:36Z</updated>
<author>
<name>Horatiu Vultur</name>
<email>horatiu.vultur@microchip.com</email>
</author>
<published>2019-01-31T14:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c5620aeea44d9e3bb64a35cb5b7207772bf74997'/>
<id>urn:sha1:c5620aeea44d9e3bb64a35cb5b7207772bf74997</id>
<content type='text'>
Add network driver for Microsemi Ethernet switch, it is
present on Luton SoCs.

Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;
</content>
</entry>
<entry>
<title>net: mscc: Remove unused variables</title>
<updated>2019-02-01T13:13:36Z</updated>
<author>
<name>Horatiu Vultur</name>
<email>horatiu.vultur@microchip.com</email>
</author>
<published>2019-01-31T14:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0b8f34dc8cd6a678b26d80152f7bb324bcc15920'/>
<id>urn:sha1:0b8f34dc8cd6a678b26d80152f7bb324bcc15920</id>
<content type='text'>
Remove unused variables in the struct ocelot_private and make
miim variable static.

Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;
</content>
</entry>
<entry>
<title>net: mscc: Move mac_table_add function into different file.</title>
<updated>2019-02-01T13:13:36Z</updated>
<author>
<name>Horatiu Vultur</name>
<email>horatiu.vultur@microchip.com</email>
</author>
<published>2019-01-31T14:30:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45f2748c50c676db2374c7d0a526b70db5ed86f7'/>
<id>urn:sha1:45f2748c50c676db2374c7d0a526b70db5ed86f7</id>
<content type='text'>
Move the function mac_table_add into a different file,
so it can be reused.

Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;
</content>
</entry>
<entry>
<title>net: mscc: Move ocelot_send and ocelot_recv in a different file.</title>
<updated>2019-02-01T13:13:36Z</updated>
<author>
<name>Horatiu Vultur</name>
<email>horatiu.vultur@microchip.com</email>
</author>
<published>2019-01-31T14:30:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=36d04f52ff3e832862a25bf474f0224e995b6ca1'/>
<id>urn:sha1:36d04f52ff3e832862a25bf474f0224e995b6ca1</id>
<content type='text'>
This functions can be reused by other MSCC SoCs therefore,
make them more generic and move them in separate files.

Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;
</content>
</entry>
<entry>
<title>net: mscc: Move miim commands into separate file.</title>
<updated>2019-02-01T13:13:36Z</updated>
<author>
<name>Horatiu Vultur</name>
<email>horatiu.vultur@microchip.com</email>
</author>
<published>2019-01-31T14:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2fff4a9b59855b97f498c2846c5485a65663189b'/>
<id>urn:sha1:2fff4a9b59855b97f498c2846c5485a65663189b</id>
<content type='text'>
Move miim functions that can be shared in a different file inside
mscc_eswitch.

Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;
</content>
</entry>
<entry>
<title>net: mscc: Move ocelot_switch to mscc_eswitch folder</title>
<updated>2019-02-01T13:13:36Z</updated>
<author>
<name>Horatiu Vultur</name>
<email>horatiu.vultur@microchip.com</email>
</author>
<published>2019-01-31T14:30:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c66157f427ad87d683b76d6819a00138e9f71dd'/>
<id>urn:sha1:4c66157f427ad87d683b76d6819a00138e9f71dd</id>
<content type='text'>
Move file ocelot_switch to mscc_eswitch to prepare to add
new net drivers for other MSCC SoCs.

Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;
</content>
</entry>
<entry>
<title>Enable FEC driver to retrieve PHY address from device tree</title>
<updated>2019-01-28T11:47:15Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn@welchs.me.uk</email>
</author>
<published>2018-12-11T11:34:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=774ec60b74a7b8d356a2ec6249936b097631a726'/>
<id>urn:sha1:774ec60b74a7b8d356a2ec6249936b097631a726</id>
<content type='text'>
Currently if we have more than one phy on the MDIO bus, we do not have a
good mechanism for determining which should be used at runtime. Enable the
FEC driver to determine the address for the PHY from the device tree.

Signed-off-by: Martyn Welch &lt;martyn.welch@collabora.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-net</title>
<updated>2019-01-24T20:30:06Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-01-24T20:30:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68489ed037530ec29fc0bc452ad6e4b0c5db02ec'/>
<id>urn:sha1:68489ed037530ec29fc0bc452ad6e4b0c5db02ec</id>
<content type='text'>
</content>
</entry>
</feed>
