From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752111AbcFFM1J (ORCPT ); Mon, 6 Jun 2016 08:27:09 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:11738 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751595AbcFFM1G (ORCPT ); Mon, 6 Jun 2016 08:27:06 -0400 X-AuditID: cbfec7f4-f796c6d000001486-79-57556c165213 From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , Kevin Hilman , arm@kernel.org Cc: Javier Martinez Canillas , Marek Szyprowski , Sylwester Nawrocki , Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski Subject: [GIT PULL 8/8] ARM: defconfig: exynos: Defconfig for v4.8 Date: Mon, 06 Jun 2016 14:25:33 +0200 Message-id: <1465215933-22709-9-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 1.9.1 In-reply-to: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com> References: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrALMWRmVeSWpSXmKPExsVy+t/xq7piOaHhBns+mlgc+7KFzeLvpGPs FhtnrGe1ePN2DZPF6xeGFv2PXzNbPN38mMni/PkN7BabHl9jtbi8aw6bxYzz+5gs1h65y25x 6vpnNovDb9pZHfg8fv+axOixaVUnm8fmJfUeV040sXps6b/L7tG3ZRWjx+dNcgHsUVw2Kak5 mWWpRfp2CVwZ55/uYC+4x1fx4MhMlgbGxTxdjJwcEgImEpM2/GaEsMUkLtxbz9bFyMUhJLCU UWJjxwoWCKeRSeL4wqVsIFVsAsYSm5cvAbNFBMolFsw8zQhSxCywnlni35cDLCAJYQEnifa9 z5hBbBYBVYm+h5/A4rwC7hI3d/xkhVgnJ3Hy2GQwm1PAQ+LFhx1g9UJANS2T9jFPYORdwMiw ilE0tTS5oDgpPddQrzgxt7g0L10vOT93EyMkXL/sYFx8zOoQowAHoxIP74r8kHAh1sSy4src Q4wSHMxKIrySKaHhQrwpiZVVqUX58UWlOanFhxilOViUxHnn7nofIiSQnliSmp2aWpBaBJNl 4uCUamDc0pKvv7DXrTX18KMHj2/Wf8nYOev8xeM+M9PEj8ttvzW9c8+isx3LNskt+BAdG5Kt +TGtbIax1Llbt8QOidxd4cV5QLGP97xgeprxnfD9Zxs3lEc+uhC5vjmoaelrcw1DvneZ9poh sQ4RgZkuc2qMZPpOTPlkv3ZD35PCyucaSfZvFytoLPNQYinOSDTUYi4qTgQAKpRW2lMCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.8 for you to fetch changes up to 4b388071a2235ed8f05d05d069f5a5a29782a8c5: ARM: exynos_defconfig: Save defconfig on current linux-next (2016-06-06 08:36:55 +0200) ---------------------------------------------------------------- Samsung defconfig update for v4.8: 1. Disable big.LITTLE switcher so the cpufreq-dt could be enabled. 2. Enable Samsung media platform drivers. 3. Enable some board-specific drivers for boards: Trats2, Universal C210. 4. Few more minor additions. ---------------------------------------------------------------- Andrzej Hajda (1): ARM: multi_v7_defconfig: Enable Exynos DRM Mixer driver Bartlomiej Zolnierkiewicz (1): ARM: exynos_defconfig: Disable big.LITTLE switcher Javier Martinez Canillas (4): ARM: exynos_defconfig: Enable Samsung media platform drivers as modules ARM: multi_v7_defconfig: Enable Samsung media platform drivers as modules ARM: exynos_defconfig: Enable MFC driver as module ARM: multi_v7_defconfig: Enable Exynos MFC driver as module Krzysztof Kozlowski (5): ARM: multi_v7_defconfig: Switch max77693 to module ARM: multi_v7_defconfig: Enable Trats2 audio codec, touchscreen and sensors ARM: multi_v7_defconfig: Enable drivers for Exynos4210 Universal C210 board ARM: multi_v7_defconfig: Enable s5p-secss driver ARM: exynos_defconfig: Save defconfig on current linux-next arch/arm/configs/exynos_defconfig | 27 +++++++++++++++------------ arch/arm/configs/multi_v7_defconfig | 30 +++++++++++++++++++++++++----- 2 files changed, 40 insertions(+), 17 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Mon, 06 Jun 2016 14:25:33 +0200 Subject: [GIT PULL 8/8] ARM: defconfig: exynos: Defconfig for v4.8 In-Reply-To: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com> References: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com> Message-ID: <1465215933-22709-9-git-send-email-k.kozlowski@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.8 for you to fetch changes up to 4b388071a2235ed8f05d05d069f5a5a29782a8c5: ARM: exynos_defconfig: Save defconfig on current linux-next (2016-06-06 08:36:55 +0200) ---------------------------------------------------------------- Samsung defconfig update for v4.8: 1. Disable big.LITTLE switcher so the cpufreq-dt could be enabled. 2. Enable Samsung media platform drivers. 3. Enable some board-specific drivers for boards: Trats2, Universal C210. 4. Few more minor additions. ---------------------------------------------------------------- Andrzej Hajda (1): ARM: multi_v7_defconfig: Enable Exynos DRM Mixer driver Bartlomiej Zolnierkiewicz (1): ARM: exynos_defconfig: Disable big.LITTLE switcher Javier Martinez Canillas (4): ARM: exynos_defconfig: Enable Samsung media platform drivers as modules ARM: multi_v7_defconfig: Enable Samsung media platform drivers as modules ARM: exynos_defconfig: Enable MFC driver as module ARM: multi_v7_defconfig: Enable Exynos MFC driver as module Krzysztof Kozlowski (5): ARM: multi_v7_defconfig: Switch max77693 to module ARM: multi_v7_defconfig: Enable Trats2 audio codec, touchscreen and sensors ARM: multi_v7_defconfig: Enable drivers for Exynos4210 Universal C210 board ARM: multi_v7_defconfig: Enable s5p-secss driver ARM: exynos_defconfig: Save defconfig on current linux-next arch/arm/configs/exynos_defconfig | 27 +++++++++++++++------------ arch/arm/configs/multi_v7_defconfig | 30 +++++++++++++++++++++++++----- 2 files changed, 40 insertions(+), 17 deletions(-)