summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
blob: c54f143079e0c3fbf3dcca5a1affbfce073a23a5 (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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
Importing driver-core.current based on 2.6.35-rc5
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 1c5474a65bf15a4cb162dfff86d6d0b5a08a740c
HEAD is now at 1c5474a Linux 2.6.35-rc5
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core.current
sysfs-don-t-allow-the-creation-of-symlinks-we-can-t-remove.patch
sysfs-sysfs_delete_link-handle-symlinks-from-untagged-to-tagged-directories.patch
sysfs-allow-creating-symlinks-from-untagged-to-tagged-directories.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core.current
From ../quilt-tmp
 + d786665...b31fd68 master     -> quilt/driver-core.current  (forced update)
Importing tty.current based on quilt/driver-core.current
$ cd ../quilt-tmp
$ git reset --hard b31fd684d2fe05828a37436cb3f77aa4bb58417c
HEAD is now at b31fd68 sysfs: allow creating symlinks from untagged to tagged directories
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/tty.current
serial-fix-rs485-for-atmel_serial-on-avr32.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/tty.current
From ../quilt-tmp
 + 6c0b280...39f9f57 master     -> quilt/tty.current  (forced update)
Importing usb.current based on quilt/tty.current
$ cd ../quilt-tmp
$ git reset --hard 39f9f57e9aed04856a341a13a5db89ebe726759b
HEAD is now at 39f9f57 serial: fix rs485 for atmel_serial on avr32
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb.current
usb-option-add-support-for-1da5-4518.patch
usb-add-pid-for-sierra-250u-to-drivers-usb-serial-sierra.c.patch
usb-expose-vendor-specific-acm-channel-on-nokia-5230.patch
usb-s3c2410_udc-be-aware-of-connected-gadget-driver.patch
usb-ftdi_sio-support-for-signalyzer-tools-based-on-ftdi-chips.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:25: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
usb-new-pids-for-qualcomm-gobi-2000-qcserial.patch
usb-option-add-support-for-amoi-skypephone-s2.patch
usb-xhci-fix-another-bug-in-link-trb-activation-change.patch
usb-fix-usb3.0-port-speed-downgrade-after-port-reset.patch
usb-xhci-set-ep0-dequeue-ptr-after-reset-of-configured-device.patch
usb-adds-artisman-usb-dongle-to-list-of-quirky-devices.patch
usb-sisusbvga-fix-for-usb-3.0.patch
usb-xhci-set-mult-field-in-endpoint-context-correctly.patch
usb-usb-storage-fix-initializations-of-urb-fields.patch
usb-add-quirk-for-broadcom-bt-dongle.patch
usb-ftdi-add-support-for-the-rt-system-vx-7-radio-programming-cable.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb.current
From ../quilt-tmp
 + d8a4ca03...42e4d38 master     -> quilt/usb.current  (forced update)
Importing staging.current based on quilt/usb.current
	quilt series is empty
$ git update-ref refs/heads/quilt/staging.current 42e4d38bc0d770a25ec807efdebbc2835b99a67d
Importing i2c based on 2.6.35-rc5-git3
Unchanged quilt series i2c
Importing jdelvare-hwmon based on 2.6.35-rc5-git3
Unchanged quilt series jdelvare-hwmon
Importing kernel-doc based on 2.6.35-rc3
Unchanged quilt series kernel-doc
Importing rr based on v2.6.35-rc5
Unchanged quilt series rr
Importing device-mapper based on v2.6.35-rc3
Unchanged quilt series device-mapper
Importing aoe based on v2.6.31-rc9
Unchanged quilt series aoe
Importing driver-core based on quilt/staging.current
$ cd ../quilt-tmp
$ git reset --hard 42e4d38bc0d770a25ec807efdebbc2835b99a67d
HEAD is now at 42e4d38 USB: FTDI: Add support for the RT System VX-7 radio programming cable
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
uio-remove-irqf_disabled-flag-from-uio_pdrv_genirq.c.patch
uio-remove-irqf_disabled-from-uio_sercos3.c.patch
uio-remove-irqf_disabled-flag-from-uio_cif.c.patch
hotplug-support-kernel-hotplug-sysctl-variable-when-config_net.patch
driver-core-internal-struct-dma_coherent_mem-change-type-of-a-member.patch
driver-core-drop-__must_check-from-bus_for_each_drv.patch
firmware-loader-use-statically-initialized-data-attribute.patch
firmware-loader-embed-device-into-firmware_priv-structure.patch
driver-core-use-kmemdup-in-platform_device_add_resources.patch
driver-core-reduce-duplicated-code-for-platform_device-creation.patch
driver-core-move-platform-device-creation-helpers-to-.init.text-if-module-n.patch
firmware-update-hotplug-script-remove-sysfs-files.patch
sysfs-sysfs_chmod_file-s-attr-can-be-const.patch
dmi-id-fix-a-memory-leak-in-dmi_id_init-error-path.patch
dcdbas-remove-a-redundant-smi_data_buf_free-in-dcdbas_exit.patch
sysfs-fix-discrepancies-between-implementation-and-documentation.patch
sysfs-fix-one-more-signature-discrepancy-between-sysfs-implementation-and-docs.patch
debugfs-no-longer-needs-to-depend-on-sysfs.patch
driver-core-fix-memory-leak-one-one-error-path-in-bus_register.patch
driver-core-remove-config_sysfs_deprecated.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core
From ../quilt-tmp
 + 946592c...ac5fee2 master     -> quilt/driver-core  (forced update)
Importing tty based on quilt/driver-core
$ cd ../quilt-tmp
$ git reset --hard ac5fee2b09817ec477ed46f99a3ac583741a446d
HEAD is now at ac5fee2 driver core: remove CONFIG_SYSFS_DEPRECATED
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/tty
n_gsm.c-removed-duplicated-includes.patch
serial-there-s-no-config-console.patch
vt-clean-up-the-code-use-kernel-library.patch
serial-add-uart_cap_efr-and-uart_cap_sleep-flags-to-16c950-uarts-definition.patch
mrst_max3110-add-uart-driver-for-max3110-on-moorestown.patch
max3110-sanity-check-a-register.patch
serial-replace-open-coded-mutex-with-a-real-mutex-in-mrst_max3110.c.patch
serial-fix-wakup-races-in-the-mrst_max3110-driver.patch
tty-remove-hayes-esp-ioctls.patch
tty-remove-remaining-hayes-esp-ioctls.patch
tty-add-extproc-support-for-linemode.patch
vt-console-try-harder-to-print-output-when-panicing.patch
stallion-prune-lock_kernel-calls.patch
istallion-use-bit-ops-for-the-board-flags.patch
riscom8-kill-use-of-lock_kernel.patch
isicom-kill-off-the-bkl.patch
rocket-kill-bkl.patch
synclink-kill-the-big-kernel-lock.patch
cyclades-kill-off-bkl-usage.patch
epca-kill-the-big-kernel-lock.patch
specialix-kill-the-bkl.patch
tty-fix-the-digi-acceleport-driver-null-checks.patch
synclink-reworking-locking-a-bit.patch
tty-serial-fix-various-misuses-mishandlings-of-port-tty.patch
tty-serial-fix-tty-back-references-in-termios.patch
tty-serial-fix-tty-referencing-in-set_ldisc.patch
vc-locking-clean-up.patch
tty-make-vt-s-have-a-tty_port.patch
tty-move-the-vt_tty-field-from-the-vc_data-into-the-standard-tty_port.patch
serial-change-the-wait-for-carrier-locking.patch
serial-add-port-helpers.patch
serial-trim-locking-on-the-helpers.patch
serial-use-block_til_ready-helper.patch
serial-fix-termios-settings-in-open.patch
tty-replace-bkl-with-a-new-tty_lock.patch
tty-never-hold-btm-while-getting-tty_mutex.patch
tty-fix-console_sem-lock-order.patch
cdc-acm-remove-dead-code.patch
tty-introduce-wait_event_interruptible_tty.patch
tty-reorder-ldisc-locking.patch
tty-untangle-locking-of-wait_until_sent.patch
tty-remove-tty_lock_nested.patch
tty-implement-btm-as-mutex-instead-of-bkl.patch
tty-release-btm-while-sleeping-in-block_til_ready.patch
8250-fix-set_ldisc-operation.patch
tty-avoid-recursive-btm-in-pty_close.patch
serial-max3107-introduce-a-max3107-driver.patch
serial-max3107-abstract-out-the-platform-specific-bits.patch
tty_io-remove-casts-from-void.patch
vt-fix-warning-statement-with-no-effect-due-to-vt_kern.h.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/tty
From ../quilt-tmp
 + 4fb30c9...bb9ac20 master     -> quilt/tty  (forced update)
Importing usb based on quilt/tty
$ cd ../quilt-tmp
$ git reset --hard bb9ac20302ba0646c788fcb1b849f97ce30f3e06
HEAD is now at bb9ac20 vt: Fix warning: statement with no effect due to vt_kern.h
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb
usb-fix-failure-path-in-usb_add_hcd.patch
usb-don-t-stop-root-hub-status-polls-too-soon.patch
usb-add-check-to-detect-host-controller-hardware-removal.patch
usb-uhci-acquire-spinlock-before-calling-start_rh.patch
usb-speedtouch-fixed-brace-and-spacing-coding-style-issues.patch
usb-speedtouch-fixed-more-brace-and-spacing-coding-style-issues.patch
usb-xhci-remove-obsolete-debugging-printk.patch
usb-iuu_phoenix-add-support-for-different-baud-rates.patch
usb-ehci-make-config_usb_ehci_tt_newsched-default-to-y.patch
usb-gadget-use-memdup_user.patch
usb-documentation-usb-ehci.txt-checkpatch-cleanup.patch
usb-documentation-usb-hotplug.txt-checkpatch-cleanup.patch
usb-documentation-usb-linux.inf-checkpatch-cleanup.patch
usb-core-driver-fix-coding-styles.patch
usb-core-endpoint-fix-coding-styles.patch
usb-otg.h-fix-the-mixup-in-parameters-order.patch
usb-host-eliminate-null-dereference.patch
usb-isd200.c-remove-unnecessary-kmalloc-cast.patch
usb-throw-away-custom-hex-digit-methods.patch
usb-uvc-move-constants-and-structures-definitions-to-linux-usb-video.h.patch
usb-ehci-ehci-1.1-addendum-preparation.patch
usb-ehci-ehci-1.1-addendum-basic-lpm-feature-support.patch
usb-ehci-ehci-1.1-addendum-enable-per-port-change-detect-bits.patch
usb-option-remove-duplicate-amoi_vendor_id.patch
revert-usb-adding-support-for-htc-smartphones-to-ipaq.patch
usb-gadget-langwell_udc.c-printk-needs-a-unsigned-long-long-cast-for-a-dma_t.patch
usb-conexant-fixed-spacing-and-brace-coding-style-issues.patch
usb-add-a-serial-number-parameter-to-g_file_storage-module.patch
usb-atm-fixed-spacing-and-indentation-coding-style-issues.patch
usb-bkl-remove-lock_kernel-in-usbfs-update_sb.patch
usb-bkl-convert-usb_driver-ioctl-to-unlocked_ioctl.patch
usb-bkl-remove-bkl-use-for-usb-serial-driver-probing.patch
usb-bkl-remove-bkl-use-in-uhci-debug.patch
usb-gadget-do-not-take-bkl-for-gadget-ops-ioctl.patch
usb-mon-kill-bkl-usage.patch
usb-gadget-g_mass_storage-static-data-instead-of-dynamic-allocation.patch
usb-gadget-f_mass_storage-fsg_add-renamed-to-fsg_bind_config.patch
usb-gadget-f_fs-functionfs_add-renamed-to-functionfs_bind_config.patch
usb-gadget-composite-usb_string_ids_-functions-added.patch
usb-gadget-f_fs-use-usb_string_ids_n.patch
usb-gadget-f_mass_storage-dead-code-removed.patch
usb-gadget-g_multi-code-clean-up-and-refactoring.patch
usb-gadget-g_ether-updated-inf-file.patch
usb-gadget-g_serial-inf-file-updated.patch
usb-gadget-g_multi-added-documentation-and-inf-files.patch
usb-gadget-composite-added-disconnect-callback.patch
usb-gadget-f_mass_storage-added-eject-callback.patch
usb-gadget-section-mismatch-warning-fixed.patch
usb-convert-usb_hcd-bitfields-into-atomic-flags.patch
usb-gadget-g_fs-code-cleanup.patch
usb-refactor-the-powermac-specific-asic-clock-code.patch
usb-move-pci-hcd-resume-routine.patch
usb-add-do_wakeup-parameter-for-pci-hcd-suspend.patch
usb-controller-resume-should-check-the-root-hub.patch
usb-fix-race-between-root-hub-wakeup-controller-suspend.patch
usb-uhci-add-support-for-intel-s-wakeup-flags.patch
pci-change-device-runtime-pm-settings-for-probe-and-remove-do-not-send.patch
usb-add-runtime-pm-for-pci-based-host-controllers.patch
usb-usblp-fixed-switch-brace-whitespace-and-spacing-coding-style-issues.patch
usb-drivers-usb-makefile-conditionally-descend-to-early.patch
usb-xhci-trivial-use-array_size.patch
usb-ehci-fix-null-pointer-dererence-in-hcds-that-use-hcd_local_mem.patch
usb-musb-tusb6010-fix-compile-error-with-n8x0_defconfig.patch
usb-gadget-compilation-issue-missing-task_interruptible.patch
usb-gadget-storage_common-comments-updated.patch
usb-serial-io_ti-don-t-return-0-if-writing-the-download-record-failed.patch
usb-core-hcd-pci-use-for_each_pci_dev.patch
usb-musb-use-correct-register-widths-in-register-dumps.patch
usb-musb-fix-compilation-warning-in-host-only-mode.patch
usb-ulpi-fix-compilation-warning.patch
usb-ehci_omap-fix-device-detect-issue-with-modules.patch
usb-musb-kill-board-specific-pinmux-from-driver-file.patch
usb-musb-do-not-override-dma-mode-in-channel-program.patch
usb-storage-freecom-fixed-several-coding-style-issues.patch
usb-autoconvert-trivial-bkl-users-to-private-mutex.patch
usb-usb-skeleton-remove-unnecessary-casts-of-private_data.patch
usb-misc-remove-unnecessary-casts-of-private_data.patch
usb-gadget-remove-unnecessary-casts-of-private_data.patch
usb-ehci-debug-port-device-gadget.patch
usb-musb-forward-debug-mode-feature-to-gadget.patch
usb-serial-enable-async-suspend-for-usb-serial-port-device.patch
usb-pxa-fix-incorrect-config_cpu_pxa27x-to-config_pxa27x.patch
usb-host-remove-dead-config_arch_karo.patch
usb-io_ti.c-don-t-return-0-if-writing-the-download-record-failed.patch
usb-otg-ulpi.c-fix-register-write.patch
usb-otg-ulpi-remove-unused-macro.patch
usb-otg-ulpi-add-support-for-smsc-usb3319-ulpi-phy.patch
usb-otg-ulpi-extend-the-generic-ulpi-driver.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb
From ../quilt-tmp
 + b9e0f0e...ba85f52 master     -> quilt/usb  (forced update)