Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-31 Thread Robert Gadsdon
A have applied the 'STMMAC: fix TX normal DESC' patch (from netdev) as well as the 'stmmac: Fix phy without MDIO subnode' patch, and the Rock2 Ethernet link now works correctly (Kernel 4.6-rc1) Thanks.. Robert Gadsdon.

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-31 Thread Giuseppe CAVALLARO
Hello Robert On 3/30/2016 8:22 PM, Robert Gadsdon wrote: I have applied this to my Rock2 - Kernel 4.6-rc1 - and eth0 is present, now, but no network traffic gets through: there are some patches not yet applied that fix known problems pls take a look at : "stmmac: MDIO fixes" and [PATCH

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-30 Thread Robert Gadsdon
I have applied this to my Rock2 - Kernel 4.6-rc1 - and eth0 is present, now, but no network traffic gets through: To rock2: $ ping rgrock2 PING rgrock2 (192.168.0.xx) 56(84) bytes of data. ^C --- rgrock2 ping statistics --- 9 packets transmitted, 0 received, 100% packet loss, time 7999ms >From

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-25 Thread Giuseppe CAVALLARO
On 3/24/2016 6:01 PM, John Keeping wrote: On Thu, 24 Mar 2016 13:56:02 +0100, Giuseppe CAVALLARO wrote: This should be fixed by some work done some days ago and not yet committed. Pls see "stmmac: MDIO fixes" patch-set and let me know if ok on your side. Yes, that works for me. thx John

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-24 Thread John Keeping
On Thu, 24 Mar 2016 13:56:02 +0100, Giuseppe CAVALLARO wrote: > This should be fixed by some work done some days > ago and not yet committed. > > Pls see "stmmac: MDIO fixes" patch-set and let me know > if ok on your side. Yes, that works for me. Thanks, John > On 3/24/2016 11:56 AM, John

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-24 Thread Sergei Shtylyov
Hello. On 3/24/2016 1:56 PM, John Keeping wrote: Since commit 88f8b1bb41c6 ("stmmac: Fix 'eth0: No PHY found' regression") we no longer allocate mdio_bus_data unless there is a MDIO subnode. This breaks the ethernet on the Radxa Rock2 (using rk3288-rock2-square.dts) which does not have an

Re: [PATCH] stmmac: Fix phy without MDIO subnode

2016-03-24 Thread Giuseppe CAVALLARO
Hi John This should be fixed by some work done some days ago and not yet committed. Pls see "stmmac: MDIO fixes" patch-set and let me know if ok on your side. Regards Peppe On 3/24/2016 11:56 AM, John Keeping wrote: Since commit 88f8b1bb41c6 ("stmmac: Fix 'eth0: No PHY found' regression") we

[PATCH] stmmac: Fix phy without MDIO subnode

2016-03-24 Thread John Keeping
Since commit 88f8b1bb41c6 ("stmmac: Fix 'eth0: No PHY found' regression") we no longer allocate mdio_bus_data unless there is a MDIO subnode. This breaks the ethernet on the Radxa Rock2 (using rk3288-rock2-square.dts) which does not have an MDIO subnode. That commit was correct that the