aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-02-11 15:59:23 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-02-11 15:59:23 +0000
commit0ace4636dba140db5ecf1cadb985982378be41dc (patch)
treea2f30502f25a8e13607b452a9cbc549fae3b2f6e /target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
parent1fb5ff4e04818660b188e90d1b33908b30e1df2d (diff)
downloadupstream-0ace4636dba140db5ecf1cadb985982378be41dc.tar.gz
upstream-0ace4636dba140db5ecf1cadb985982378be41dc.tar.bz2
upstream-0ace4636dba140db5ecf1cadb985982378be41dc.zip
rename 3.1 patches directory as it will be used for newer kernels as well
SVN-Revision: 30454
Diffstat (limited to 'target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch')
-rw-r--r--target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch b/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
new file mode 100644
index 0000000000..14802706e4
--- /dev/null
+++ b/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
@@ -0,0 +1,16 @@
+--- a/drivers/mmc/host/sdhci-cns3xxx.c
++++ b/drivers/mmc/host/sdhci-cns3xxx.c
+@@ -88,10 +88,11 @@ static struct sdhci_pltfm_data sdhci_cns
+ .ops = &sdhci_cns3xxx_ops,
+ .quirks = SDHCI_QUIRK_BROKEN_DMA |
+ SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK |
+- SDHCI_QUIRK_INVERTED_WRITE_PROTECT |
++ //SDHCI_QUIRK_INVERTED_WRITE_PROTECT |
+ SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN |
+ SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
+- SDHCI_QUIRK_NONSTANDARD_CLOCK,
++ SDHCI_QUIRK_NONSTANDARD_CLOCK |
++ SDHCI_QUIRK_BROKEN_CARD_DETECTION,
+ };
+
+ static int __devinit sdhci_cns3xxx_probe(struct platform_device *pdev)