]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: phy: implements probe for Cortina phy
authorShaohui Xie <Shaohui.Xie@nxp.com>
Thu, 28 Jan 2016 07:56:36 +0000 (15:56 +0800)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 28 Jan 2016 19:20:31 +0000 (13:20 -0600)
commitd8877e6f8ca4b6c08c0bc9c1fa8f855dc8776044
treefcde60fbef431e0c5084d9c86c09aead761ede0e
parentddcd1f3084d88cc92403ed09f77f42fc6f2c4e0e
net: phy: implements probe for Cortina phy

Cortina phy cannot support soft reset, this commit implements probe
for Cortina PHY to tell phylib to skip phy soft reset by setting
PHY_FLAG_BROKEN_RESET in flags.

Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/cortina.c