From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933860AbdCUTrT (ORCPT ); Tue, 21 Mar 2017 15:47:19 -0400 Received: from anholt.net ([50.246.234.109]:42540 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755793AbdCUTrA (ORCPT ); Tue, 21 Mar 2017 15:47:00 -0400 From: Eric Anholt To: Lee Jones , Florian Fainelli Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Stefan Wahren , bcm-kernel-feedback-list@broadcom.com, Eric Anholt Subject: [GIT PULL 2/4] bcm2835 arm defconfig updates for 4.12 Date: Tue, 21 Mar 2017 12:39:50 -0700 Message-Id: <20170321193952.10270-2-eric@anholt.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170321193952.10270-1-eric@anholt.net> References: <20170321193952.10270-1-eric@anholt.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) are available in the git repository at: git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-03-21 for you to fetch changes up to 51a08de0fd3d1d25d28f99ef992cb429cced56a5: arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig (2017-03-17 16:58:12 -0700) ---------------------------------------------------------------- This pull request fixes graphics in bcm2835_defconfig by enabling CMA, and starts building the new SDHOST MMC driver on multi_v7_defconfig, so that we can switch to it by default in the following release. ---------------------------------------------------------------- Gerd Hoffmann (1): arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig Stefan Wahren (1): ARM: bcm2835: Enable missing CMA settings for VC4 driver arch/arm/configs/bcm2835_defconfig | 5 +++-- arch/arm/configs/multi_v7_defconfig | 1 + 2 files changed, 4 insertions(+), 2 deletions(-)