From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755476AbbLQAE5 (ORCPT ); Wed, 16 Dec 2015 19:04:57 -0500 Received: from mout.kundenserver.de ([212.227.126.134]:55284 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbbLQAEz (ORCPT ); Wed, 16 Dec 2015 19:04:55 -0500 From: Arnd Bergmann To: Eric Anholt Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , Florian Fainelli , devicetree@vger.kernel.org, Rob Herring , Mark Rutland , Ian Campbell , Kumar Gala , bcm-kernel-feedback-list@broadcom.com, Ray Jui , Scott Branden , Thomas Gleixner , Jason Cooper , Marc Zyngier Subject: Re: [PATCH v2 0/8] Raspberry Pi 2 support. Date: Thu, 17 Dec 2015 01:03:59 +0100 Message-ID: <21040591.KakM5Gl6ZZ@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1450310115-22163-1-git-send-email-eric@anholt.net> References: <1450310115-22163-1-git-send-email-eric@anholt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:YUDzi99lQv9jUCrigpu0C1GfNYAQAD7mViDWf72n85JcBadeyZv NNjL8Zgbt8ukuGMqcSdtYaK56odWypzaJ3d/jexpQxX9mX8SaxaZvo1Qk0IHCCWlCcAgv7P AF+TFJnmodrUMA1SVgfH27qd4TfyYB16nOzV6uiL+Mr11Utw1kPQ4isw1iL7Hldc4Tb+HbU fNMOShNgPvJymqQEU487g== X-UI-Out-Filterresults: notjunk:1;V01:K0:tU/7aJYVSW4=:WXiV0vweJ7UC44s87zGcPa /CiDRO7fU65wTYxeKMAxUGukcE2Egg3/G+5+3lExZxgzsUWP/pPS/Y83Ru4AHmIrgipuDmzqx SLzw2AmxtIfydKhEiDfW+7R1Z7LnnMg1JwAM3clSgu3zy7yspk+PQA5lYtY6yv5w/xRcXYCXJ xQBEK5mVKDTgjyKHGtW3+h6nlJY26f0Rd+RjWt/JaJabI+YspaJlbAuqd0cYjHc4rGNfUwKS9 5GubIEw1VhbMzECAdDUi23FIv9TaQkXlDK3+pMjgqBvfQhoFN7SodbcQkgPvnOEiO9jYubAvb kdYhaVeEDhlAV6O8id4KfE6bfexs1/NKcMpQ9mTiISuJ+uoejoe8ubDk5O+xt3lQV8RznaXKv BNISC+ERBGMwKJaYEOzGBW+6eeUkOsCBmCTvySeJEzsNHYZH5MlV0ZG8O/iAcn1DakgpcxkDB 5irGIgujTS5YAYjOJGkRRyNcpPXNgd2wSyDQowOW4jJRafik8eVDN+auwuHYWc7mgHu9CmOL7 8j7ZAmnEAQjKcJMD0WKlpDEbXhD7JAFCpaD0FWQIIAtVcv+Mn7Ndu3/y0gTZt7A+SWYSH/YuT QJiVPVSybWZuTx2VJ2scFgsIkZ7hrOP5uixCVLttDGnZgkKj91KM3PLqLbtTN5hn1H+9MCSvX ldVGlBvl4Rn90JDCPCzXWIGvkKP+6ZsGp/MqoPXMVoWJ+O+CUBcuWIA/JnV9A7Z94vfmrFnV/ TZPbiRoNjBfCeoNf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 17 Dec 2015 01:03:59 +0100 Subject: [PATCH v2 0/8] Raspberry Pi 2 support. In-Reply-To: <1450310115-22163-1-git-send-email-eric@anholt.net> References: <1450310115-22163-1-git-send-email-eric@anholt.net> Message-ID: <21040591.KakM5Gl6ZZ@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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? Arnd