From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: Re: [PATCH] usb: add back otg_get_transceiver Date: Sat, 4 Oct 2008 02:56:39 +0300 Message-ID: <20081003235637.GI10743@frodo> References: <1223043350-17588-1-git-send-email-felipe.balbi@nokia.com> <20081003143132.GG6251@atomide.com> Reply-To: me@felipebalbi.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ns1.siteground211.com ([209.62.36.12]:57165 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753264AbYJCX5D (ORCPT ); Fri, 3 Oct 2008 19:57:03 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Nathan Monson Cc: Tony Lindgren , Felipe Balbi , linux-omap@vger.kernel.org On Fri, Oct 03, 2008 at 01:04:27PM -0700, Nathan Monson wrote: > On Fri, Oct 3, 2008 at 7:31 AM, Tony Lindgren wrote: > > * Felipe Balbi [081003 17:18]: > >> make twl4030_usb transceiver reach musb. > > > > Pushed until you have something in mainline. > > Now that this is in linux-omap git, my BeagleBoard no longer boots due > to a null dereference in musb_platform_init (*x). > > Applying "i2c: change twl4030-usb back to subsys_initcall" from > earlier today allows the kernel to boot. expected behavior without that patch applied. musb tries to get a transceiver that doesn't exist yet since twl4030 is probing after musb. -- balbi