From patchwork Tue Jan 24 08:50:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ritesh Harjani X-Patchwork-Id: 9534537 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2B4826042D for ; Tue, 24 Jan 2017 08:51:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19C472003F for ; Tue, 24 Jan 2017 08:51:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0BB332582C; Tue, 24 Jan 2017 08:51:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D13532003F for ; Tue, 24 Jan 2017 08:51:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750934AbdAXIvd (ORCPT ); Tue, 24 Jan 2017 03:51:33 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:59550 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbdAXIvY (ORCPT ); Tue, 24 Jan 2017 03:51:24 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id D9D3960798; Tue, 24 Jan 2017 08:51:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1485247879; bh=tGAInUL5nKArzHkJA7xfTll2C9ciaoaoYVPQadMdspI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eiwciYx/OhWfea7hiQSIVA4aRFcvkGwd5oZ+QmtsEPI+s0esGinE0pOEyYl6xNOfZ iCTGWcGeyNQAJdiqlQz3nvIgyXSC24hLX/5oSZZapWea7y4vqsxfVMQP/T+hQMQwvy qXBrpSlJ+oa3bl/CdRxvkTs7fKf3zLI04I4/rjrg= Received: from rharjani-linux.qualcomm.com (unknown [202.46.23.54]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: riteshh@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 808ED60914; Tue, 24 Jan 2017 08:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1485247876; bh=tGAInUL5nKArzHkJA7xfTll2C9ciaoaoYVPQadMdspI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f3khUb+kyOivseA7PVwQebIHwW6ZpVqYUbrrLk5qJa7QY/QhC+06rxJCtOmuVfVLL zAoK1bMKJoHrRKMXnL6ryBWVOfERA2Lmebk4/2S7ptmfGif446AhJTjpnQDxfKV3IL QN9oVy8DzWlcTgIUaTBPEHUAQMxqIyONJwkjUmes= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 808ED60914 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=riteshh@codeaurora.org From: Ritesh Harjani To: adrian.hunter@intel.com, ulf.hansson@linaro.org Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, shawn.lin@rock-chips.com, linux-arm-msm@vger.kernel.org, georgi.djakov@linaro.org, asutoshd@codeaurora.org, stummala@codeaurora.org, venkatg@codeaurora.org, pramod.gurav@linaro.org, jeremymc@redhat.com, git@kchr.de, Ritesh Harjani Subject: [PATCHv1 2/2] mmc: sdhci-msm: Remove unnecessary comments of CDC init sequence Date: Tue, 24 Jan 2017 14:20:27 +0530 Message-Id: <1485247827-12898-3-git-send-email-riteshh@codeaurora.org> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1485247827-12898-1-git-send-email-riteshh@codeaurora.org> References: <1485247827-12898-1-git-send-email-riteshh@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This removes CDC init sequence comments which are not useful anyway. Signed-off-by: Ritesh Harjani Acked-by: Adrian Hunter --- drivers/mmc/host/sdhci-msm.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index b3e8f44..10cdc84 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c @@ -664,19 +664,7 @@ static int sdhci_msm_cdclp533_calibration(struct sdhci_host *host) config &= ~CORE_START_CDC_TRAFFIC; writel_relaxed(config, host->ioaddr + CORE_DDR_200_CFG); - /* - * Perform CDC Register Initialization Sequence - * - * CORE_CSR_CDC_CTLR_CFG0 0x11800EC - * CORE_CSR_CDC_CTLR_CFG1 0x3011111 - * CORE_CSR_CDC_CAL_TIMER_CFG0 0x1201000 - * CORE_CSR_CDC_CAL_TIMER_CFG1 0x4 - * CORE_CSR_CDC_REFCOUNT_CFG 0xCB732020 - * CORE_CSR_CDC_COARSE_CAL_CFG 0xB19 - * CORE_CSR_CDC_DELAY_CFG 0x3AC - * CORE_CDC_OFFSET_CFG 0x0 - * CORE_CDC_SLAVE_DDA_CFG 0x16334 - */ + /* Perform CDC Register Initialization Sequence */ writel_relaxed(0x11800EC, host->ioaddr + CORE_CSR_CDC_CTLR_CFG0); writel_relaxed(0x3011111, host->ioaddr + CORE_CSR_CDC_CTLR_CFG1);