From: Matthieu CASTET Date: Thu, 14 Aug 2014 14:03:17 +0000 (+0200) Subject: sdhci : handle busy timeout irq X-Git-Tag: fixes-against-v3.18-rc2~127^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5abd5e8998e20c2e82999670a03f26f1437d744;p=pandora-kernel.git sdhci : handle busy timeout irq When we wait for busy after sending a command, if there is a timeout, we got SDHCI_INT_DATA_TIMEOUT flags. Before this commit we got the message : "Got data interrupt 0x00100000 even though no data operation was in progress." and we need to wait 10s that sdhci_timeout_timer expires. Signed-off-by: Matthieu CASTET Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed