From patchwork Mon Jan 20 18:02:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11342717 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 86310109A for ; Mon, 20 Jan 2020 18:02:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 59DF424653 for ; Mon, 20 Jan 2020 18:02:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579543355; bh=5g+nhNLBu3QaKcp7T3GYytUhOVrS04sl1IWrP+4wSqk=; h=From:To:Cc:Subject:Date:List-ID:From; b=GM+fFEvaoAdwiTn593skS8golMjrhikh6PaWFZOz2fU63No4FaB5/hOmVy/vMLiIQ p7kllEczneLZJa3vJfEP8mjo0EaNG9ebLs3L60DNwU1m5GayoRtNHHAUwI4dQLW12v ov5/bYcPbkjF2XD3diPFTv7gkXcOfySFWfgq7iis= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726897AbgATSCf (ORCPT ); Mon, 20 Jan 2020 13:02:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:46494 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726642AbgATSCe (ORCPT ); Mon, 20 Jan 2020 13:02:34 -0500 Received: from localhost.localdomain (unknown [194.230.155.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2DFE522314; Mon, 20 Jan 2020 18:02:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579543354; bh=5g+nhNLBu3QaKcp7T3GYytUhOVrS04sl1IWrP+4wSqk=; h=From:To:Cc:Subject:Date:From; b=r2hEtFLB/hocwTKWiMWXITcsdVBrZg7eEOoxP3U3OvU4tVMZVxa/qtumf7KuOsFAh JB70raMw7aosIAQP3fV7enDBefarYoslwimkcYRBEPAUBbZU2qLHbOnCFWJT+sJzpQ LuAD+Xk5GJeM2eWK5I5ZnnWx2Ld91bsUBbeHaNa4= From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@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] ARM: defconfig: Samsung defconfig for v5.6 Date: Mon, 20 Jan 2020 19:02:27 +0100 Message-Id: <20200120180227.9061-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Hi, I hope it is not too late for these defconfig changes. Best regards, Krzysztof The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.6 for you to fetch changes up to cdfc88f1cdbf12b666dcf2da3f1de38fb1512262: ARM: multi_v7_defconfig: Enable devfreq thermal integration (2020-01-17 20:28:54 +0100) ---------------------------------------------------------------- Samsung defconfig changes for v5.6 1. Bring back explicitly wanted options which were removed through `make savedefconfig`. savedefconfig removes options selected by other symbol, however developers of this other symbol can remove anytime 'select' statement. 2. Enable NFS v4.1 and v4.2, useful in testing/CI systems. 3. Enable thermal throttling through devfreq framework. ---------------------------------------------------------------- Krzysztof Kozlowski (3): ARM: exynos_defconfig: Bring back explicitly wanted options ARM: exynos_defconfig: Enable NFS v4.1 and v4.2 ARM: multi_v7_defconfig: Enable NFS v4.1 and v4.2 Marek Szyprowski (2): ARM: exynos_defconfig: Enable devfreq thermal integration ARM: multi_v7_defconfig: Enable devfreq thermal integration arch/arm/configs/exynos_defconfig | 9 +++++++++ arch/arm/configs/multi_v7_defconfig | 3 +++ 2 files changed, 12 insertions(+)