Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255AbbB0UGu (ORCPT ); Fri, 27 Feb 2015 15:06:50 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:57762 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752671AbbB0UGs (ORCPT ); Fri, 27 Feb 2015 15:06:48 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Tony Lindgren , Aaro Koskinen , ivo.g.dimitrov.75@gmail.com, khilman@kernel.org, sre@debian.org, kernel list , sre@ring0.de, Sakari Ailus , Pavel Machek , pali.rohar@gmail.com, linux-omap@vger.kernel.org, patrikbachan@gmail.com Subject: Re: 3.20-rc0 breaks nfsroot over usb Date: Fri, 27 Feb 2015 21:06:37 +0100 Message-ID: <11261945.VmGdV7ZTh2@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150227153809.GS11056@atomide.com> References: <20150217185518.GA3825@amd> <20150226230307.GA27809@fuloong-minipc.musicnaut.iki.fi> <20150227153809.GS11056@atomide.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:E+t42TdQZ4tAxs5IvN8zLaWgLKswKEKpbp5bpEkzkoC86/rNxQa LwrBCV+M33+6PymOnf9YmUR1rLhMhpUo8Xko51Rfi3N78TnioD7R5dz14b0cH0FV56c8xjC LrEcMw4rHad/KkSoLvuaGhpUSJ3Q4YL+XzI2As8eTo3XuZ0kR3oOsHu5/X3PuNAqFkeOxPk jT4XzSSEr+4Ok9ngTR73A== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1567 Lines: 39 On Friday 27 February 2015 07:38:09 Tony Lindgren wrote: > * Aaro Koskinen [150226 15:06]: > > Hi, > > > > On Thu, Feb 26, 2015 at 11:19:50PM +0100, Pavel Machek wrote: > > > Ok, it seems that new config dependencies broke my kconfig. These will > > > not be enabled if you just to make oldconfig; you want to make sure > > > they are on. > > > > > > OMAP2430 and onwards (USB_MUSB_OMAP2PLUS) [N/m/y] (NEW) > > > TWL4030 USB Transceiver Driver (TWL4030_USB) [N/m/y/?] (NEW) > > > > Yes, also other users have reported "USB breakage" with 4.0-rc1 on N900 > > etc caused by this. > > > > Commit fbba7db3990cb707ff91cd6507d53a0a730afe97 (usb: musb: > > add omap-control dependency) changed USB_MUSB_OMAP2PLUS to depend > > on OMAP_CONTROL_PHY but that seems to be wrong at least for OMAP3. > > omap_control_phy.h provides dummy functions when it's not enabled. > > So there should be no dependency. The problem I fixed was a link error when USB_MUSB_OMAP2PLUS is built-in but OMAP_CONTROL_PHY is a loadable module. > I guess the solution would be to make drivers/phy handle whatever > omap_control_usb_set_mode is doing in a generic way. I'm very sorry about the breakage in a patch that is marked for backports. Please accept my apology and the workaround patch in the follow-up mail. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/