Re: [U-Boot] [PATCH] net: phy: do not read configuration register on reset

2016-02-09 Thread Stefan Roese
On 09.12.2015 20:21, Stefan Agner wrote: > 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:

Re: [U-Boot] [PATCH] net: phy: do not read configuration register on reset

2015-12-10 Thread Joe Hershberger
Hi Stefan, On Wed, Dec 9, 2015 at 1:21 PM, Stefan Agner wrote: > 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 >

[U-Boot] [PATCH] net: phy: do not read configuration register on reset

2015-12-09 Thread Stefan Agner
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 --- This lead to the PHY

Re: [U-Boot] [PATCH] net: phy: do not read configuration register on reset

2015-12-09 Thread Michael Welling
On Wed, Dec 09, 2015 at 11:21:25AM -0800, Stefan Agner wrote: > 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. >

Re: [U-Boot] [PATCH] net: phy: do not read configuration register on reset

2015-12-09 Thread Bin Meng
On Thu, Dec 10, 2015 at 3:21 AM, Stefan Agner wrote: > 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