[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1453213055-35563-5-git-send-email-lakshmis@xilinx.com>
Date: Tue, 19 Jan 2016 19:47:35 +0530
From: P L Sai Krishna <lakshmi.sai.krishna.potthuri@...inx.com>
To: Michal Simek <michal.simek@...inx.com>,
Soren Brinkmann <soren.brinkmann@...inx.com>,
Ulf Hansson <ulf.hansson@...aro.org>,
Kevin Hao <haokexin@...il.com>,
Emil Lenchak <emill@...inx.com>,
Tobias Klauser <tklauser@...tanz.ch>,
Sudeep Holla <Sudeep.Holla@....com>,
Adrian Hunter <adrian.hunter@...el.com>,
Jisheng Zhang <jszhang@...vell.com>,
"Ivan T. Ivanov" <ivan.ivanov@...aro.org>,
Scott Branden <sbranden@...adcom.com>,
Vincent Yang <vincent.yang.fujitsu@...il.com>,
Haibo Chen <haibo.chen@...escale.com>,
Marek Vasut <marex@...x.de>,
"ludovic.desroches@...el.com" <ludovic.desroches@...el.com>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
"Kumar Gala" <galak@...eaurora.org>,
Suman Tripathi <stripathi@....com>,
Shawn Lin <shawn.lin@...k-chips.com>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>, Harini Katakam <harinik@...inx.com>,
Punnaiah Choudary Kalluri <punnaia@...inx.com>,
Anirudha Sarangi <anirudh@...inx.com>,
P L Sai Krishna <lakshmis@...inx.com>
Subject: [LINUX PATCH 5/5] mmc: host: Update the quirks for this controller.
This patch adds SDHCI_QUIRK2_STOP_WITH_TC quirk to remove
the following error message.
"mmc0: Got data interrupt 0x00000002 even though no data
operation was in progress"
Signed-off-by: P L Sai Krishna <lakshmis@...inx.com>
---
drivers/mmc/host/sdhci-of-arasan.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers/mmc/host/sdhci-of-arasan.c
index 7f30577..751623f 100644
--- a/drivers/mmc/host/sdhci-of-arasan.c
+++ b/drivers/mmc/host/sdhci-of-arasan.c
@@ -83,7 +83,8 @@ static struct sdhci_pltfm_data sdhci_arasan_pdata = {
.ops = &sdhci_arasan_ops,
.quirks = SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
.quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
- SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN,
+ SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN |
+ SDHCI_QUIRK2_STOP_WITH_TC,
};
#ifdef CONFIG_PM_SLEEP
--
2.1.2
Powered by blists - more mailing lists