aboutsummaryrefslogtreecommitdiffstats
path: root/series
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 16:42:49 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 16:42:49 -0700
commit0aaa9f3dd7f1f994721ed5d2c8dbe6636c2f32fb (patch)
treecf6b848ec7c1846af02dd28a40be876663d635c4 /series
parent8f617b3f134ec98ff82ddabbb7cbb57e3df5adbf (diff)
downloadpatches-0aaa9f3dd7f1f994721ed5d2c8dbe6636c2f32fb.tar.gz
usb and 2 tty patches
Diffstat (limited to 'series')
-rw-r--r--series40
1 files changed, 29 insertions, 11 deletions
diff --git a/series b/series
index 7d3f604910e8cc..1f4051f5debe8a 100644
--- a/series
+++ b/series
@@ -91,11 +91,14 @@ tty/serial-timbuart-make-sure-last-byte-is-sent-when-port-is-closed.patch
tty/serial167-kill-unused-variables.patch
tty/serial-add-driver-for-the-altera-jtag-uart.patch
tty/serial-add-driver-for-the-altera-uart.patch
+tty/tty-fix-obsolete-comment-on-tty_insert_flip_string_fixed_flag.patch
+tty/serial-bfin_sport_uart-use-resource-size-to-fix-off-by-one-error.patch
###################################
# USB stuff for after 2.6.34 is out
###################################
+usb/usb-xhci-fix-issue-with-set-interface-after-stall.patch
usb/usb-make-hcd.h-public-drivers-dependency.patch
usb/usb-make-hub.h-public-drivers-dependency.patch
usb/usb-split-hub.h-into-ch11.h-and-merge-in-hcd.h.patch
@@ -224,17 +227,6 @@ usb/usb-turn-interface_to_usbdev-into-an-inline-function.patch
usb/usb-change-the-scatterlist-type-in-struct-urb.patch
usb/usb-gadget-video-class-function-driver.patch
usb/usb-gadget-webcam-device.patch
-
-
-# this goes in last.
-usb/usb-remove-unused-usb_buffer_alloc-and-usb_buffer_free-macros.patch
-
-#######################################
-# Staging stuff for after 2.6.34 is out
-#######################################
-# new stuff is in the staging-next git tree on git.kernel.org
-
-
usb/usb-simplify-usb_sg_init.patch
usb/usb-isp1760-use-resource_size.patch
usb/usb-ftdi_sio-switch-to-generic-write-implementation.patch
@@ -251,5 +243,31 @@ usb/usb-g_ffs-the-functionfs-gadget-driver.patch
usb/usb-ffs-test-functionfs-testing-program.patch
usb/usb-testusb-an-usb-testing-application.patch
usb/usb-testusb-testusb-compatibility-with-functionfs-gadget.patch
+usb/usb-xhci-set-stream-id-to-0-after-cleaning-up-stalls.patch
+usb/usb-fix-u132-hcd-code-data-warning.patch
+usb/usb-gadget-allow-function-access-to-device-id-data-during-bind.patch
+usb/usb-tty-fix-incorrect-use-of-tty_insert_flip_string_fixed_flag.patch
+usb/usb-ark3116-reimplement-read-processing.patch
+usb/usb-usbcore-do-not-disable-usb3-protocol-ports-in-hub_activate.patch
+usb/usb-isp1760-soften-dw3-x-transaction-error-bit-handling.patch
+usb/usb-ftdi_sio-use-tty_insert_flip_string_fixed_flag.patch
+usb/usb-pl2303-use-tty_insert_flip_string_fixed_flag.patch
+usb/usb-ftdi_sio-clean-up-line-status-handling.patch
+usb/usb-mxc-gadget-remove-60mhz-clock-requirement-for-freescale-mx51-usb-core.patch
+usb/usb-omap3-add-platform-init-code-for-ohci-driver.patch
+usb/usb-ohci-introduce-omap3-ohci-hcd-driver.patch
+usb/usb-ohci-add-kconfig-entries-for-ohci-omap3.patch
+usb/usb-gadget-f_fs.c-needs-to-include-pagemap.h.patch
+usb/usb-xhci-transfer-ring-link-trb-activation-change.patch
+usb/usb-xhci-fix-wrong-usage-of-macro-trb_type.patch
+usb/usb-fix-interface-runtime-pm-settings.patch
+
+# this goes in last.
+usb/usb-remove-unused-usb_buffer_alloc-and-usb_buffer_free-macros.patch
+
+#######################################
+# Staging stuff for after 2.6.34 is out
+#######################################
+# new stuff is in the staging-next git tree on git.kernel.org