From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbbERBrj (ORCPT ); Sun, 17 May 2015 21:47:39 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:16128 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbbERBra (ORCPT ); Sun, 17 May 2015 21:47:30 -0400 X-AuditID: cbfec7f4-f79c56d0000012ee-28-555944aeaeaa From: Krzysztof Kozlowski To: Arnd Bergmann , Olof Johansson , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Javier Martinez Canillas , Krzysztof Kozlowski Subject: [PATCH v2 0/4] ARM: multi_v7_defconfig: Stuff for Exynos Date: Mon, 18 May 2015 10:47:12 +0900 Message-id: <1431913636-31854-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 1.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpnluLIzCtJLcpLzFFi42I5/e/4Vd11LpGhBndPmFj8nXSM3eLo7wKL 1y8MLfofv2a22PT4GqvF5V1z2CxmnN/HZHHq+mc2Bw6P378mMXr8fX6dxWPTqk42j81L6j2u nGhi9ejbsorR4/MmuQD2KC6blNSczLLUIn27BK6MvxvmMRcs5Kg49uMPYwPjbbYuRk4OCQET iUtLNzND2GISF+6tB4pzcQgJLGWUmPv1DTuE859RYtv7LiaQKjYBY4nNy5eAVYkInGGUeLBn CmMXIwcHs0C+xO3PvCA1wgKOEs+uvmECCbMIqEo0nPABCfMKuEt8erKGHWKZnMTJY5NZJzBy L2BkWMUomlqaXFCclJ5rqFecmFtcmpeul5yfu4kREjxfdjAuPmZ1iFGAg1GJh7fCOSJUiDWx rLgy9xCjBAezkghv5BmgEG9KYmVValF+fFFpTmrxIUZpDhYlcd65u96HCAmkJ5akZqemFqQW wWSZODilGhgls/v3pYRHNbp93T571eS4sE3RxhNffrJ3MAy7q7F66o1dwravC5/38oZek4ud MOvpuvWGnI+ff5vQvzDxZ8SdyaxGHG8P5gmb5/Dy6j33msjS4fRJ2znjY6CwVPmzTVMMhDeH KO7sPsPtN9eUVW/hI79L5x6uCbTsPsktevnBIcmKb//fPWdXYinOSDTUYi4qTgQAqHvy4BoC AAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Kukjin, Changes since v1: ================= 1. Select drivers as modules, whenever possible. Suggested by Javier. 2. Patch 2: The I2C_GPIO is already enabled as module. Description =========== The patchset enables various config options on multi_v7 config for Exynos boards. Arnd suggested [0] that this can go through your tree. Patchset is rebased on next-20150515 and Javier's patchset [1] (to avoid conflicts around regulators and clocks). Please let me know if this should be rebased on other commit. [0] http://www.spinics.net/lists/kernel/msg1991518.html [1] http://www.spinics.net/lists/kernel/msg1990767.html Best regards, Krzysztof Krzysztof Kozlowski (4): ARM: multi_v7_defconfig: Enable CPU idle for Exynos ARM: multi_v7_defconfig: Enable PMIC and MUIC drivers for Exynos boards ARM: multi_v7_defconfig: Enable TMU for Exynos ARM: multi_v7_defconfig: Enable OHCI on Exynos arch/arm/configs/multi_v7_defconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Mon, 18 May 2015 10:47:12 +0900 Subject: [PATCH v2 0/4] ARM: multi_v7_defconfig: Stuff for Exynos Message-ID: <1431913636-31854-1-git-send-email-k.kozlowski@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dear Kukjin, Changes since v1: ================= 1. Select drivers as modules, whenever possible. Suggested by Javier. 2. Patch 2: The I2C_GPIO is already enabled as module. Description =========== The patchset enables various config options on multi_v7 config for Exynos boards. Arnd suggested [0] that this can go through your tree. Patchset is rebased on next-20150515 and Javier's patchset [1] (to avoid conflicts around regulators and clocks). Please let me know if this should be rebased on other commit. [0] http://www.spinics.net/lists/kernel/msg1991518.html [1] http://www.spinics.net/lists/kernel/msg1990767.html Best regards, Krzysztof Krzysztof Kozlowski (4): ARM: multi_v7_defconfig: Enable CPU idle for Exynos ARM: multi_v7_defconfig: Enable PMIC and MUIC drivers for Exynos boards ARM: multi_v7_defconfig: Enable TMU for Exynos ARM: multi_v7_defconfig: Enable OHCI on Exynos arch/arm/configs/multi_v7_defconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- 1.9.1