From patchwork Mon May 19 18:02:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 4204981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9E9059F32A for ; Mon, 19 May 2014 18:05:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 962E12026C for ; Mon, 19 May 2014 18:05:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C04C6201C8 for ; Mon, 19 May 2014 18:05:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmRuH-0000wa-0o; Mon, 19 May 2014 18:03:25 +0000 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmRuD-0000sN-20 for linux-arm-kernel@lists.infradead.org; Mon, 19 May 2014 18:03:22 +0000 Received: by mail-ee0-f48.google.com with SMTP id e49so3839539eek.21 for ; Mon, 19 May 2014 11:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=LiiIbE7D6L3yEtq0YtzVGrATkO/XOnAtqtpODYyRklY=; b=w+LJkdio95H/BBavBchYD4ruKnN9L1Zr6LoRIyiXzDdBHr5VsvKghdxVLAZcqZW9dJ cbjrvgMxcrZgd4zEftMsGwONItJLps5MV8wGx0CNy8agOrIUecG0qigeSbQenPcaSjwz j2weZ+109K0FWe8bPz+xICUnwbpRgL8Ifl45lb0wQfk3SNfmmeH6Z7Z/CWuTts+/VVTT DPFQalnAYTKtfxBmHHJ4a3iC/TSmEdjNirqa907HEFlpZDDxO/J1uHBwhqKHbRKq1QtV FLaYnczynaTg1XtbcoEq5wZVHQ+sx2zirP0ZR2olws0jATjGz0aR4Q7M5wCjy9hXGSxv DoPw== X-Received: by 10.14.107.5 with SMTP id n5mr6290113eeg.82.1400522578768; Mon, 19 May 2014 11:02:58 -0700 (PDT) Received: from topkick.lan (dslc-082-083-214-160.pools.arcor-ip.net. [82.83.214.160]) by mx.google.com with ESMTPSA id a4sm43507809eep.12.2014.05.19.11.02.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 May 2014 11:02:58 -0700 (PDT) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Subject: [PATCH RESEND] mmc: dove: fix missing MACH_DOVE dependency Date: Mon, 19 May 2014 20:02:51 +0200 Message-Id: <1400522571-10799-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140519_110321_271853_3EA4E80F X-CRM114-Status: GOOD ( 11.42 ) X-Spam-Score: -0.1 (/) Cc: Andrew Lunn , Ulf Hansson , Jason Cooper , linux-mmc@vger.kernel.org, Chris Ball , linux-kernel@vger.kernel.org, Gregory Clement , 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 X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP DT-enabled Dove moved over from ARCH_DOVE in mach-dove to MACH_DOVE in mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new DT-only MACH_DOVE Kconfig. This slipped through the cracks and now is a fix to allow to build Dove's SDHCI driver for mach-mvebu on v3.15-rc. Signed-off-by: Sebastian Hesselbarth Acked-by: Jason Cooper Tested-by: Andrew Lunn Tested-by: Riku Voipio --- Cc: Chris Ball Cc: Ulf Hansson Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: linux-mmc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8aaf8c1f3f63..37665553ef33 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -168,7 +168,7 @@ config MMC_SDHCI_ESDHC_IMX config MMC_SDHCI_DOVE tristate "SDHCI support on Marvell's Dove SoC" - depends on ARCH_DOVE + depends on ARCH_DOVE || MACH_DOVE depends on MMC_SDHCI_PLTFM select MMC_SDHCI_IO_ACCESSORS help