aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-27 15:01:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-27 15:01:03 +0000
commitd00416844550a88c96228bfa608dd28a9827adf0 (patch)
treed4723ced2b1161ceec79f59690863495cc6d250b /target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
parent6f2ca5da397b94d20d14f0fd98b675bc7bf42e89 (diff)
downloadupstream-d00416844550a88c96228bfa608dd28a9827adf0.tar.gz
upstream-d00416844550a88c96228bfa608dd28a9827adf0.tar.bz2
upstream-d00416844550a88c96228bfa608dd28a9827adf0.zip
cns3xxx: remove 3.1 support
SVN-Revision: 31888
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, 0 insertions, 16 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
deleted file mode 100644
index 14802706e4..0000000000
--- a/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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)