blob: dbdbc09b83ab8e3b44d3450383c88385349ee131 (
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
|
# 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/kobject-break-the-kobject-namespace-defs-into-their-own-header.patch
driver-core.current/firmware_class-fix-typo-in-error-path.patch
driver-core.current/kobject_uevent-fix-typo-in-comments.patch
#################################
# TTY patches for 2.6.36
#################################
tty.current/serial-print-early-console-device-address-in-hex.patch
tty.current/ip2-remove-unneeded-null-check.patch
tty.current/ip2-return-efault-on-copy_to_user-errors.patch
tty.current/rocket-add-a-mutex_unlock.patch
tty.current/synclink-add-mutex_unlock-on-error-path.patch
tty.current/68328serial-check-return-value-of-copy_-_user-instead-of-access_ok.patch
#################################
# USB patches for 2.6.36
#################################
usb.current/usb-uvc_v4l2-cleanup-test-for-end-of-loop.patch
usb.current/usb-option-add-celot-ct-650.patch
usb.current/usb-isp1760-use-a-write-barrier-to-ensure-proper-ndelay-timing.patch
usb.current/usb-add-device-ids-for-igotu-to-navman.patch
usb.current/usb-serial-fix-leak-of-usb-serial-module-refrence-count.patch
usb.current/usb-pl2303-new-vendor-and-product-id.patch
usb.current/usb-cp210x-fix-break-on-off.patch
usb.current/usb-ftdi_sio-fix-endianess-of-max-packet-size.patch
usb.current/usb-io_ti-check-firmware-version-before-updating.patch
usb.current/usb-r8a66597-udc-return-enomem-if-kzalloc-fails.patch
usb.current/usb-ssu100-add-locking-for-port-private-data-in-ssu100.patch
usb.current/usb-ssu100-refine-process_packet-in-ssu100.patch
usb.current/usb-ssu100-remove-duplicate-defines-in-ssu100.patch
usb.current/usb-ssu100-add-register-parameter-to-ssu100_setregister.patch
usb.current/usb-ssu100-rework-logic-for-tiocmiwait.patch
usb.current/usb-serial-export-symbol-usb_serial_generic_disconnect.patch
usb.current/usb-ssu100-add-disconnect-function-for-ssu100.patch
usb.current/usb-ssu100-set-tty_flags-in-ssu100_process_packet.patch
usb.current/usb-gadget-fix-composite-kernel-doc-warnings.patch
usb.current/usb-gadget-return-enomem-on-memory-allocation.patch
usb.current/usb-otg-twl4030-fix-wrong-assumption-of-starting-state.patch
usb.current/usb-serial-io_ti.c-don-t-return-0-if-writing-the-download-record-failed.patch
usb.current/usb-ftdi_sio-add-id-for-ionics-plugcomputer.patch
usb.current/usb-xhci-remove-buggy-assignment-in-next_trb.patch
usb.current/usb-xhci-update-ring-dequeue-pointer-when-process-missed-tds.patch
usb.current/usb-iowarrior-fix-misuse-of-return-value-of-copy_to_user.patch
usb.current/usb-adutux-fix-misuse-of-return-value-of-copy_to_user.patch
#################################
# Staging patches for 2.6.36
#################################
staging.current/staging-spectra-removes-q-prepare_flush_fn-fix-build-breakage.patch
staging.current/staging-use-new-req_flush-flag-fix-build-breakage.patch
staging.current/staging-spectra-don-t-use-locked_ioctl-fix-build.patch
staging.current/staging-spectra-remove-duplicate-glob_version-definition.patch
staging.current/staging-spectra-removes-unused-variable.patch
staging.current/staging-spectra-initializa-lblk-variable.patch
staging.current/staging-spectra-removes-unused-functions.patch
#####################################################################
# Stuff to be merged after 2.6.36 is out
#####################################################################
#############################################
# Driver core patches for after 2.6.36 is out
#############################################
# can we really drop it? (nope, not yet...)
#driver-core/driver-core-remove-config_sysfs_deprecated.patch
#####################################
# TTY patches for after 2.6.36 is out
#####################################
###################################
# USB stuff for after 2.6.36 is out
###################################
# staging stuff for next is now in the staging-next tree on git.kernel.org
|