From patchwork Sun Mar 17 18:18:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanmay Upadhyay X-Patchwork-Id: 2284201 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 74F14E00DD for ; Sun, 17 Mar 2013 18:20:53 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UHIAF-000259-CS; Sun, 17 Mar 2013 18:18:35 +0000 Received: from out13.sjc.mx.trendmicro.com ([216.99.131.50]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UHI9v-000206-AX for linux-arm-kernel@lists.infradead.org; Sun, 17 Mar 2013 18:18:16 +0000 Received: from relay05.sjc.mx.trendmicro.com (unknown [10.30.239.28]) by out13.sjc.mx.trendmicro.com (Postfix) with ESMTP id C79AF98041E; Sun, 17 Mar 2013 18:18:13 +0000 (UTC) Received: from us.einfochips.com (unknown [174.123.40.210]) by relay05.sjc.mx.trendmicro.com (Postfix) with ESMTP id 9C57C98041E; Sun, 17 Mar 2013 18:18:11 +0000 (UTC) Received: by us.einfochips.com (Postfix, from userid 101) id 76A456500036; Sun, 17 Mar 2013 13:02:35 -0500 (CDT) Received: from tanmay-laptop.internet (cpe-70-124-85-237.austin.res.rr.com [70.124.85.237]) by us.einfochips.com (Postfix) with ESMTPA id 310BA6500014; Sun, 17 Mar 2013 13:02:33 -0500 (CDT) From: Tanmay Upadhyay To: zhangfei.gao@marvell.com, dwang4@marvell.com, njun@marvell.com, wuqm@marvell.com, prakity@marvell.com Subject: [PATCH 1/4] mmc: sdhci-pxa: Trivial fix in Kconfig Date: Sun, 17 Mar 2013 13:18:01 -0500 Message-Id: <1363544281-3716-1-git-send-email-tanmay.upadhyay@einfochips.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1363544206-3671-1-git-send-email-tanmay.upadhyay@einfochips.com> References: <1363544206-3671-1-git-send-email-tanmay.upadhyay@einfochips.com> X-Copyrighted-Material: Please visit www.company.com/privacy.htm X-TM-AS-Product-Ver: IMHS-1.0.0.1393-7.0.0.1014-19726.001 X-TM-AS-Result: No--5.6259-5.0-31-10 X-TM-AS-Result-Detail: Spam:No-Score:-5.6259-Baseline:ModeratelyHigh-Other:Lowest X-TMASE-MatchedRID: GPoCwRJ7ljBKHSI+NapVgAPZZctd3P4BoSs220phCBeaRA3ctRtJqFgH Mj8vR6I/eSl7+VQPUiKMm3x4z1YdPnSM3Ycye9aweqVpqRXfKN6AfODDLypXmu+Q5JKcky7lUQk EfAwRuULPFmccT9sY8KxcCIHpUrjw2rvYheZgBXs2oY2TxKHZF+kphWnlDPb3pTPoIE6zh2IzPj 1pB8hiTnrH7r6HDkX1x5A9zFPaSN10HSe131POnjsAVzN+Ov/s+XkGLqZe9Zb2WcdESfWuPoLbu oL8JVN47w/VB0Hw7Be3PYBZ0XG/Mw== X-TM-Deliver-Signature: a74d8bd69bb95d8b8e703b3c5013a2c2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130317_141815_549133_F08F962A X-CRM114-Status: GOOD ( 20.83 ) X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [216.99.131.50 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: cjb@laptop.org, linux-mmc@vger.kernel.org, Tanmay Upadhyay , linux-arm-kernel@lists.infradead.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 Select MMC_SDHCI_PXAV3 by default if CPU is MMP2 Select MMC_SDHCI_PXAV2 by default if CPU is PXA910 Signed-off-by: Tanmay Upadhyay Reviewed-by: Philip Rakity --- drivers/mmc/host/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8d13c65..e5faed8 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -198,7 +198,7 @@ config MMC_SDHCI_PXAV3 depends on CLKDEV_LOOKUP select MMC_SDHCI select MMC_SDHCI_PLTFM - default CPU_MMP2 + default y if CPU_MMP2 help This selects the Marvell(R) PXAV3 SD Host Controller. If you have a MMP2 platform with SD Host Controller @@ -211,7 +211,7 @@ config MMC_SDHCI_PXAV2 depends on CLKDEV_LOOKUP select MMC_SDHCI select MMC_SDHCI_PLTFM - default CPU_PXA910 + default y if CPU_PXA910 help This selects the Marvell(R) PXAV2 SD Host Controller. If you have a PXA9XX platform with SD Host Controller