Re: [U-Boot] [PATCH] net: keystone_net: move serdes setup to initialization function

2015-02-15 Thread Nishanth Menon
On 14:05-20150211, Vitaly Andrianov wrote: 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

Re: [U-Boot] [PATCH] net: keystone_net: move serdes setup to initialization function

2015-02-11 Thread Joe Hershberger
On Wed, Feb 11, 2015 at 1:05 PM, Vitaly Andrianov vita...@ti.com wrote: 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

[U-Boot] [PATCH] net: keystone_net: move serdes setup to initialization function

2015-02-11 Thread Vitaly Andrianov
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