Re: [U-Boot] [PATCH 1/2] net: phy: introduce a quirk PHY_BROKEN_RESET

2016-01-28 Thread Shaohui Xie
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Wednesday, January 27, 2016 11:37 PM > To: shaohui 谢 > Cc: u-boot ; Joe Hershberger ; > Shaohui Xie ; York Sun > Subject: Re: [U-Boot] [PATCH 1/2] net: phy: introduce a quirk PHY

Re: [U-Boot] [PATCH 1/2] net: phy: introduce a quirk PHY_BROKEN_RESET

2016-01-27 Thread Joe Hershberger
On Tue, Jan 12, 2016 at 3:55 AM, wrote: > From: Shaohui Xie > > 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_BROKEN_RESET to let such a phy device to skip soft > reset. This co