summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-27 15:01:03 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-27 15:01:03 +0000
commitc7e92c13d299ed0acf5ec47931f67c3cbbe809b4 (patch)
tree376f6c2604749607871531aaa3f3e4f70d35df8c /target/linux/cns3xxx/patches/101-laguna_sdhci_card_detect.patch
parenta27b48f2d8da64225464431c65dee6363886a43f (diff)
cns3xxx: remove 3.1 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31888 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.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 14802706e..000000000
--- 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)