From patchwork Mon Sep 30 14:41:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 2965511 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id ECCC3BFF0B for ; Mon, 30 Sep 2013 14:42:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 45B0420319 for ; Mon, 30 Sep 2013 14:42:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 43A232024A for ; Mon, 30 Sep 2013 14:42:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754451Ab3I3OmK (ORCPT ); Mon, 30 Sep 2013 10:42:10 -0400 Received: from mail-ee0-f43.google.com ([74.125.83.43]:62376 "EHLO mail-ee0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753979Ab3I3OmJ (ORCPT ); Mon, 30 Sep 2013 10:42:09 -0400 Received: by mail-ee0-f43.google.com with SMTP id e52so2751571eek.16 for ; Mon, 30 Sep 2013 07:42:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=U3m0rcgLcHmVy6j6b0IipH67RJHFvb67vE2DeRHgd/4=; b=A+WCBXflSx/yvw6MLMKeYSSMFYwvKphBD541Cd+1YUynM7+iqIXDh2x0oaR4RJ1ib5 92vVqkOgY2wMsUMqM/3X9IN7cqGRu+KYaiNhNCefTCEwUqvytzGBzmdV4LghQRhrd0R+ wKdNGbwtUxoDMSs0uhy4k7mjEFGK8k02TZ4H/J8jpx21LcNOS/FrXYSJh1CDE+t1a9lJ Jo0GsvcBV4/B1yx90Zl4eI6SNs28ArJs6LJZvEnSLJQuyZ+LeRYVXcmFXZwI889nb+k+ A+clk3k6u7BkvddrxDnBV0+F/tWs433rOboWfCVkovQUwOpi4s7dN82UfeiUxihc0+7l ZyPg== X-Gm-Message-State: ALoCoQkELG87fdDr4j7ukBr2Vc7VPGWlXU/fyGkhMH482h1meYQUkCS0J7hXyjwkFIbITiI1Odin X-Received: by 10.14.246.11 with SMTP id p11mr38279691eer.9.1380552128389; Mon, 30 Sep 2013 07:42:08 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id n48sm1803036eeg.17.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 07:42:07 -0700 (PDT) From: Ulf Hansson To: linux-mmc@vger.kernel.org, Chris Ball Cc: Linus Walleij , Ulf Hansson , Ralf Baechle , linux-mips@linux-mips.org Subject: [PATCH 1/2] MIPS: db1235: Don't use MMC_CLKGATE Date: Mon, 30 Sep 2013 16:41:59 +0200 Message-Id: <1380552120-31003-2-git-send-email-ulf.hansson@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1380552120-31003-1-git-send-email-ulf.hansson@linaro.org> References: <1380552120-31003-1-git-send-email-ulf.hansson@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 As a first step in removing code for MMC_CLKGATE, MIPS db1235 defconfig which is the only current user, shall move away from this option. The mmc host drivers au1xmmc and jz4740_mmc, which are used on MIPS don't support clock gating through MMC_CLKGATE, thus removing the config option will have no effect on power save - clock gating wise. Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Signed-off-by: Ulf Hansson Acked-by: Ralf Baechle --- arch/mips/configs/db1235_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/configs/db1235_defconfig b/arch/mips/configs/db1235_defconfig index e2b4ad5..28e49f2 100644 --- a/arch/mips/configs/db1235_defconfig +++ b/arch/mips/configs/db1235_defconfig @@ -351,7 +351,6 @@ CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_PLATFORM=y CONFIG_USB_STORAGE=y CONFIG_MMC=y -CONFIG_MMC_CLKGATE=y CONFIG_MMC_AU1X=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y