From patchwork Fri May 10 06:49:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 2548461 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id E07A0DF2A2 for ; Fri, 10 May 2013 07:03:43 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UahMh-000289-OK; Fri, 10 May 2013 07:03:39 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UahMf-00011M-7a; Fri, 10 May 2013 07:03:37 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UahMc-00010s-97 for linux-arm-kernel@lists.infradead.org; Fri, 10 May 2013 07:03:34 +0000 Received: by mail-pa0-f46.google.com with SMTP id fa10so2701271pad.33 for ; Fri, 10 May 2013 00:03:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=BaWGnbAfDnsmm979wWMNiGBMi/OBB0CEEwnwunZH07s=; b=n+7EV5bpWGNBpwV3gfInPoplMueRMDi31m4kVbgrmZSAJb4dbGe1MdKYexQHdJ/zF+ RmBxKj6VF4SYCo9MP7v576BFqhliJN1Duoq4LA2ypWSMBE/DJUQOvtlb2//N1xDvnLcm 55XxU7Zv+isrou12PtqCzMd5QcFhkgegK8aeoeARk7rxq9pvaDG7EEQZXiYqP4yk+Ww0 tMAFxJq3Iotpi+vOjcJV9/TOqXsLbE6H1NVQBEZultsyjT4qFFXt6DenxOInT5fsVo+r 9YRig8m72i47jHL3fwBPls2jdqmSpNjUxx+sVpsuRP5znsfWMwUsLW5H0NbzIVvktD8W WYLg== X-Received: by 10.66.157.36 with SMTP id wj4mr16635275pab.88.1368169392080; Fri, 10 May 2013 00:03:12 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id uf2sm1514283pbc.41.2013.05.10.00.03.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 May 2013 00:03:11 -0700 (PDT) From: Tushar Behera To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board Date: Fri, 10 May 2013 12:19:59 +0530 Message-Id: <1368168599-28507-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQk7uflyC1xWJj9X0HSNAm686sttsMrgsb9rN+7tYPK6fRNYMTC5rjB6aGum8t2SjtHRaSjw X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130510_030334_414989_D54C8806 X-CRM114-Status: UNSURE ( 8.06 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.46 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: olof@lixom.net, kgene.kim@samsung.com, dianders@chromium.org, patches@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org It updates following drivers for EXYNOS based DT platform. * S5M8767 driver * MAX8997 driver * MMC SDHCI driver Signed-off-by: Tushar Behera Reviewed-by: Doug Anderson Acked-by: Kukjin Kim --- This patch is based on Olof's following patch. "[PATCH] ARM: exynos: defconfig update" https://lkml.org/lkml/2013/5/9/455 arch/arm/configs/exynos_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 469b5cc..eeae7bb 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -70,11 +70,15 @@ CONFIG_DEBUG_GPIO=y CONFIG_MFD_CROS_EC=y CONFIG_MFD_CROS_EC_I2C=y CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX8997=y +CONFIG_MFD_SEC_CORE=y CONFIG_MFD_TPS65090=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y +CONFIG_REGULATOR_MAX8997=y CONFIG_REGULATOR_MAX77686=y +CONFIG_REGULATOR_S5M8767=y CONFIG_REGULATOR_TPS65090=y CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y @@ -96,6 +100,8 @@ CONFIG_USB_PHY=y CONFIG_SAMSUNG_USB2PHY=y CONFIG_SAMSUNG_USB3PHY=y CONFIG_MMC=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_S3C=y CONFIG_MMC_DW=y CONFIG_MMC_DW_IDMAC=y CONFIG_MMC_DW_EXYNOS=y