Re: [PATCH] net: gem: Fix setting PCS auto-negotiation state

2021-03-17 Thread Michal Simek
On 3/11/21 11:55 PM, Robert Hancock wrote: > The code was trying to disable PCS auto-negotiation when a fixed-link node > is present and enable it otherwise. However, the PCS registers were being > written before the PCSSEL bit was set in the network configuration > register, and it appears that

Re: [PATCH] net: gem: Fix setting PCS auto-negotiation state

2021-03-14 Thread Ramon Fried
On Fri, Mar 12, 2021 at 12:56 AM Robert Hancock wrote: > > The code was trying to disable PCS auto-negotiation when a fixed-link node > is present and enable it otherwise. However, the PCS registers were being > written before the PCSSEL bit was set in the network configuration > register, and it

[PATCH] net: gem: Fix setting PCS auto-negotiation state

2021-03-11 Thread Robert Hancock
The code was trying to disable PCS auto-negotiation when a fixed-link node is present and enable it otherwise. However, the PCS registers were being written before the PCSSEL bit was set in the network configuration register, and it appears that in this state, PCS register writes are ignored. The r