From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932530AbbLQIuI (ORCPT ); Thu, 17 Dec 2015 03:50:08 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:63921 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755615AbbLQIuE (ORCPT ); Thu, 17 Dec 2015 03:50:04 -0500 Subject: Re: [PATCH v2 0/8] Raspberry Pi 2 support. To: Eric Anholt , Arnd Bergmann References: <1450310115-22163-1-git-send-email-eric@anholt.net> <21040591.KakM5Gl6ZZ@wuerfel> <874mfhsyem.fsf@eliezer.anholt.net> Cc: 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 From: Stefan Wahren Message-ID: <567276F9.5070903@i2se.com> Date: Thu, 17 Dec 2015 09:48:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <874mfhsyem.fsf@eliezer.anholt.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:RycblIeU+Jr0XarsKh1jV+p03YAd4zlxw2j57YyEQujGm8SMZ8b ADfFxoraviUdGs6zrMIT4H8LVUCNvZLDzspGoXsXq5x7jmlvI7TlPeSwz3541k9lWPi40pS IL86tZvSDR9DesPAlsABdDouLzOfRE0VKt/eOQS2PYh+aNpVmLdEkK5IJf0+zJL0KB9w1Oy w0IYqIl3Insu15CZ7MP+g== X-UI-Out-Filterresults: notjunk:1;V01:K0:QItY9TiAVlM=:3UgXzG2GFIyL4X0H5afRwF 5KDXyRmDi4kwa7w2E4IXYj14O/HXCxPIOZswB7mPxtpmEkh0Gg9V0+ZOPfJVv2K76fok4/efN BaWdLRjRXw6eNqxEvgDxk6T7WmFrI5bUGJhOJ+X+bQxQ/Zg5OxRkJHUUU7VNz7t7cSBqESG/i 60teK2G/e/8nTmc9QBCy7HALRjbt7u5xVjQW8TuC1MIuKqOdWy2ee7bbO7pOHvgUt/M4L4PlZ fie0pzL9EQYW9Nm6jwxAy2b7ohxKYoZXMh4+gasCI2fQU62MThLOe+8vtcNo/e+RpWA+YNHgv zACXjMm20tob6XNuDeMUN3nRKMZOnEo7vH+DCUTviHpUX6eT/pBEI3ddkNMZyUM4Sx6de1l9v KQ0w5KqivIEHaHBgprorjPiFZfJ9UiuJ0x/xy5LwY95XjUve2zNywvlxtBXA5ef16Y30BK2VK nt7W3qmupPMeWFu0gwlpVoHBzDxhHORXRrKUVaQtjwhJE3mh+HFsAcu/bAZVaOG4Fu5xcGL4r TcDIBuCgguFjouGrXv6hnTGHi3dOg1Wo3dhhsm+I7Yc7Ia+W6ZeLJHcQX/RY46nq4L3otY+7a 36i9Dg/APRCHTQim/hu6YNwWjbjhxB6/EpltN9LQ9bzUxA9hQGjH1JPvMgVxeoVP8HkJnuhDD 4NvZs6Ydj98bsaszEf4FjHunJ5cBCH5WNGN+LG6ILqeHEHMnWLVsMLlVMtdgtBBmmdJO/3bjW I1GqIOBBvrRJDCR3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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") But they should apply to -rc3 too. Stefan From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefan.wahren@i2se.com (Stefan Wahren) Date: Thu, 17 Dec 2015 09:48:57 +0100 Subject: [PATCH v2 0/8] Raspberry Pi 2 support. In-Reply-To: <874mfhsyem.fsf@eliezer.anholt.net> References: <1450310115-22163-1-git-send-email-eric@anholt.net> <21040591.KakM5Gl6ZZ@wuerfel> <874mfhsyem.fsf@eliezer.anholt.net> Message-ID: <567276F9.5070903@i2se.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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") But they should apply to -rc3 too. Stefan