<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v2015.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=v2015.04-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v2015.04-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-02-16T17:41:41Z</updated>
<entry>
<title>net: keystone_net: move serdes setup to initialization function</title>
<updated>2015-02-16T17:41:41Z</updated>
<author>
<name>Vitaly Andrianov</name>
<email>vitalya@ti.com</email>
</author>
<published>2015-02-11T19:05:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=312aca4e6964812007c8218c0b4b0737e9e0f46a'/>
<id>urn:sha1:312aca4e6964812007c8218c0b4b0737e9e0f46a</id>
<content type='text'>
On Keystone2 devices serdes must be initialized before accessing MDIO bus.
This commit moves the keystone2_net_serdes_setup() from keystone2_eth_open
to keystone2_emac_initialize to meet that requirement.

This also eliminates unnecessary serdes initializatin every time when the
keystone2_eth_open is being called.

Signed-off-by: Vitaly Andrianov &lt;vitalya@ti.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Tested-by: Nishanth Menon &lt;nm@ti.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-net</title>
<updated>2015-01-31T17:40:26Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2015-01-31T17:40:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a608f20b987122a658e26978d76d2753654f5f2'/>
<id>urn:sha1:6a608f20b987122a658e26978d76d2753654f5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net/designware: add error message on DMA reset timeout</title>
<updated>2015-01-30T21:55:00Z</updated>
<author>
<name>Alexey Brodkin</name>
<email>Alexey.Brodkin@synopsys.com</email>
</author>
<published>2015-01-13T14:10:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=875143f32428b8317a2b890b34a1eeb31cbf8a53'/>
<id>urn:sha1:875143f32428b8317a2b890b34a1eeb31cbf8a53</id>
<content type='text'>
If for some reason DMA module fails to reset user oserves only this:
---&gt;---
# dhcp
Trying dwmac.e0018000
FAIL
---&gt;---

This message makes not much sense.
With proposed change error message will be more helpful:
---&gt;---
# dhcp
Trying dwmac.e0018000
DMA reset timeout
FAIL
---&gt;---

For example user may do power toggle to recover board functionality.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Dinh Nguyen &lt;dinguyen@altera.com&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Pavel Machek &lt;pavel@denx.de&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
Cc: Ian Campbell &lt;ijc@hellion.org.uk&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Pavel Machek &lt;pavel@denx.de&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: phy: micrel: add support for KSZ8895 switch in SMI mode</title>
<updated>2015-01-30T21:55:00Z</updated>
<author>
<name>Philippe De Muyter</name>
<email>phdm@macqel.be</email>
</author>
<published>2014-02-19T16:21:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7a5b0843812b7bd4a225951ce11e7d14398395c'/>
<id>urn:sha1:b7a5b0843812b7bd4a225951ce11e7d14398395c</id>
<content type='text'>
This patch adds a phy driver for the Micrel KSZ8895 switch.  As the SoC MAC
is directly connected to the switch MAC the link to the switch is always up.

But the KSZ8895 switch can be hardwired in three configuration modes :
- not configurable with eventually an eeprom-stored configuration
- configurable by the mdio/mdc connection (SMI protocol)
- configurable by a SPI connection.

In not configurable mode, the switch starts automatically, but in the
other modes, it must be started programmatically, by writing 1 in
configuration register 1.
We only support the not configurable and mdio/mdc (aka SMI) modes here.

Signed-off-by: Philippe De Muyter &lt;phdm@macqel.be&gt;
Cc: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>Add MS7206SE ethernet support</title>
<updated>2015-01-30T21:55:00Z</updated>
<author>
<name>Yoshinori Sato</name>
<email>ysato@users.sourceforge.jp</email>
</author>
<published>2014-02-13T14:13:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e9efe16da8e7233e59801e80f2770292a7fe4f77'/>
<id>urn:sha1:e9efe16da8e7233e59801e80f2770292a7fe4f77</id>
<content type='text'>
Signed-off-by: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;
Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: tsec: Fix NULL access in case init_phy() fails</title>
<updated>2015-01-30T21:55:00Z</updated>
<author>
<name>Claudiu Manoil</name>
<email>claudiu.manoil@freescale.com</email>
</author>
<published>2013-12-10T13:21:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f233c05573fabe8ff1ed7f22c269cdfdfc30529'/>
<id>urn:sha1:7f233c05573fabe8ff1ed7f22c269cdfdfc30529</id>
<content type='text'>
If the PHY is not recognized don't access phydev (NULL)
and return 0 to signal failure.

Signed-off-by: Claudiu Manoil &lt;claudiu.manoil@freescale.com&gt;
Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/e1000.c: fix compile warning under 64bit mode</title>
<updated>2015-01-30T14:19:16Z</updated>
<author>
<name>Minghuan Lian</name>
<email>Minghuan.Lian@freescale.com</email>
</author>
<published>2015-01-22T05:21:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06e07f65c7bf5449f2417d8ff08de88bf8c4b8a7'/>
<id>urn:sha1:06e07f65c7bf5449f2417d8ff08de88bf8c4b8a7</id>
<content type='text'>
Fix this:
warning: cast from pointer to integer of different size

Signed-off-by: Minghuan Lian &lt;Minghuan.Lian@freescale.com&gt;
</content>
</entry>
<entry>
<title>kirkwood: define empty CONFIG_MVGBE_PORTS by default</title>
<updated>2015-01-25T22:56:15Z</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2013-11-11T06:27:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5aa2297da7f10e4ff231d33f18609396b40aa474'/>
<id>urn:sha1:5aa2297da7f10e4ff231d33f18609396b40aa474</id>
<content type='text'>
Each board with defines it's own set of values. If we do not define
CONFIG_MVGBE_PORTS we will hit following error:

mvgbe.c: In function 'mvgbe_initialize':
mvgbe.c:700:34: error: 'CONFIG_MVGBE_PORTS' undeclared (first use in this function)
  u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS;

This patch fixes above described problem.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;
Acked-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc5xxx: remove Total5200 board support</title>
<updated>2015-01-23T21:53:52Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-01-22T15:24:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd'/>
<id>urn:sha1:ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd</id>
<content type='text'>
This board is still a non-generic board.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx</title>
<updated>2015-01-23T01:04:17Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2015-01-23T01:04:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ec0cc98f2cb7fa217ed0a1a54978e2d8f2fbc20c'/>
<id>urn:sha1:ec0cc98f2cb7fa217ed0a1a54978e2d8f2fbc20c</id>
<content type='text'>
</content>
</entry>
</feed>
