Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755986AbbLQK1j (ORCPT ); Thu, 17 Dec 2015 05:27:39 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:56393 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753834AbbLQK1d (ORCPT ); Thu, 17 Dec 2015 05:27:33 -0500 From: Arnd Bergmann To: Stefan Wahren Cc: Eric Anholt , Mark Rutland , devicetree@vger.kernel.org, Ian Campbell , Florian Fainelli , Jason Cooper , Scott Branden , Stephen Warren , Marc Zyngier , Ray Jui , Lee Jones , linux-kernel@vger.kernel.org, Rob Herring , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, Kumar Gala , Thomas Gleixner , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/8] Raspberry Pi 2 support. Date: Thu, 17 Dec 2015 11:26:35 +0100 Message-ID: <3363412.hB2NWDcUxf@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <567276F9.5070903@i2se.com> References: <1450310115-22163-1-git-send-email-eric@anholt.net> <874mfhsyem.fsf@eliezer.anholt.net> <567276F9.5070903@i2se.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:6FjYCKJQqzKhQCTu5Vjz5fPxfoJW1xYQBRqgFjw5+x1Ey60fIQu LxMQSk/rmXY4tyHQvGd1/YmZDuwcfx/g7/UjnqsQGto3GYKd3P1A+bqsSAZv7IRhKqZcN4q Gf1w8mcBUffbLu+JnbPQCyPeCUhzDzPzj1LykezupoXbqfWNb1ySMFsFZW2TF5ZvapH96bW 4oxM2WrYeZ2WLI7mcblNQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:UINvsgH9i8k=:wNb3G+QFnKgu84Q+YFwbwA lKozq3QDfK7r+p+cWcD8mkkbT6jsWOOREr723vVHSWGqd9KYNGM9XCDSXdxJ1TYiUdQxNsNto R4uBNjn1tNB3D74GzpfCSYMPINb5guK6vwL6gxdNj1vHXg3zgDFf0w/teEi3wkR2/97dsSbo6 HgRf98knnmHtPme/haFeMrkPfo2ETk9Y4FN5YlRpMbe4/HXgrQb+++meI5q/s34qkB2xqebCB Q7Lezpj2BEGz1XAGBYvy7XWNvGzR7E//oj7J2ciAvSOshfw0xVraK+65bzG3WUmn+lEF9ROnR 7EkEaEvtf5izOHGC0QHKFXnF6PDA98jG+Xtx7t8RPnpv5oGdnmlk55hvXAVDYM9UtYYqluVOg NxigxY5Ze0PFLMxVfYV39NyUDBN5njapyV9g5HWnzUXYSCKDAbXhEbHS+P1XbEq2tP76C1aVw 77fhpS67ufcCzo9DMRuhC/VDfgW4c3CpmITMDHPRtrUx7lbKgz4HGKQNREBCrNk0umX9Hdbth y1omN7UAPvoUkRmUn17/4GFSgEZIQbBj3KxyOgoWlNCWFfxVN3mTQ1xdwiVYfdhD+dHuUeQWp yDKmRTULUK/OEp2QbkhnsZ73bAt6tuo1wjVkLdgLEX7nYOgzXbjdZStMp2PqlM277aR4avKG2 Y2jICSWW1rtOCJFoL0xvNKjhhAzgi8P/1bJBjU4iGoEz5/t+oOiAP7YXvLKu+kE+bSh/KezWc NafHmPtGCCwHNjOz Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1855 Lines: 47 On Thursday 17 December 2015 09:48:57 Stefan Wahren wrote: > Am 17.12.2015 um 01:37 schrieb Eric Anholt: > > Arnd Bergmann writes: > > > >> On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: > >>> This is a major rewrite of the previous Raspberry Pi 2 submission. > >>> SMP support is now included, and the DT includes are cleaned up to > >>> avoid massive duplication. > >>> > >>> The branch (based on 4.4-rc5, to get the USB regression fixes) can be > >>> found at: > >>> > >>> https://github.com/anholt/linux/tree/bcm2836-4.4 > >> Looks all good to me, but when we get the pull request, I'd strongly > >> prefer to have that based on -rc3 or earlier. > >> > >> What commit is the USB regression fix you refer to above? Is that in a > >> branch that is -rc3 based? Maybe you can rebase the changes on top > >> of that branch, to minimize the amount of backmerges? > > Top 4 commits of drivers/usb/dwc2 for 4.4-rc5 (possibly not all of them > > are required, but it's what I've been using). > > > > Unfortunately all 4 of them are required: > > d0464bcf12af ("usb: dwc2: Make PHY optional") > > 6c2dad69163f ("usb: dwc2: Return errors from PHY") > > 8aa90cf2a286 ("usb: dwc2: make otg clk optional") > > f74875dc3613 ("usb: dwc2: fix kernel oops during driver probe") Ok, that's good. They are all based on -rc1, so you you can just rebase on top of f74875dc3613, which was pulled by GregKH. > But they should apply to -rc3 too. Please don't rebase them, use the commits that got merged, otherwise we'd get duplicate commits and that would be worse than the backmerge. 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/