aboutsummaryrefslogtreecommitdiffstats
path: root/series
blob: 1c0f99fd42da6e86fd3e3576dd37eba5d071e902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# My specific stuff, at the top to make it easier to work stuff below.
gregkh/gkh-version.patch

#####################################################################
# Stuff to be merged for 2.6.36
#####################################################################

#################################
# Driver core patches for 2.6.36
#################################
driver-core.current/sysfs-checking-for-null-instead-of-err_ptr.patch

#################################
# TTY patches for 2.6.36
#################################
tty.current/vt-fix-console-corruption-on-driver-hand-over.patch
tty.current/maintainers-orphan-isicom.patch
tty.current/serial-fix-port-type-conflict-between-ns16550a-u6_16550a.patch
tty.current/serial-bfin_sport_uart-restore-transmit-frame-sync-fix.patch

# after patches sent to linus
tty.current/serial-amba-pl010-fix-set_ldisc.patch


#################################
# USB patches for 2.6.36
#################################
usb.current/usb-s3c-hsotg-remove-debug-define.patch
usb.current/usb-ehci-ppc-of-problems-in-unwind.patch
usb.current/usb-rndis-section-mismatch-fix.patch
usb.current/usb-fix-kernel-oops-with-g_ether-and-windows.patch
usb.current/usb-option-fix-incorrect-novatel-entries.patch
usb.current/usb-cp210x-add-new-device-id.patch
usb.current/usb-cp210x-add-b-g-h3000-link-cable-id.patch
usb.current/usb-cp210x-usb-driver-add-usb_device-for-pirelli-dp-l10-mobile.patch
usb.current/usb-allow-drivers-to-use-allocated-bandwidth-until-unbound.patch
usb.current/usb-ssu100-turn-off-debug-flag.patch
usb.current/usb-serial-mos7840-add-usb-id-to-support-the-b-b-electronics-usoptl4-2p.patch
usb.current/usb-cdc-acm-adding-second-acm-channel-support-for-various-nokia-and-one-samsung-phones.patch
usb.current/usb-serial-mos7840-add-usb-ids-to-support-more-b-b-usb-rs485-converters.patch
usb.current/usb-cxacru-use-a-bulk-int-urb-to-access-the-command-endpoint.patch


#################################
# Staging patches for 2.6.36
#################################
staging.current/staging-hv-fix-missing-functions-for-net_device_ops.patch
staging.current/staging-hv-fixed-bounce-kmap-problem-by-using-correct-index.patch
staging.current/staging-hv-fixed-the-value-of-the-64bit-hole-inside-ring-buffer.patch
staging.current/staging-hv-increased-storvsc-ringbuffer-and-max_io_requests.patch
staging.current/staging-spectra-needs-linux-slab.h.patch
staging.current/staging-comedi-das08_cs.c-fix-io_req_t-conversion.patch
staging.current/staging-rt2870sta-add-more-device-ids-from-vendor-drivers.patch
staging.current/staging-zram-free-device-memory-when-init-fails.patch
staging.current/staging-spectra-depend-on-x86_mrst.patch
staging.current/staging-octeon-depends-on-netdevices.patch
staging.current/staging-wlan-ng-explicitly-set-some-fields-in-cfg80211-interface.patch


#####################################################################
# Stuff to be merged after 2.6.36 is out
#####################################################################

#############################################
# Driver core patches for after 2.6.36 is out
#############################################
driver-core/dynamic-debug-split-out-query-string-parsing-setup-from-proc_write.patch
driver-core/dynamic-debug-introduce-ddebug_query-boot-parameter.patch
driver-core/dynamic-debug-initialize-dynamic-debug-earlier-via-arch_initcall.patch
driver-core/dynamic-debug-introduce-global-fake-module-param-module.ddebug.patch
driver-core/driver-core-platform-use-drv-driver.bus-instead-of-assuming-platform_bus_type.patch
driver-core/uio-do-not-use-pci-resources-before-pci_enable_device.patch
driver-core/driver-core-platform_bus-allow-runtime-override-of-dev_pm_ops.patch

# can we really almost drop it?  please let it happen this time...
driver-core/driver-core-remove-config_sysfs_deprecated_v2-but-keep-it-for-block-devices.patch

#####################################
# TTY patches for after 2.6.36 is out
#####################################
tty/tty-add-tty_struct-dev-pointer-to-corresponding-device-instance.patch
tty/serport-place-serport-serio-device-correctly-in-the-device-tree.patch
tty/serial-mfd-snprintf-returns-largish-values.patch
tty/serial-add-console_poll-support-for-uartlite.patch
tty/tty-remove-__gfp_nofail-from-tty_add_file.patch
tty/ioctl-use-asm-generic-ioctls-h-on-arm
tty/ioctl-use-asm-generic-ioctls-h-on-avr32
tty/ioctl-use-asm-generic-ioctls-h-on-cris
tty/ioctl-use-asm-generic-ioctls-h-on-frv
tty/ioctl-use-asm-generic-ioctls-h-on-h8300
tty/ioctl-use-asm-generic-ioctls-h-on-ia64
tty/ioctl-use-asm-generic-ioctls-h-on-m32r
tty/ioctl-use-asm-generic-ioctls-h-on-m68k
tty/ioctl-use-asm-generic-ioctls-h-on-mn10300
tty/ioctl-use-asm-generic-ioctls-h-on-s390
tty/serial-core-skip-call-set_termios-console_start-when-no_console_suspend.patch
tty/serial-core-restore-termios-settings-when-resume-console-ports.patch
tty/add-ttyprintk-driver.patch
tty/char-mxser-call-pci_disable_device-from-probe-remove.patch


###################################
# USB stuff for after 2.6.36 is out
###################################
usb/usb-add-intel-langwell-usb-otg-transceiver-driver.patch
usb/usb-langwell-usb-client-driver-code-cleanup.patch
usb/usb-langwell-usb-client-endpoint-initialization.patch
usb/usb-langwell-usb-client-phy-low-power-mode-setting.patch
usb/usb-langwell-usb-client-remote-wakeup-support.patch
usb/usb-langwell-usb-client-driver-memory-handling.patch
usb/usb-gadget-dbgp-cleanup-remove-unneeded-check.patch
usb/usb-sam-ba-add-driver-for-atmel-sam-boot-assistant-sam-ba.patch
usb/usb-gadget-verify-vbus-current-before-setting-the-device-self-powered-bit.patch
usb/usb-core-update-comment-to-match-current-function-name.patch
usb/usb-gadget-g_multi-fixed-vendor-and-product-id.patch
usb/usb-gadget-g_ffs-fixed-vendor-and-product-id.patch
usb/usb-gadget-storage-remove-nofua-file-when-unbinding.patch
usb/usb-gadget-mass_storage-optional-scsi-write-fua-bit.patch
usb/usb-gadget-functionfs-code-cleanup.patch
usb/usb-gadget-composite-better-string-override-handling.patch
usb/usb-gadget-mass_storage-moved-strings-handling-code.patch
usb/usb-gadget-g_multi-moved-strings-handling-code-to-composite.patch
usb/usb-revert-usb-gadget-section-mismatch-warning-fixed.patch
usb/usb-gadget-don-t-save-bind-callback-in-struct-usb_gadget_driver.patch
usb/usb-gadget-don-t-save-bind-callback-in-struct-usb_composite_driver.patch
usb/usb-gadget-don-t-save-bind-callback-in-struct-usb_configuration.patch
usb/init.h-add-some-more-documentation-to-__ref-tags.patch
usb/usb-gadget-amd5536udc.c-remove-double-test.patch
usb/usb-output-an-error-message-when-the-pipe-type-doesn-t-match-the-endpoint-type.patch
usb/usb-g_file_storage-don-t-generate-automatic-serial-string.patch

# staging stuff for next is now in the staging-next tree on git.kernel.org