Home
last modified time | relevance | path

Searched hist:"497 e9e03216bae505a8f06808975d0c4865622f2" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/board/ti/ks2_evm/
H A Dboard.c497e9e03216bae505a8f06808975d0c4865622f2 Mon Sep 29 19:17:24 UTC 2014 Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> net: keystone_net: remove redundant code from keystone_net.c

Remove unused tx_send_loop variable.

Removes duplicated get_link_status() call from the
keystone2_eth_send_packet().

The emac_gigabit_enable() is called at opening Ethernet and there is no
need to enable it on sending each packet. So remove that call
from keystone2_eth_send_packet() as well.

The calling of power/clock up functions are mostly the responsibility
of SoC/board code, so move these functions to appropriate place.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
/rk3399_rockchip-uboot/drivers/net/
H A Dkeystone_net.c497e9e03216bae505a8f06808975d0c4865622f2 Mon Sep 29 19:17:24 UTC 2014 Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> net: keystone_net: remove redundant code from keystone_net.c

Remove unused tx_send_loop variable.

Removes duplicated get_link_status() call from the
keystone2_eth_send_packet().

The emac_gigabit_enable() is called at opening Ethernet and there is no
need to enable it on sending each packet. So remove that call
from keystone2_eth_send_packet() as well.

The calling of power/clock up functions are mostly the responsibility
of SoC/board code, so move these functions to appropriate place.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>