From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: Multiple issues with omap4 panda es in linux next Date: Tue, 23 Apr 2013 14:31:52 -0700 Message-ID: <20130423213151.GM10155@atomide.com> References: <20130419171318.GK10155@atomide.com> <5174F7A8.7070308@ti.com> <20130422180316.GA10155@atomide.com> <5176A45B.5@ti.com> <20130423172353.GD10155@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:19790 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752848Ab3DWVb5 (ORCPT ); Tue, 23 Apr 2013 17:31:57 -0400 Content-Disposition: inline In-Reply-To: <20130423172353.GD10155@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley , Kishon Vijay Abraham I Cc: linux-omap@vger.kernel.org, Felipe Balbi , Tomi Valkeinen , Luciano Coelho , Roger Quadros , linux-arm-kernel@lists.infradead.org, Santosh Shilimkar , Ravi Babu , Ruslan Bilovol * Tony Lindgren [130423 10:28]: > * Kishon Vijay Abraham I [130423 08:15]: > > >>>2. MUSB fails with legacy booting and DT on panda es > > >>> > > >>>With both legacy and DT booting I get something like: > > >>> > > >>>HS USB OTG: no transceiver configured > > >>>musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517 > > >> > > >>The dt should work fine with https://patchwork.kernel.org/patch/2423061/. > > > > > >OK thanks for checking that. > > > > > >>But non-dt has got a real issue. We were using usb_bind_phy() for > > >>binding the controller with the PHY (we use device names). But in > > >>linux-next the device names have changed because of using > > >>PLATFORM_DEVID_AUTO. We can modify the usb_bind_phy() calls to use > > >>the new device names, But I suspect the device names can change > > >>again. Not sure what we can do here :-( > > > > > >Let's do a minimal fix for v3.10. Then we'll make omap4 DT only for > > >v3.11 and that problem is solved for good. > > > > Have posted a patch https://patchwork.kernel.org/patch/2475521/ for > > getting MUSB functional in omap4 panda. > > OK thanks. Paul it seems that this patch is still queued in one of > your branches? > > Let me know if you want me to pick that one up for fixes for the > merge window, or if you have multiple patches to pull. Oops this I already have sitting in omap-for-v3.9-rc6/fixes.. Let's see if that can still get merged. Looks like I forgot to send off that one, sorry about that. Regards, Tony