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: 11342719 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 E3E8513BD for ; Mon, 20 Jan 2020 18:02:35 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8A95524125 for ; Mon, 20 Jan 2020 18:02:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="bTxXg91W" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8A95524125 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1283+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id nE52YY1556264xXMIDmp7bwi; Mon, 20 Jan 2020 10:02:35 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.14730.1579543354919096330 for ; Mon, 20 Jan 2020 10:02:34 -0800 X-Received: by mail.kernel.org (Postfix) id 6F6BB24650; Mon, 20 Jan 2020 18:02:34 +0000 (UTC) X-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) From: Krzysztof Kozlowski To: Linuxkernel+Patchwork-Soc via Email Integration 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> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: kaXxWu0Dve7rqC3K1sR4KIecx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1579543355; bh=Qtrcrl1SlPfVca8clOlvK2V1A1Gt9T6BtPFJ/x462Ok=; h=Cc:Date:From:Reply-To:Subject:To; b=bTxXg91W4rs9c2WzOjPAeUj7DEh93ZVDaG7S+msHY8kIqExJbpzy5JpERm5qNLH6KCp 3xsZhuEuwAAVRT2hyuPdgQNFFAqlGMuqOqUMVZr8G90TPT4mDsS5IlKNA2bbLPyk+M8Da 7qJCyqtiaXunaUncjH7sNbV/Q1oZtfngAUs= 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(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1283): https://linux.kernel.org/g/patchwork-soc/message/1283 Mute This Topic: https://linux.kernel.org/mt/69937826/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-