From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947045AbcBRUOT (ORCPT ); Thu, 18 Feb 2016 15:14:19 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:35806 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426363AbcBRUOR (ORCPT ); Thu, 18 Feb 2016 15:14:17 -0500 Subject: Re: [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6 To: Eric Anholt References: <1455764208-5679-1-git-send-email-eric@anholt.net> Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones From: Florian Fainelli Message-ID: <56C625D0.3010504@gmail.com> Date: Thu, 18 Feb 2016 12:13:04 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1455764208-5679-1-git-send-email-eric@anholt.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/02/16 18:56, Eric Anholt wrote: > The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: > > Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) > > are available in the git repository at: > > git@github.com:anholt/linux.git bcm2835-defconfig-next-2016-02-17 Same here, could not find this branch, should I pull from bcm2835-defconfig-next directly? > > for you to fetch changes up to 0a05d3b71ada526ef93019fb3fbd6a95561a8a5f: > > ARM: multi_v7_defconfig: Enable BCM283x (2016-02-17 11:18:05 -0800) > > ---------------------------------------------------------------- > This pull request brings in defconfig changes to enable bcm2836 in the > 2835 and multi_v7 defconfigs. > > ---------------------------------------------------------------- > Daniel Stone (1): > ARM: multi_v7_defconfig: Enable BCM283x > > Stefan Wahren (2): > ARM: bcm2835_defconfig: Enable RPi firmware driver > ARM: bcm2835_defconfig: Enable RPi power domain driver > > Stephen Warren (3): > ARM: bcm2835_defconfig: rebuild on next-20160205 > ARM: bcm2835_defconfig: disable DEBUG_LL > ARM: bcm2835_defconfig: enable ARMv7 support > > arch/arm/configs/bcm2835_defconfig | 11 +++++------ > arch/arm/configs/multi_v7_defconfig | 12 ++++++++++++ > 2 files changed, 17 insertions(+), 6 deletions(-) > -- Florian