Searched hist:a058052c358c3ecf5f394ff37def6a45eb26768c (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | marvell.c | 1b008fdb06848c7c84e7c1a4a9b2b76239550555 Wed May 18 12:46:28 UTC 2016 Michal Simek <michal.simek@xilinx.com> phy: marvell: Do not reset phy after negotiation
The patch "net: phy: do not read configuration register on reset" (sha1: a058052c358c3ecf5f394ff37def6a45eb26768c) was causing regression on zynq zc702 board where Marwell 88e1118 phy was resetted after negotiation was setup. Phy reset is done pretty early in phy_connect_dev() and doens't need to be called again in phy code.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| H A D | phy.c | a058052c358c3ecf5f394ff37def6a45eb26768c Wed Dec 09 19:21:25 UTC 2015 Stefan Agner <stefan@agner.ch> net: phy: do not read configuration register on reset
When doing a software reset, the reset flag should be written without other bits set. Writing the current state will lead to restoring the state of the PHY (e.g. Powerdown), which is not what is expected from a software reset.
Signed-off-by: Stefan Agner <stefan@agner.ch> Acked-by: Michael Welling <mwelling@ieee.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|