From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751973AbdHGRrd (ORCPT ); Mon, 7 Aug 2017 13:47:33 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:34295 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbdHGRrb (ORCPT ); Mon, 7 Aug 2017 13:47:31 -0400 Subject: Re: [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 To: Eric Anholt , Florian Fainelli Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren , bcm-kernel-feedback-list@broadcom.com References: <20170807163531.2940-1-eric@anholt.net> <20170807163531.2940-2-eric@anholt.net> From: Florian Fainelli Message-ID: <8f84d891-8bb1-1a79-645f-218763d798dd@gmail.com> Date: Mon, 7 Aug 2017 10:47:23 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170807163531.2940-2-eric@anholt.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/07/2017 09:35 AM, Eric Anholt wrote: > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: > > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) > > are available in the git repository at: > > git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-08-07 > > for you to fetch changes up to 6235a80a5475d10ebef646c06cf7cf0f4aba688c: > > ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W (2017-07-19 13:37:34 -0700) > > ---------------------------------------------------------------- > This pull request brings in defconfig changes for the Raspberry Pi > Zero W. > > ---------------------------------------------------------------- > Stefan Wahren (3): > ARM: bcm2835_defconfig: Enable Mini UART console support > ARM: bcm2835_defconfig: Increase CMA for VC4 > ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W Also merged, thanks Eric! > > arch/arm/configs/bcm2835_defconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > -- Florian