From patchwork Thu Sep 20 08:52:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaehoon Chung X-Patchwork-Id: 1483321 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 59C6C3FE65 for ; Thu, 20 Sep 2012 08:53:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753159Ab2ITIxT (ORCPT ); Thu, 20 Sep 2012 04:53:19 -0400 Received: from mailout1.samsung.com ([203.254.224.24]:14054 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752181Ab2ITIxS (ORCPT ); Thu, 20 Sep 2012 04:53:18 -0400 Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MAN00CFE4NSCNI0@mailout1.samsung.com>; Thu, 20 Sep 2012 17:53:17 +0900 (KST) X-AuditID: cbfee61b-b7f2b6d000000f14-7c-505ad97de921 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm2.samsung.com (EPCPMTA) with SMTP id E7.22.03860.D79DA505; Thu, 20 Sep 2012 17:53:17 +0900 (KST) Received: from [10.90.51.55] by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MAN001684OSTCA0@mmp2.samsung.com>; Thu, 20 Sep 2012 17:53:17 +0900 (KST) Message-id: <505AD968.9070106@samsung.com> Date: Thu, 20 Sep 2012 17:52:56 +0900 From: Jaehoon Chung User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-version: 1.0 To: linux-samsung-soc@vger.kernel.org Cc: linux-mmc , 'kgene kim' , Chris Ball , Kyungmin Park , Tomasz Figa , Adrian Hunter Subject: [PATCH] ARM: exynos: remove the MMC_CAP2_BROKEN_VOLTAGE Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprOLMWRmVeSWpSXmKPExsVy+t9jQd3am1EBBovPSFoc+d/PaDHj/D4m ByaPz5vkAhijuGxSUnMyy1KL9O0SuDJO7LAp+CxQsWLvFtYGxi18XYycHBICJhIHlv1kgrDF JC7cW8/WxcjFISQwnVFiy79ZUM5LRonXt+4yglTxCmhJbN/ZBWazCKhKzHi8kB3EZhPQkdj+ 7TjYJFGBEIklc7+yQ9QLSvyYfI8FxBYBqv/ctoAdZCizwFNGic0Pl4ANEhZwkOjasJwVxGYG GrS/dRobhC0vsXnNW+YJjHyzkMyahaRsFpKyBYzMqxhFUwuSC4qT0nON9IoTc4tL89L1kvNz NzGCg+uZ9A7GVQ0WhxgFOBiVeHhvCUcFCLEmlhVX5h5ilOBgVhLh3TgRKMSbklhZlVqUH19U mpNafIhRmoNFSZxX+FNggJBAemJJanZqakFqEUyWiYNTqoGRw1/30BKztPLT27s2zdG7+Cw3 qu6AtkL2285/UrrhO7NEk46sOvN7zfp3PfFi1enLn9TXzxbhrdt786+SYR1v+6No7cXqyfP0 ZvFdmBMXq2sR4dLf9KPu2lwe5fkv97kJlBZ8eM7u/dJUyvDD3NA3W5Lsl9yTfL6+tPC68iLp tJYTbEdvfjuuxFKckWioxVxUnAgAgVg/6ioCAAA= Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org This patch is dependency with Chris's patch. "[PATCH] mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulator" http://git.kernel.org/?p=linux/kernel/git/cjb/mmc.git;a=commit;h=421fc8e70079b8b9e473a55a6267302695641dcc After applied that patch, it needs not to set MMC_CAP2_BROKEN_VOLTAGE. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos/mach-nuri.c | 1 - arch/arm/mach-exynos/mach-universal_c210.c | 1 - arch/arm/mach-s5pv210/mach-goni.c | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index 90d8daa..6e0b0fa 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c @@ -113,7 +113,6 @@ static struct s3c_sdhci_platdata nuri_hsmmc0_data __initdata = { .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | MMC_CAP_ERASE), - .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE, .cd_type = S3C_SDHCI_CD_PERMANENT, }; diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 8139cd2..865be0a 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c @@ -754,7 +754,6 @@ static struct s3c_sdhci_platdata universal_hsmmc0_data __initdata = { .max_width = 8, .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED), - .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE, .cd_type = S3C_SDHCI_CD_PERMANENT, }; diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index c552581..239e896 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c @@ -774,7 +774,6 @@ static void __init goni_pmic_init(void) /* MoviNAND */ static struct s3c_sdhci_platdata goni_hsmmc0_data __initdata = { .max_width = 4, - .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE, .cd_type = S3C_SDHCI_CD_PERMANENT, };