summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-01-29 16:53:01 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-01-29 16:53:01 -0500
commitf1dbf1e26aa043bff81c79e328a87b35acfe1105 (patch)
treea39e14f22fce2c37135b91a218807c7aaf89efc2
parent598685aa562b4f32cbaf84091ba4d1eb6c644976 (diff)
downloadrt-patches-f1dbf1e26aa043bff81c79e328a87b35acfe1105.tar.gz
remove Loongson-Lemote-2F-USB-Not-Emulate-Non-Posted-Writes.patchv2.6.33-1382-gf1dd6ad
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--Loongson-Lemote-2F-USB-Not-Emulate-Non-Posted-Writes.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/Loongson-Lemote-2F-USB-Not-Emulate-Non-Posted-Writes.patch b/Loongson-Lemote-2F-USB-Not-Emulate-Non-Posted-Writes.patch
deleted file mode 100644
index 74913cf..0000000
--- a/Loongson-Lemote-2F-USB-Not-Emulate-Non-Posted-Writes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 324b875f9006d755ffdb79117ab42d221fb2e0ef Mon Sep 17 00:00:00 2001
-From: Wu Zhangjin <wuzhangjin@gmail.com>
-Date: Thu, 11 Mar 2010 16:01:55 +0800
-Subject: [PATCH] Loongson: Lemote-2F: USB: Not Emulate Non-Posted Writes
-
-commit 324b875f9006d755ffdb79117ab42d221fb2e0ef in tip.
-
-Without this patch, when copying data between the USB storage devices and the
-hard disk, the USB device will disconnect regularly.
-
-Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
-
-diff --git a/arch/mips/pci/fixup-lemote2f.c b/arch/mips/pci/fixup-lemote2f.c
-index caf2ede..4b9768d 100644
---- a/arch/mips/pci/fixup-lemote2f.c
-+++ b/arch/mips/pci/fixup-lemote2f.c
-@@ -131,7 +131,7 @@ static void __init loongson_cs5536_ehci_fixup(struct pci_dev *pdev)
-
- /* Serial short detect enable */
- _rdmsr(USB_MSR_REG(USB_CONFIG), &hi, &lo);
-- _wrmsr(USB_MSR_REG(USB_CONFIG), (1 << 1) | (1 << 2) | (1 << 3), lo);
-+ _wrmsr(USB_MSR_REG(USB_CONFIG), (1 << 1) | (1 << 3), lo);
-
- /* setting the USB2.0 micro frame length */
- pci_write_config_dword(pdev, PCI_EHCI_FLADJ_REG, 0x2000);
---
-1.7.1.1
-