aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-18 20:10:46 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-18 20:10:46 +0000
commit9718f03e2485129da40a71c2d513e9247a29f597 (patch)
treeaa4817e7ef2f3f39911239da605a6e01ef46bac8 /target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch
parent9e78becbac318cecf7f444d94d332591f33df35a (diff)
downloadupstream-9718f03e2485129da40a71c2d513e9247a29f597.tar.gz
upstream-9718f03e2485129da40a71c2d513e9247a29f597.tar.bz2
upstream-9718f03e2485129da40a71c2d513e9247a29f597.zip
cns3xxx: remove 2.6.39 support
SVN-Revision: 31806
Diffstat (limited to 'target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch')
-rw-r--r--target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch b/target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch
deleted file mode 100644
index ac2d6fd6e9..0000000000
--- a/target/linux/cns3xxx/patches-2.6.39/101-laguna_sdhci_card_detect.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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,
- };