From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 29 May 2015 14:32:24 +0200 Subject: [PATCH 1/2] ARM: multi_v7_defconfig: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760 In-Reply-To: <20150529004013.GA23322@verge.net.au> References: <1432637918-8946-1-git-send-email-geert+renesas@glider.be> <2413647.WLsQ0T21gS@wuerfel> <20150529004013.GA23322@verge.net.au> Message-ID: <7260922.D3MTjE5FDc@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 29 May 2015 09:40:13 Simon Horman wrote: > On Thu, May 28, 2015 at 10:07:20AM +0200, Arnd Bergmann wrote: > > On Thursday 28 May 2015 09:39:08 Simon Horman wrote: > > > On Tue, May 26, 2015 at 12:58:37PM +0200, Geert Uytterhoeven wrote: > > > > Since commit 100832abf065bc18 ("usb: isp1760: Make HCD support > > > > optional"), CONFIG_USB_ISP1760_HCD is automatically selected when > > > > needed. Enabling that option in the defconfig is now a no-op, and no > > > > longer enables ISP1760 HCD support. > > > > > > > > Re-enable the ISP1760 driver in the defconfig by enabling > > > > USB_ISP1760_HOST_ROLE instead. > > > > > > > > Signed-off-by: Geert Uytterhoeven > > > > > > Thanks, I have queued this up for v4.3. > > > > > > I would not object at all if the ARM SoC maintainers wish to > > > take this earlier and I'd be happy to prepare a pull request > > > to that effect once the change has sat in next. Unfortunately > > > I anticipate that will be after the standard rc6 deadline. > > > > I would consider patch 1 as a bug-fix, and put that into 4.1 or > > 4.2, depending on timing. Patch 2 looks like 4.3 material. > > Thanks Arnd, would you care to take pick it up directly for 4.1 (or 4.2)? > If so I'll drop it from my tree. I've applied it to the fixes branch now. Thanks everyone! Arnd