commit | 62a7b9236021e086fad534f7f255beff1958ac79 | [log] [tgz] |
---|---|---|
author | Shaohui Xie <Shaohui.Xie@nxp.com> | Thu Jan 28 15:55:46 2016 +0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jan 28 13:20:30 2016 -0600 |
tree | 2143f807148f8261d9b7d1dd814b6f295cd3b029 | |
parent | 826df7ae21dde152d5a23f0173d977efd6ec592e [diff] |
net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET Current driver always performs a phy soft reset when connecting the phy device, but soft reset is not always supported by a phy device, so introduce a quirk PHY_FLAG_BROKEN_RESET to let such a phy device to skip soft reset. This commit uses 'flags' of phy device structure to store the quirk. Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>