aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-05-30 13:55:34 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-05-30 13:55:34 +0000
commit2815868d4a164e3969577eec8aacf173537b854d (patch)
treea572597b28238d276a9543605ebd065f82bb5119 /target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
parent21e17d3230fec156518459b5d7b936839f3d8b31 (diff)
downloadupstream-2815868d4a164e3969577eec8aacf173537b854d.tar.gz
upstream-2815868d4a164e3969577eec8aacf173537b854d.tar.bz2
upstream-2815868d4a164e3969577eec8aacf173537b854d.zip
[cns3xxx]: upgrade to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27030 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch14
1 files changed, 14 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..ac2d6fd6e9
--- /dev/null
+++ b/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
@@ -0,0 +1,14 @@
+--- a/drivers/mmc/host/sdhci-cns3xxx.c
++++ b/drivers/mmc/host/sdhci-cns3xxx.c
+@@ -90,8 +90,9 @@ struct sdhci_pltfm_data sdhci_cns3xxx_pd
+ .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,
+ };