From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755902AbdGXTNh (ORCPT ); Mon, 24 Jul 2017 15:13:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:58240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932429AbdGXTJi (ORCPT ); Mon, 24 Jul 2017 15:09:38 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 03A3C22CA7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=krzk@kernel.org From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , arm@kernel.org Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 4/5] ARM: defconfig: Exynos updates for v4.14 Date: Mon, 24 Jul 2017 21:08:55 +0200 Message-Id: <20170724190856.19055-4-krzk@kernel.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170724190856.19055-1-krzk@kernel.org> References: <20170724190856.19055-1-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.14 for you to fetch changes up to 57ee24144e57b762dc46f171e1f138ccfc464867: ARM: exynos_defconfig: Enable locking test options (2017-07-18 17:58:46 +0200) ---------------------------------------------------------------- Samsung defconfig changes for v4.14 1. Enable some drivers useful on our boards (communication: Bluetooth, WiFi, NFC, USB; codepages and crypto algorithms). 2. Enable debugging and lock testing options. These might have impact on performance but we use the exynos_defconfig a lot during development so they should bring benefits of detecting early locking issues. ---------------------------------------------------------------- Krzysztof Kozlowski (3): ARM: exynos_defconfig: Enable Bluetooth, mac80211, NFC and more USB drivers ARM: exynos_defconfig: Enable NLS_UTF8 and some crypto algorithms ARM: exynos_defconfig: Enable locking test options arch/arm/configs/exynos_defconfig | 79 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 6 deletions(-)