Re: [PATCH net-next 1/3] net: ethoc: Account for duplex changes

2016-12-05 Thread Thierry Reding
On Sun, Dec 04, 2016 at 12:40:28PM -0800, Florian Fainelli wrote: > ethoc_mdio_poll() which is our PHYLIB adjust_link callback does nothing, > we should at least react to duplex changes and change MODER accordingly. > Speed changes is not a problem, since the OpenCores Ethernet core seems > to be r

Re: [PATCH net-next 1/3] net: ethoc: Account for duplex changes

2016-12-04 Thread Tobias Klauser
On 2016-12-04 at 21:40:28 +0100, Florian Fainelli wrote: > ethoc_mdio_poll() which is our PHYLIB adjust_link callback does nothing, > we should at least react to duplex changes and change MODER accordingly. > Speed changes is not a problem, since the OpenCores Ethernet core seems > to be reacting

[PATCH net-next 1/3] net: ethoc: Account for duplex changes

2016-12-04 Thread Florian Fainelli
ethoc_mdio_poll() which is our PHYLIB adjust_link callback does nothing, we should at least react to duplex changes and change MODER accordingly. Speed changes is not a problem, since the OpenCores Ethernet core seems to be reacting okay without us telling it. Signed-off-by: Florian Fainelli ---