From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 14 May 2014 08:29:48 +0100 Subject: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device In-Reply-To: <20140513111901.GO22182@bill-the-cat> References: <1398712445-24624-1-git-send-email-ijc@hellion.org.uk> <20140513015337.GC22182@bill-the-cat> <1399976353.11314.46.camel@kazak.uk.xensource.com> <20140513111901.GO22182@bill-the-cat> Message-ID: <1400052588.27638.11.camel@dagon.hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2014-05-13 at 07:19 -0400, Tom Rini wrote: > On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbell wrote: > > On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote: > > > On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote: > > > > > > > This sets up the linkage from the phydev back to the ethernet device. This > > > > symptom of not doing this which I noticed was: > > > > Waiting for PHY auto negotiation to complete.... > > > > rather than: > > > > dwmac.1c50000 Waiting for PHY auto negotiation to complete.... > > > > > > > > Signed-off-by: Ian Campbell > > > > Cc: Alexey Brodkin > > > > > > Applied to u-boot/master, thanks! > > > > Thanks, have you also seen "[PATCH v3 0/5] net/designware: fixes for > > data cache, phylib and burst size" which included this and some other > > (far more critical, since designware is currently unusable on ARM) > > fixes? > > For the moment I've tossed all of the rest of them over to Albert to > grab along with the sunxi stuff. OK, thanks. Does that mean they should be delegated to him in patchwork (because they still say trini)? > Albert, if you're uncomfortable there > I can pick them up instead, thanks! Cheers, Ian.