summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
blob: 2b118b781fcdad69439a27e1edb0bf0ba200f867 (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
Importing driver-core.current based on 2.6.36-rc3
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 2bfc96a127bc1cc94d26bfaa40159966064f9c8c
HEAD is now at 2bfc96a Linux 2.6.36-rc3
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core.current
sysfs-checking-for-null-instead-of-err_ptr.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core.current
From ../quilt-tmp
   2bfc96a..19c6f11  master     -> quilt/driver-core.current
Importing tty.current based on quilt/driver-core.current
$ cd ../quilt-tmp
$ git reset --hard 19c6f11091f56667fc2737bca3751f219268237d
HEAD is now at 19c6f11 sysfs: checking for NULL instead of ERR_PTR
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/tty.current
vt-fix-console-corruption-on-driver-hand-over.patch
maintainers-orphan-isicom.patch
serial-fix-port-type-conflict-between-ns16550a-u6_16550a.patch
serial-bfin_sport_uart-restore-transmit-frame-sync-fix.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/tty.current
From ../quilt-tmp
   2bfc96a..b9a3545  master     -> quilt/tty.current
Importing usb.current based on quilt/tty.current
$ cd ../quilt-tmp
$ git reset --hard b9a3545acd3c277139e7b429a5b2beb75f8dde61
HEAD is now at b9a3545 serial: bfin_sport_uart: restore transmit frame sync fix
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb.current
usb-s3c-hsotg-remove-debug-define.patch
usb-ehci-ppc-of-problems-in-unwind.patch
usb-rndis-section-mismatch-fix.patch
usb-fix-kernel-oops-with-g_ether-and-windows.patch
usb-option-fix-incorrect-novatel-entries.patch
usb-cp210x-add-new-device-id.patch
usb-cp210x-add-b-g-h3000-link-cable-id.patch
usb-cp210x-usb-driver-add-usb_device-for-pirelli-dp-l10-mobile.patch
usb-allow-drivers-to-use-allocated-bandwidth-until-unbound.patch
usb-ssu100-turn-off-debug-flag.patch
usb-serial-mos7840-add-usb-id-to-support-the-b-b-electronics-usoptl4-2p.patch
usb-cdc-acm-adding-second-acm-channel-support-for-various-nokia-and-one-samsung-phones.patch
usb-serial-mos7840-add-usb-ids-to-support-more-b-b-usb-rs485-converters.patch
usb-cxacru-use-a-bulk-int-urb-to-access-the-command-endpoint.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb.current
From ../quilt-tmp
   2bfc96a..9cf909b  master     -> quilt/usb.current
Importing staging.current based on quilt/usb.current
$ cd ../quilt-tmp
$ git reset --hard 9cf909ba0eb777c83e8b887d2ec343762a362eea
HEAD is now at 9cf909b USB: cxacru: Use a bulk/int URB to access the command endpoint
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/staging.current
staging-hv-fix-missing-functions-for-net_device_ops.patch
staging-hv-fixed-bounce-kmap-problem-by-using-correct-index.patch
staging-hv-fixed-the-value-of-the-64bit-hole-inside-ring-buffer.patch
staging-hv-increased-storvsc-ringbuffer-and-max_io_requests.patch
staging-spectra-needs-linux-slab.h.patch
staging-comedi-das08_cs.c-fix-io_req_t-conversion.patch
staging-rt2870sta-add-more-device-ids-from-vendor-drivers.patch
staging-zram-free-device-memory-when-init-fails.patch
staging-spectra-depend-on-x86_mrst.patch
staging-octeon-depends-on-netdevices.patch
staging-wlan-ng-explicitly-set-some-fields-in-cfg80211-interface.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/staging.current
From ../quilt-tmp
 + 3eea054...a059fab master     -> quilt/staging.current  (forced update)
Importing i2c based on 2.6.36-rc3
$ cd ../quilt-tmp
$ git reset --hard 2bfc96a127bc1cc94d26bfaa40159966064f9c8c
HEAD is now at 2bfc96a Linux 2.6.36-rc3
$ git quiltimport --author Jean Delvare <khali@linux-fr.org> --patches ../quilt/i2c
i2c-simplify-i2c_parent_is_i2c_adapter.patch
i2c-i2c_parent_is_i2c_adapter-returns-parent.patch
i2c-remove-obsolete-cleanup-for-clientdata.patch
i2c-fix-for-suspend-resume-issue.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/i2c
From ../quilt-tmp
 + 94caa3e...abc0bcf master     -> quilt/i2c  (forced update)
Importing jdelvare-hwmon based on 2.6.36-rc2-git4
Unchanged quilt series jdelvare-hwmon
Importing kernel-doc based on 2.6.36-rc2
Unchanged quilt series kernel-doc
Importing rr based on v2.6.35-7786-gad41a1e
Unchanged quilt series rr
Importing device-mapper based on v2.6.36-rc1
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 a059fab9bd253e4b1e97e643e64a07c780ea4621
HEAD is now at a059fab Staging: wlan-ng: Explicitly set some fields in cfg80211 interface
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
dynamic-debug-split-out-query-string-parsing-setup-from-proc_write.patch
dynamic-debug-introduce-ddebug_query-boot-parameter.patch
dynamic-debug-initialize-dynamic-debug-earlier-via-arch_initcall.patch
dynamic-debug-introduce-global-fake-module-param-module.ddebug.patch
driver-core-platform-use-drv-driver.bus-instead-of-assuming-platform_bus_type.patch
uio-do-not-use-pci-resources-before-pci_enable_device.patch
driver-core-platform_bus-allow-runtime-override-of-dev_pm_ops.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core
From ../quilt-tmp
 + 3eea054...6fd0be4 master     -> quilt/driver-core  (forced update)
Importing tty based on quilt/driver-core
$ cd ../quilt-tmp
$ git reset --hard 6fd0be4255cddde9a7e8406eac3110cab7d1d504
HEAD is now at 6fd0be4 driver core: platform_bus: allow runtime override of dev_pm_ops
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/tty
tty-add-tty_struct-dev-pointer-to-corresponding-device-instance.patch
serport-place-serport-serio-device-correctly-in-the-device-tree.patch
serial-mfd-snprintf-returns-largish-values.patch
serial-add-console_poll-support-for-uartlite.patch
tty-remove-__gfp_nofail-from-tty_add_file.patch
ioctl-use-asm-generic-ioctls-h-on-arm
ioctl-use-asm-generic-ioctls-h-on-avr32
ioctl-use-asm-generic-ioctls-h-on-cris
ioctl-use-asm-generic-ioctls-h-on-frv
ioctl-use-asm-generic-ioctls-h-on-h8300
ioctl-use-asm-generic-ioctls-h-on-ia64
ioctl-use-asm-generic-ioctls-h-on-m32r
ioctl-use-asm-generic-ioctls-h-on-m68k
ioctl-use-asm-generic-ioctls-h-on-mn10300
ioctl-use-asm-generic-ioctls-h-on-s390
serial-core-skip-call-set_termios-console_start-when-no_console_suspend.patch
serial-core-restore-termios-settings-when-resume-console-ports.patch
add-ttyprintk-driver.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/tty
From ../quilt-tmp
 + 3eea054...e0dfb41 master     -> quilt/tty  (forced update)
Importing usb based on quilt/tty
$ cd ../quilt-tmp
$ git reset --hard e0dfb41bf3b5dca8ab6199e85ac9e173285f7264
HEAD is now at e0dfb41 add ttyprintk driver
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb
usb-add-intel-langwell-usb-otg-transceiver-driver.patch
usb-langwell-usb-client-driver-code-cleanup.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:2109: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
usb-langwell-usb-client-endpoint-initialization.patch
usb-langwell-usb-client-phy-low-power-mode-setting.patch
usb-langwell-usb-client-remote-wakeup-support.patch
usb-langwell-usb-client-driver-memory-handling.patch
usb-gadget-dbgp-cleanup-remove-unneeded-check.patch
usb-sam-ba-add-driver-for-atmel-sam-boot-assistant-sam-ba.patch
usb-gadget-verify-vbus-current-before-setting-the-device-self-powered-bit.patch
usb-core-update-comment-to-match-current-function-name.patch
usb-gadget-g_multi-fixed-vendor-and-product-id.patch
usb-gadget-g_ffs-fixed-vendor-and-product-id.patch
usb-gadget-storage-remove-nofua-file-when-unbinding.patch
usb-gadget-mass_storage-optional-scsi-write-fua-bit.patch
usb-gadget-functionfs-code-cleanup.patch
usb-gadget-composite-better-string-override-handling.patch
usb-gadget-mass_storage-moved-strings-handling-code.patch
usb-gadget-g_multi-moved-strings-handling-code-to-composite.patch
usb-revert-usb-gadget-section-mismatch-warning-fixed.patch
usb-gadget-don-t-save-bind-callback-in-struct-usb_gadget_driver.patch
usb-gadget-don-t-save-bind-callback-in-struct-usb_composite_driver.patch
usb-gadget-don-t-save-bind-callback-in-struct-usb_configuration.patch
init.h-add-some-more-documentation-to-__ref-tags.patch
usb-gadget-amd5536udc.c-remove-double-test.patch
usb-output-an-error-message-when-the-pipe-type-doesn-t-match-the-endpoint-type.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb
From ../quilt-tmp
 + 3eea054...d99e924 master     -> quilt/usb  (forced update)