summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
blob: 09d97675d588382b726c7a50dc9833dbca4810a3 (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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
Importing driver-core.current based on 2.6.30-rc7
	quilt series is empty
$ git update-ref refs/heads/quilt/driver-core.current 59a3759d0fe8d969888c741bb33f4946e4d3750d
Importing usb.current based on quilt/driver-core.current
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 59a3759d0fe8d969888c741bb33f4946e4d3750d
HEAD is now at 59a3759 Linux 2.6.30-rc7
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb.current
usb-ftdi-sio-new-device-ids.patch
usb-option.c-add-toshiba-3g-hsdpa-sm-bus-minicard-device-id.patch
usb-misc-sis-usbvga-dangle-accept-musb_hdrc-as-a-fast-enough-host-controller.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb.current
From ../quilt-tmp
 + 9e2275f...5ab54cc master     -> quilt/usb.current  (forced update)
Importing device-mapper based on v2.6.30-rc7-227-gd9244b5
$ cd ../quilt-tmp
$ git reset --hard d9244b5d2fbfe9fa540024b410047af13ceec90f
HEAD is now at d9244b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
$ git quiltimport --author Alasdair G Kergon <agk@redhat.com> --patches ../quilt/device-mapper
dm-mpath-validate-table-argument-count.patch
dm-mpath-validate-hw_handler-argument-count.patch
dm-mpath-change-attached-scsi_dh.patch
dm-mpath-call-activate-fn-for-each-path-in-pg_init.patch
dm-raid1-keep-retrying-alloc-if-mempool_alloc-failed.patch
dm-mpath-flush-keventd-queue-in-destructor.patch
dm-avoid-unsupported-spanning-of-md-stripe-boundaries.patch
dm-avoid-unsupported-spanning-of-md-stripe-boundaries-fixup-for-linux-next.patch
dm-use-i_size_read.patch
dm-rename-suspended_bdev-to-bdev.patch
dm-always-hold-bdev-reference.patch
dm-make-dm_flush-return-void.patch
dm-process-requeue-in-dm_wq_work.patch
dm-store-only-first-barrier-error.patch
dm-remove-EOPNOTSUPP-for-barriers.patch
dm-remove-check-that-prevents-mapping-empty-bios.patch
dm-introduce-num_flush_requests.patch
dm-initialise-tio-in-alloc_tio.patch
dm-send-empty-barriers-to-targets-in-dm_flush.patch
dm-linear-support-flush.patch
dm-stripe-support-flush.patch
dm-crypt-support-flush.patch
dm-delay-support-barriers.patch
dm-mpath-support-barriers.patch
dm-snapshot-support-barriers.patch
dm-io-record-eopnotsupp.patch
dm-io-retry-after-barrier-error.patch
dm-snapshot-use-barrier-when-writing-exception-store.patch
dm-mpath-add-start_io-and-nr_bytes-to-path-selectors.patch
dm-mpath-add-queue-length-load-balancer.patch
dm-table-improve-warning-message-when-devices-not-freed-before-destruction.patch
dm-sysfs-add-suspended-attribute.patch
dm-ioctl-support-cookies-for-udev.patch
dm-table-ensure-targets-are-aligned-to-logical_block_size.patch
dm-table-validate-device-logical_block_size.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/device-mapper
From ../quilt-tmp
 + 2481dd3...c855427 master     -> quilt/device-mapper  (forced update)
Importing i2c based on 2.6.30-rc7-git5
$ cd ../quilt-tmp
$ git reset --hard d9244b5d2fbfe9fa540024b410047af13ceec90f
HEAD is now at d9244b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
$ git quiltimport --author Jean Delvare <khali@linux-fr.org> --patches ../quilt/i2c
i2c-remove-void-casts.patch
i2c-retry-on-arbitration-loss.patch
i2c-tdfx-no-class.patch
i2c-adapter-no-default-parent.patch
i2c-chips-move-max6875-to-drivers-misc-eeprom.patch
i2c-viapro-add-new-pci-device-id-for-vx855.patch
macintosh-therm_pm72-convert-to-new-style-i2c.patch
macintosh-windfarm-convert-to-new-style-i2c.patch
macintosh-therm_adt746x-convert-to-new-style-i2c.patch
macintosh-therm_windtunnel-convert-to-new-style-i2c.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/i2c
From ../quilt-tmp
 + c632cc1...c130e50 master     -> quilt/i2c  (forced update)
Importing jdelvare-hwmon based on 2.6.30-rc7-git5
$ cd ../quilt-tmp
$ git reset --hard d9244b5d2fbfe9fa540024b410047af13ceec90f
HEAD is now at d9244b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
$ git quiltimport --author Jean Delvare <khali@linux-fr.org> --patches ../quilt/jdelvare-hwmon
hwmon-ibmaem-automatically-load-on-hc10-blade.patch
hwmon-tmp401-01-new-driver.patch
hwmon-tmp401-02-add-support-for-TI-TMP411.patch
hwmon-tmp401-03-add-documentation.patch
hwmon-w83627ehf-add-W83627DHG-P-support.patch
hwmon-pci-quirk-for-MSI-7031.patch
hwmon-f71882fg-01-f8000-cleanup-pwm.patch
hwmon-f71882fg-02-f8000-sanity-check-pwm.patch
hwmon-f71882fg-03-f8000-temp_fault.patch
hwmon-f71882fg-04-add-f71858fg-support-v2.patch
hwmon-max6650-add-support-for-alarms.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/jdelvare-hwmon
From ../quilt-tmp
 + a9a3352...332096e master     -> quilt/jdelvare-hwmon  (forced update)
Unchanged quilt series kernel-doc
Unchanged quilt series rr
Importing ttydev based on 3218911f839b6c85acbf872ad264ea69aa4d89ad
$ cd ../quilt-tmp
$ git reset --hard 3218911f839b6c85acbf872ad264ea69aa4d89ad
HEAD is now at 3218911 Merge git://git.infradead.org/~dwmw2/mtd-2.6.30
$ git quiltimport --author Alan Cox <alan@lxorguk.ukuu.org.uk> --patches ../quilt/ttydev
cyclades-firmware-ze
cyclades-fw-dontreset
cyclades-remove-spare-null-check
tty-port-carrierclose
tty-port-drain-delay
tty-usb-use-port
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:306: trailing whitespace.
	else 
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:2195: trailing whitespace.
	serial_do_down(port);		
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:2221: trailing whitespace.
	return 1;	
warning: 3 lines add whitespace errors.
tty-usb-acm-port
synclink-pio-mode
tty-cyclades-cast-clean
tty-cyclades-cache-hw-ver
tty-cyclades-macros-to-inlines
tty-cyclades-kill-typedefs
tty-cyclades-nports
tty-cyclades-remove-unused-vars
tty-usb-acm-kref
tty-usb-acm-clean
net-slip-ttyfix
serial-async-bitnum
tty-rocket-fixbitops
tty-epca-fixbitops
serial-8250-pci-ex1370
tty-x86-termio-line
tty-throttle-race-fix
serial-maintainer
pty-fix-comment-1
tty-polling-open-oops
tty-ldisc-extract
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:67: trailing whitespace.
 *	In order to wait for any existing references to complete see 
warning: 1 line adds whitespace errors.
tty-ldisc-mutex
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:88: trailing whitespace.
		if ( tty->ldisc->ops->flush_buffer )  
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:660: trailing whitespace.
		
warning: 2 lines add whitespace errors.
tty-ldisc-move-flush
tty-ldisc-style
tty-usb-iuu-lock
tty-usb-iuu-stopbits
tty-usb-iuu-termios
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:54: space before tab in indent.
 	if (old_termios)
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:55: space before tab in indent.
 		tty_termios_copy_hw(tty->termios, old_termios);
warning: 2 lines add whitespace errors.
tty-usb-iuu-version
tty-jsm-fix-4-8-port
tty-icom-fix-spaghetti
tty-simplify-buffer-alloc
tty-simplify-buffer-clean
parport_pc-array-fixes
parport_pc-coding-style
parport_pc-fix-loops
icom-fix-trace
tty-mxser-fix-isa-lookup
serial-add-ar7
tty-blackfin-uart-termios-typo
tty-blackfin-sport-tfs
tty-blackfin-rewrite-asm
tty-blackfin-overrun-improve
tty-blackfin-early-printkfix
tty-blackfin-fix-missing-ssync
tty-blackfin-fix-dma-rx
tty-blackfin-document-anomolies
tty-blackfin-fix-stb-anomoly
tty-blackfin-latency
cp210x-new-idents
cp210x-fix-request-ids
cp210x-func-renames
tty-usb-ft232-latency
parport-proc-quickfix
tty-bluetooth-kill-lowlat
tty-usb-ft232-modembits
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/ttydev
From ../quilt-tmp
 + 4b70a78...f72eeb4 master     -> quilt/ttydev  (forced update)
Unchanged quilt series aoe
Importing driver-core based on quilt/usb.current
$ cd ../quilt-tmp
$ git reset --hard 5ab54cc1f2f30049356fd662049b533a2db56e10
HEAD is now at 5ab54cc usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controller
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
driver-core-set-default-sysfs_deprecated-n.patch
sched-delayed-cleanup-of-user_struct.patch
driver-core-warn-driver-authors-about-adding-device-attributes.patch
sysfs-fix-possible-memleak-in-sysfs_follow_link.patch
driver-core-firmware_class-replace-kfree-with-put_device.patch
driver-core-add-bus_notify_unbound_driver-event.patch
driver-core-const-correct-platform-getbyname-functions.patch
debugfs-dont-stop-on-first-failed-recursive-delete.patch
driver-core-fix-comment-for-device_attach.patch
kobject-make-kset_create-check-kobject_set_name-return-value.patch
driver-core-make-sysdev_class_register-check-kobject_set_name-return-value.patch
debugfs-fix-docbook-error.patch
driver-core-synchronize-device-shutdown.patch
kobject-samples-make-sample_kobject-module-only.patch
driver-core-fix-documentation-of-request_firmware_nowait.patch
firmware-allocate-firmware-id-dynamically.patch
firmware-ueagle.patch
firmware-xc202.patch
firmware-dvb-dvb-usb-prepare-for-firmware_name_max-removal.patch
firmware-pcmcia-ds-prepare-for-firmware_name_max-removal.patch
firmware-wireless-libertas-prepare-for-firmware_name_max-removal.patch
firmware-firmware_name_max-removal.patch
firmware-remove-broken-example-files.patch
driver-core-fix-gcc-4.3.3-warnings-about-string-literals.patch
driver-core-add-nodename-callbacks.patch
driver-core-misc-add-nodename-support-for-misc-devices.patch
driver-core-usb-add-nodename-support-for-usb-drivers.patch
driver-core-block-add-nodename-support-for-block-drivers.patch
driver-core-x86-add-nodename-for-cpuid-and-msr-drivers.patch
driver-core-dvb-add-nodename-for-dvb-drivers.patch
driver-core-input-add-nodename-for-input-drivers.patch
driver-core-sound-add-nodename-for-sound-drivers.patch
driver-core-raw-add-nodename-for-raw-devices.patch
driver-core-drm-add-nodename-for-drm-devices.patch
driver-core-aoe-add-nodename-for-aoe-devices.patch
driver-core-bsg-add-nodename-for-bsg-driver.patch
driver-core-devtmpfs-driver-core-maintained-dev-tmpfs.patch
eisa-remove-driver_data-direct-access-of-struct-device.patch
firewire-remove-driver_data-direct-access-of-struct-device.patch
ide-remove-driver_data-direct-access-of-struct-device.patch
ieee1394-remove-driver_data-direct-access-of-struct-device.patch
infiniband-remove-driver_data-direct-access-of-struct-device.patch
input-remove-driver_data-direct-access-of-struct-device.patch
media-remove-driver_data-direct-access-of-struct-device.patch
mfd-remove-driver_data-direct-access-of-struct-device.patch
net-remove-driver_data-direct-access-of-struct-device.patch
pcie-remove-driver_data-direct-access-of-struct-device.patch
pcmcia-remove-driver_data-direct-access-of-struct-device.patch
regulator-remove-driver_data-direct-access-of-struct-device.patch
scsi-remove-driver_data-direct-access-of-struct-device.patch
thermal-remove-driver_data-direct-access-of-struct-device.patch
wireless-remove-driver_data-direct-access-of-struct-device.patch
xen-block-remove-driver_data-direct-access-of-struct-device.patch
hvcs-remove-driver_data-direct-access-of-struct-device.patch
ibmvscsi-gadget-at91_udc-remove-driver_data-direct-access-of-struct-device.patch
infiniband-ehca-remove-driver_data-direct-access-of-struct-device.patch
ipmi-remove-driver_data-direct-access-of-struct-device.patch
mips-remove-driver_data-direct-access-of-struct-device.patch
net-remove-driver_data-direct-access-of-struct-device-from-more-drivers.patch
of_serial-remove-driver_data-direct-access-of-struct-device.patch
parisc-remove-driver_data-direct-access-of-struct-device.patch
parport-remove-driver_data-direct-access-of-struct-device.patch
s390-remove-driver_data-direct-access-of-struct-device.patch
block-ps3-remove-driver_data-direct-access-of-struct-device.patch
sound-remove-driver_data-direct-access-of-struct-device.patch
uml-remove-driver_data-direct-access-of-struct-device.patch
usb-gadget-at91_udc-remove-driver_data-direct-access-of-struct-device.patch
xen-remove-driver_data-direct-access-of-struct-device-from-more-drivers.patch
sysfs-implement-sysfs_rename_link.patch
driver-core-use-sysfs_rename_link-in-device_rename.patch
sysfs-remove-now-unnecessary-error-reporting-suppression.patch
debugfs-fix-terminology-inconsistency-of-dir-name-to-mount-debugfs-filesystem.patch
debugfs-use-specified-mode-to-possibly-mark-files-read-write-only.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core
From ../quilt-tmp
 + 09b06b2...ab0bb72 master     -> quilt/driver-core  (forced update)
Importing usb based on quilt/driver-core
$ cd ../quilt-tmp
$ git reset --hard ab0bb7260b6d4d691b0adf620f4434af25acbaa5
HEAD is now at ab0bb72 debugfs: use specified mode to possibly mark files read/write only
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb
musb_gadget-fix-unhandled-endpoint-0-irqs.patch
musb_gadget-suppress-parasitic-tx-interrupts-with-cppi.patch
musb_host-refactor-musb_save_toggle.patch
musb_host-factor-out-musb_ep_-get-set-_qh.patch
musb_host-simplify-check-for-active-urb.patch
musb_host-streamline-musb_cleanup_urb-calls.patch
musb_host-refactor-urb-giveback.patch
musb-split-out-cppi-interrupt-handler.patch
usb-move-twl4030_usb-s-probe-function-to-.devinit.text.patch
usb-move-r8a66597_hcd-s-probe-function-to-.devinit.text.patch
usb-move-orion-ehci-s-probe-function-to-.devinit.text.patch
usb-twl4030-usb-fix-minor-reporting-goofage.patch
usb-nop-usb-xceiv-behave-when-linked-as-a-module.patch
musb-proper-hookup-to-transceiver-drivers.patch
musb-otg-timer-cleanup.patch
musb-make-initial-hnp-roleswitch-work.patch
musb-support-disconnect-after-hnp-roleswitch.patch
musb-use-dma-mode-1-for-tx-if-transfer-size-equals-maxpacket.patch
musb-add-high-bandwidth-iso-support.patch
usb-serial-ftdi-add-high-speed-device-support.patch
usb-ftdi_sio-fix-hi-speed-device-packet-size-calculation.patch
usb-consolidate-usb_unbind_interface-and-usb_driver_release_interface.patch
usb-usbfs-deprecate-and-hide-option-for-embedded.patch
usb-ignore-storage-device-in-modem-mode-on-dwn-652.patch
usb-core-sysfs-fix-sparse-warnings.patch
usb-ci13xxx_udc-use-helper-functions-to-determine-endpoint-type-and-direction.patch
usb-atmel_usba_udc-use-helper-functions-to-determine-endpoint-type-and-direction.patch
usb-at91_udc-use-helper-functions-to-determine-endpoint-type-and-direction.patch
usb-goku-s-use-helper-functions-to-determine-endpoint-type-and-direction.patch
usb-gadgetfs-use-helper-functions-to-determine-endpoint-type-and-direction.patch
usb-uhci-queue-use-usb_endpoint_type.patch
usb-pxa27x_udc-introduce-pxa27x_clear_otgph.patch
usb-pxa27x_udc-compatibility-with-pxa320-soc.patch
usb-pxa27x_udc-single-thread-setup-requests.patch
usb-host-ohci-hcd.c-fix-sparse-warnings.patch
usb-hub.c-fix-sparse-warnings.patch
usb-mos7840-fix-debug-log-messages.patch
usb-add-usb-debugfs-directory.patch
usb-ehci-use-the-new-usb-debugfs-directory.patch
usb-fhci-use-the-new-usb-debugfs-directory.patch
usb-ohci-use-the-new-usb-debugfs-directory.patch
usb-uhci-use-the-new-usb-debugfs-directory.patch
usb-usbmon-use-the-new-usb-debugfs-directory.patch
usb-add-the-usbfs-devices-file-to-debugfs.patch
nls-utf8_wcstombs-use-correct-buffer-size-in-error-case.patch
nls-utf8_wcstombs-fix-buffer-overflow.patch
usb-return-device-strings-in-utf-8.patch
nls-update-handling-of-unicode.patch
usb-ohci-use-the-ohci-structure-directly-in-debugfs-files.patch
usb-ehci-create-sysfs-companion-files-directly-in-the-controller-device.patch
usb-remove-unused-usb_host-class.patch
usb-serial-sierra-driver-performance-improvements.patch
usb-serial-sierra-driver-debug-info-visibility-improvement.patch
usb-g_file_storage-use-the-unaligned-accessors.patch
pci-add-power-state-name-strings.patch
usb-move-pci-host-controllers-to-new-pm-framework.patch
usb-new-flag-for-resume-from-hibernation.patch
usb-identify-novatel-mc760-in-option-driver.patch
usb-garmin_gps-removes-usb_reset_device-from-garmin_close.patch
wusb-hwa-hc-drop-unused-pci_suspend-resume-hooks.patch
usb-composite.h-mark-private-struct-members-as-private.patch
usb-usb.h-change-private-kernel-doc-for-new-format-requirement.patch
usb-janitor-storage-initializers.patch
usb-serial-sierra-driver-write-path-improvements.patch
usb-serial-sierra-driver-read-path-bug-fix.patch
usb-usb_debug-usb_generic_serial-implement-multi-urb-write.patch
usb-serial-ftd_sio-usb-move-status-check.patch
usb-serial-usb_debug-usb_generic_serial-implement-sysrq-and-serial-break.patch
usb-serial-ftd_sio-implement-sysrq-handling-on-break.patch
usb-serial-sierra-driver-zero-length-packet-fix.patch
usb-serial-sierra-driver-interrupt-urb-resubmit-fix.patch
usb-serial-sierra-driver-sierra_calc_num_ports-fix.patch
usb-convert-endpoint-devices-to-bus-less-childs-of-the-usb-interface.patch
usb-imx_udc-fix-leak-in-imx_ep_alloc_request.patch
usb-sierra-fix-printk-warning.patch
usb-support-for-cdc-acm-of-single-interface-devices.patch
usb-musb-disable-otg-autoidle-only-with-omap3430.patch
usb-usb-storage-fix-return-values-from-init-functions.patch
usb-ehci-stagger-frames-for-interrupt-transfers.patch
usb-usb-storage-add-filter-to-option_ms-to-leave-unrecognized-devices-alone.patch
usb-r8a66597-hcd-use-platform_data-instead-of-module_param.patch
usb-ehci-update-toggle-state-for-linked-qhs.patch
usb-replace-dma_sync_single-and-dma_sync_sg-with-dma_sync_single_for_cpu-and-dma_sync_sg_for_cpu.patch
usb-serial-adding-sierra_release_urb-function.patch
usb-serial-adding-sierra_stop_rx_urbs-function.patch
usb-serial-adding-sierra_submit_rx_urbs-function.patch
usb-serial-adding-sierra_setup_urb-function.patch
usb-gadget-g_serial-append-zlp-when-tx-buffer-becomes-empty.patch
usb-gadget-imx_udc-don-t-queue-more-data-when-zlp-is-to-be-sent.patch
usb-cdc-acm-quirk-for-alcatel-ot-i650.patch
usb-gadget-fix-rndis-code-to-pass-usb-compliance-tests-with-g_ether.patch
usb-pl2303-usb_serial-implement-sysrq-handling-on-break.patch
usb-usb_serial-only-allow-sysrq-on-a-console-port.patch
usb-cp210x-add-device-ids.patch
usb-cp210x-use-official-request-code-definitions.patch
usb-cp210x-replace-cp2101-with-cp210x.patch
usb-gadget-add-i.mx3x-support-to-the-fsl_usb2_udc-driver.patch
usb-gadget-driver-for-samsung-hs-otg-block.patch
usb-xhci-support-xhci-host-controllers-and-usb-3.0-devices.patch
usb-xhci-bios-handoff-and-hw-initialization.patch
usb-xhci-ring-allocation-and-initialization.patch
usb-xhci-device-context-array-allocation.patch
usb-xhci-no-op-command-queueing-and-irq-handler.patch
usb-add-superspeed-to-the-list-of-usb-device-speeds.patch
usb-add-usb-3.0-roothub-support-to-usb-core.patch
usb-don-t-reset-usb-3.0-devices-on-port-change-detection.patch
usb-add-route-string-to-struct-usb_device.patch
usb-xhci-root-hub-support.patch
usb-support-for-addressing-a-usb-device-under-xhci.patch
usb-xhci-allocate-and-address-usb-devices.patch
usb-support-for-submitting-control-urbs-under-xhci.patch
usb-xhci-control-transfer-support.patch
usb-parse-and-store-the-superspeed-endpoint-companion-descriptors.patch
usb-support-for-bandwidth-allocation.patch
usb-xhci-bandwidth-allocation-support.patch
usb-xhci-bulk-transfer-support.patch
usb-push-scatter-gather-lists-down-to-host-controller-drivers.patch
usb-xhci-scatter-gather-list-support-for-bulk-transfers.patch
usb-xhci-urb-cancellation-support.patch
usb-xhci-use-xhci_handle_event-instead-of-handle_event.patch
usb-xhci-fix-lots-of-compiler-warnings.patch
usb-xhci-fix-some-compiler-warnings-in-xhci.h.patch
usb-xhci-fix-register-write-order.patch
usb-xhci-fix-link-trb-handoff-bit-twiddling.patch
usb-xhci-avoid-global-namespace-pollution.patch
usb-xhci-clean-up-xhci_irq-function.patch
usb-xhci-avoid-compiler-reordering-in-link-trb-giveback.patch
usb-change-names-of-superspeed-ep-companion-descriptor-structs.patch
usb-xhci-drop-spinlock-in-xhci_urb_enqueue-error-path.patch
usb-xhci-make-xhci-mem.c-include-linux-dmapool.h.patch
usb-xhci-replace-if-elseif-else-with-switch-case.patch
usb-xhci-fix-trb-offset-calculations.patch
usb-xhci-remove-packed-attribute-from-structures.patch
usb-xhci-fix-interrupt-moderation.patch
usb-xhci-respect-critical-sections.patch
usb-xhci-add-makefile-maintainers-and-kconfig-entries.patch
usb-xhci-depends-on-pci.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb
From ../quilt-tmp
 + 3e05bf8...c78205b master     -> quilt/usb  (forced update)
Importing staging based on quilt/usb
$ cd ../quilt-tmp
$ git reset --hard c78205b6a62b8f7ee2745f49aad8a2160b1025e2
HEAD is now at c78205b USB: xhci depends on PCI.
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/staging
staging-comedi-remove-ni_board-typedef.patch
staging-comedi-remove-ni_private-typedef.patch
staging-comedi-remove-local_info_t-typedef-in-ni_labpc_cs.patch
staging-comedi-remove-dio24_board_struct-typedef.patch
staging-comedi-remove-local_info_t-typedef-in-ni_daq_dio24.patch
staging-comedi-remove-byte-and-pbyte-typedefs-in-addi-data.patch
staging-comedi-remove-short-and-pshort-typedefs-in-addi-data.patch
staging-comedi-remove-ushort-and-pushort-typedefs-in-addi-data.patch
staging-comedi-remove-word-and-pword-typedefs-in-addi-data.patch
staging-comedi-remove-int-and-pint-typedefs-in-addi-data.patch
staging-comedi-remove-uint-and-puint-typedefs-in-addi-data.patch
staging-comedi-remove-long-and-plong-typedefs-in-addi-data.patch
staging-comedi-remove-ulong-and-pulong-typedefs-in-addi-data.patch
staging-comedi-remove-dword-and-pdword-typedefs-in-addi-data.patch
staging-comedi-remove-ulong_ptr-typedef-in-addi-data.patch
staging-comedi-remove-pcrange-typedef-in-addi-data.patch
staging-comedi-remove-boardtype-typedef-in-addi-data.patch
staging-comedi-remove-str_moduleinfo-typedef-in-addi-data.patch
staging-comedi-remove-addi_private-typedef-in-addi-data.patch
staging-comedi-remove-str_mainheader-typedef-in-addi-data-addi_eeprom.c.patch
staging-comedi-remove-str_digitalinputheader-typedef-in-addi-data-addi_eeprom.c.patch
staging-comedi-remove-str_digitaloutputheader-typedef-in-addi-data-addi_eeprom.c.patch
staging-comedi-remove-str_timerdetails-typedef-in-addi-data-addi_eeprom.c.patch
staging-comedi-remove-str_timermainheader-typedef-in-addi-data-addi_eeprom.c.patch
staging-comedi-remove-str_analogreadinformation-typedef-in-addi-data-hwdrv_apci3120.h.patch
staging-comedi-remove-str_module-typedef-in-addi-data-hwdrv_apci3200.h.patch
staging-comedi-remove-str_boardinfos-typedef-in-addi-data-hwdrv_apci3200.patch
staging-comedi-remove-str_addidata_rtdstruct-typedef-in-addi-data-hwdrv_apci3200.patch
staging-comedi-remove-labpc_board_struct-typedef.patch
staging-comedi-remove-labpc_private-typedef.patch
staging-comedi-remove-str_analoginputheader-typedef-in-addi-data-addi_eeprom.c.patch
staging-comedi-remove-c99-comments-in-8253.h.patch
staging-comedi-remove-c99-comments-in-acl7225b.c.patch
staging-comedi-remove-c99-comments-in-apci1710_82x54.c.patch
staging-comedi-remove-c99-comments-in-das1800.c.patch
staging-comedi-remove-c99-comments-in-pcl818.c.patch
staging-comedi-remove-c99-comments-in-hwdrv_apci1500.c.patch
staging-comedi-remove-c99-comments-in-apci1710_pwm.c.patch
staging-comedi-remove-c99-comments-in-hwdrv_apci1564.c.patch
staging-comedi-remove-c99-comments-in-hwdrv_apci3200.c.patch
staging-comedi-remove-c99-comments-in-hwdrv_apci3120.c.patch
staging-comedi-remove-c99-comments-in-adl_pci6208.c.patch
staging-comedi-remove-c99-comments-in-adl_pci9118.c.patch
staging-comedi-remove-c99-comments-in-adv_pci1723.c.patch
staging-comedi-remove-c99-comments-in-c6xdigio.c.patch
staging-comedi-remove-c99-comments-in-cb_pcidas64.c.patch
staging-comedi-remove-c99-comments-in-cb_pcidas.c.patch
staging-comedi-remove-c99-comments-in-cb_pcimdas.c.patch
staging-comedi-remove-c99-comments-in-gsc_hpdi.c.patch
staging-comedi-remove-c99-comments-in-mpc624.c.patch
staging-comedi-remove-c99-comments-in-ni_at_a2150.c.patch
staging-comedi-remove-c99-comments-in-ni_labpc.c.patch
staging-comedi-remove-c99-comments-in-pcl724.c.patch
staging-comedi-remove-c99-comments-in-pcl816.c.patch
staging-comedi-remove-c99-comments-in-s526.c.patch
staging-comedi-remove-interrupt.h.patch
staging-comedi-remove-c99-comments.patch
staging-comedi-finish-removing-ni_private-typedef.patch
staging-comedi-pcmcia_parse_tuple-now-has-two-arguments-not-three.patch
staging-comedi-fix-build-errors-in-pcmcia-comedi-drivers.patch
staging-comedi-set-pci-and-pcmcia-defines.patch
staging-comedi-fixed-kconfig-option-for-comedi_pcmcia_drivers.patch
staging-comedi-pcl818-fix-option-handling-for-fifo-mode.patch
staging-comedi-pcl818-tidy-up-ai-command-after-channel-dropout-or-similar-error.patch
staging-comedi-ni_600x-added-support-for-comedi_poll.patch
staging-comedi-work-around-malformed-rtai_version_code.patch
staging-comedi-undo-stupid-commit-made-3-months-ago.patch
staging-comedi-amplc_pc236-corrected-documentation.patch
staging-comedi-added-sysfs-attribute-files-for-setting-and-querying-subdevice-buffer-sizes.patch
staging-comedi-jr3_pci-use-struct-device-from-pci_dev-for-firmware-loading.patch
staging-comedi-replace-__function__-usages.patch
staging-comedi-remove-dupilcated-include.patch
staging-comedi-fix-foo-bar-should-be-foo-bar.patch
staging-comedi-add-spaces-after-commas.patch
staging-comedi-fix-spacing-around-parens.patch
staging-comedi-change-space-indentation-to-tabs.patch
staging-comedi-add-vmk80xx-usb-driver.patch
staging-comedi-vmk80xx.c-get-the-driver-to-build-properly.patch
staging-comedi-makefile-changes.patch
staging-comedi-non-working-tests-on-unsigned-cmd-convert_arg.patch
staging-comedi-remove-assignment-in-conditionals.patch
staging-comedi-remove-parens-around-return-values.patch
staging-comedi-fix-the-way-structs-are-initialized.patch
staging-comedi-more-remove-c99-comments.patch
staging-comedi-remove-space-after-ampersand.patch
staging-comedi-more-fix-foo-bar-should-be-foo-bar.patch
staging-comedi-more-fix-the-way-structs-are-initialized.patch
staging-comedi-make-use-of-array_size-macro.patch
staging-comedi-comment-out-useless-if.patch
staging-comedi-move-while-to-same-line-as-in-do-loops.patch
staging-comedi-convert-usbdux-to-use-firmware_request.patch
staging-comedi-remove-comedi-specific-wrappers.patch
staging-comedi-remove-rt-code.patch
staging-comedi-remove-some-rt-code-that-lingered.patch
staging-comedi-replace-for-loop-with-msleep.patch
staging-comedi-simply-read-and-write-functions-in-adl_pci8164.patch
staging-comedi-vmk80xx-add-k8061-support.patch
staging-comedi-fix-pcmcia-build-breakage.patch
staging-comedi-comedi_test.c-should-include-timer.h.patch
staging-comedi-data.c-should-include-delay.h.patch
staging-comedi-fix-missing-parentheses.patch
staging-comedi-remove-min-macro.patch
staging-comedi-move-pcm-do_cmdtest-function-into-a-single-source-file.patch
staging-comedi-usbdux-buffer-overflow-error-handling.patch
staging-comedi-cb_pcidas.c-fix-build-warning.patch
staging-agnx-probe-cleanup.patch
staging-agnx-remove-memlens-from-probe.patch
staging-agnx-fix-fail-paths-in-probe.patch
staging-agnx-fix-bssid-compiler-warnings.patch
staging-agnx-replace-print_mac-with-pm.patch
staging-meilhaus-switch-to-misc-device.patch
staging-meilhaus-annotate-cpi-functions.patch
staging-meilhaus-move-tables-to-.c.patch
staging-meilhaus-remove-long-deprecated-sa_-interrupt-macros.patch
staging-sxg-replace-__function__-usages.patch
staging-rt3070-replace-__function__-usages.patch
staging-rt2860-don-t-call-sprintf-with-overlapping-input-and-output.patch
staging-rt2870-don-t-call-sprintf-with-overlapping-input-and-output.patch
staging-rtl8187se-use-to_delayed_work.patch
staging-rtl8187se-convert-to-net_device_ops.patch
staging-rtl8187se-wmm_param.ac_aci_acm_aifsn-tested-twice.patch
staging-rt3070-remove-dupilcated-include.patch
staging-remove-unused-include-linux-version.h-s.patch
staging-stlc45xx-replace-print_mac-with-pm.patch
staging-fix-operator-precedence-errors.patch
staging-remove-driver_data-direct-access-of-struct-device.patch
staging-otus-80211core-ccmd.c-fix-coding-style.patch
staging-otus-beyond-array_size-of-wd-ap.wds.encrymode.patch
staging-winbond-boolean-negation-and-bitwise-operation-in-wrong-order.patch
staging-w35und-remove-unused-code-from-wbsoft_configure_filter.patch
staging-w35und-replace-switch-error-handling-with-gotos-in-wb35_hw_init.patch
staging-w35und-move-hal_init_hardware-and-hal_halt-int-wbusb.c.patch
staging-w35und-simplify-error-handling-in-wb35_hw_init.patch
staging-w35und-simplify-hal_init_hardware-error-handling.patch
staging-w35und-more-simplify-hal_init_hardware-error-handling.patch
staging-w35und-simplify-hal_init_hardware-and-hal_halt.patch
staging-w35und-clean-up-comments-in-wbusb.c.patch
staging-w35und-inline-hal_set_phy_type-to-wb35_hw_init.patch
staging-w35und-reformat-wbusb.c.patch
staging-w35und-remove-module_author.patch
staging-w35und-make-led-lookup-tables-static.patch
staging-w35und-reformat-wbhal.c.patch
staging-w35und-merge-wbhal.c-to-wbusb.c.patch
staging-w35und-inline-hal_set_rf_power-to-mto.c.patch
staging-w35und-merge-rest-of-wbhal.c-to-phy_calibration.c.patch
staging-winbond-mac80211-unify-config_interface-and-bss_info_changed.patch
staging-wlan-ng-move-firmware-loading-into-driver.patch
staging-wlan-ng-change-kern_debug-or-pr_debug-to-match-orig-driver.patch
staging-wlan-ng-p80211wext.c-problem-with-iw_encode_alg_wep.patch
staging-wlan-ng-lindent-cleanups.patch
staging-pohmelfs-move-open-brace-to-same-line-on-structs.patch
staging-pohmelfs-remove-c99-comments.patch
staging-pohmelfs-remove-braces-around-single-statements.patch
staging-pohmelfs-storage-class-should-be-before-const-qualifier.patch
0001-Staging-rt2870-remove-unused-files.patch
0002-Staging-rt2870-remove-kernel-version-compatibility.patch
0003-Staging-rt3070-remove-kernel-version-compatibility.patch
0004-Staging-rt2860-remove-IWE_STREAM_ADD_-macros.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:59: space before tab in indent.
    	current_ev = iwe_stream_add_event(info, current_ev, end_buf, &iwe, IW_EV_QUAL_LEN);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:104: space before tab in indent.
    		current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe,  custom);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:113: space before tab in indent.
    		current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe,  custom);
warning: 3 lines add whitespace errors.
0005-Staging-rt2870-remove-IWE_STREAM_ADD_-macros.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:59: space before tab in indent.
    	current_ev = iwe_stream_add_event(info, current_ev, end_buf, &iwe, IW_EV_QUAL_LEN);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:104: space before tab in indent.
    		current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe,  custom);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:113: space before tab in indent.
    		current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe,  custom);
warning: 3 lines add whitespace errors.
0006-Staging-rt2860-remove-dead-WIN_NDIS-code.patch
0007-Staging-rt2860-remove-dead-UNDER_CE-code.patch
0008-Staging-rt2870-remove-dead-UNDER_CE-code.patch
0009-Staging-rt3070-remove-dead-UNDER_CE-code.patch
0010-Staging-rt2860-remove-dead-WSC_AP_SUPPORT-code.patch
0011-Staging-rt2870-remove-dead-WSC_AP_SUPPORT-code.patch
0012-Staging-rt3070-remove-dead-WSC_INCLUDED-code.patch
0013-Staging-rt2860-remove-dead-WDS_SUPPORT-code.patch
0014-Staging-rt2870-remove-dead-WDS_SUPPORT-code.patch
0015-Staging-rt3070-remove-dead-WDS_SUPPORT-code.patch
0016-Staging-rt3070-remove-dead-MLME_EX-code.patch
0017-Staging-rt2860-remove-dead-APCLI_SUPPORT-code.patch
0018-Staging-rt2870-remove-dead-APCLI_SUPPORT-code.patch
0019-Staging-rt2860-remove-dead-CONFIG_APSTA_MIXED_SUPP.patch
0020-Staging-rt2870-remove-dead-CONFIG_APSTA_MIXED_SUPP.patch
0021-Staging-rt3070-remove-dead-CONFIG_APSTA_MIXED_SUPP.patch
0022-Staging-rt2860-remove-dead-UCOS-code.patch
0023-Staging-rt2870-remove-dead-UCOS-code.patch
0024-Staging-rt3070-remove-dead-UCOS-code.patch
0025-Staging-rt2860-remove-dead-NINTENDO_AP-code.patch
0026-Staging-rt2870-remove-dead-NINTENDO_AP-code.patch
0027-Staging-rt3070-remove-dead-NINTENDO_AP-code.patch
0028-Staging-rt2860-remove-dead-BIN_IN_FILE-code.patch
0029-Staging-rt2870-remove-dead-BIN_IN_FILE-code.patch
0030-Staging-rt3070-remove-dead-BIN_IN_FILE-code.patch
0031-Staging-rt2860-remove-dead-RALINK_ATE-code.patch
0032-Staging-rt2870-remove-dead-RALINK_ATE-code.patch
0033-Staging-rt3070-remove-dead-RALINK_ATE-code.patch
0034-Staging-rt2860-remove-dead-BLOCK_NET_IF-code.patch
0035-Staging-rt2870-remove-dead-BLOCK_NET_IF-code.patch
0036-Staging-rt3070-remove-dead-BLOCK_NET_IF-code.patch
0037-Staging-rt2860-remove-dead-DFS_SUPPORT-code.patch
0038-Staging-rt2870-remove-dead-DFS_SUPPORT-code.patch
0039-Staging-rt3070-remove-dead-DFS_SUPPORT-code.patch
0040-Staging-rt2860-remove-dead-CARRIER_DETECTION_SUPPO.patch
0041-Staging-rt2870-remove-dead-CARRIER_DETECTION_SUPPO.patch
0042-Staging-rt3070-remove-dead-CARRIER_DETECTION_SUPPO.patch
0043-Staging-rt2860-remove-dead-MULTIPLE_CARD_SUPPORT-c.patch
0044-Staging-rt2870-remove-dead-MULTIPLE_CARD_SUPPORT-c.patch
0045-Staging-rt3070-remove-dead-MULTIPLE_CARD_SUPPORT-c.patch
0046-Staging-rt2860-remove-dead-QOS_DLS_SUPPORT-code.patch
0047-Staging-rt2870-remove-dead-QOS_DLS_SUPPORT-code.patch
0048-Staging-rt3070-remove-dead-QOS_DLS_SUPPORT-code.patch
0049-Staging-rt2860-remove-dead-EXT_BUILD_CHANNEL_LIST.patch
0050-Staging-rt2870-remove-dead-EXT_BUILD_CHANNEL_LIST.patch
0051-Staging-rt3070-remove-dead-EXT_BUILD_CHANNEL_LIST.patch
0052-Staging-rt2860-remove-dead-SNMP_SUPPORT-code.patch
0053-Staging-rt2870-remove-dead-SNMP_SUPPORT-code.patch
0054-Staging-rt3070-remove-dead-SNMP_SUPPORT-code.patch
0055-Staging-rt2860-remove-dead-SINGLE_SKU-code.patch
0056-Staging-rt2870-remove-dead-SINGLE_SKU-code.patch
0057-Staging-rt3070-remove-dead-SINGLE_SKU-code.patch
0058-Staging-rt2860-remove-dead-LEAP_SUPPORT-code.patch
0059-Staging-rt2870-remove-dead-LEAP_SUPPORT-code.patch
0060-Staging-rt3070-remove-dead-LEAP_SUPPORT-code.patch
0061-Staging-rt2860-remove-dead-DOT11N_DRAFT3-code.patch
0062-Staging-rt2870-remove-dead-DOT11N_DRAFT3-code.patch
0063-Staging-rt3070-remove-dead-DOT11N_DRAFT3-code.patch
0064-Staging-rt2860-remove-dead-INF_AMAZON_SE-code.patch
0065-Staging-rt2870-remove-dead-INF_AMAZON_SE-code.patch
0066-Staging-rt3070-remove-dead-INF_AMAZON_SE-code.patch
0067-Staging-rt2860-remove-dead-RT_BIG_ENDIAN-code.patch
0068-Staging-rt2870-remove-dead-RT_BIG_ENDIAN-code.patch
0069-Staging-rt3070-remove-dead-RT_BIG_ENDIAN-code.patch
0070-Staging-rt2860-remove-CONFIG_STA_SUPPORT-ifdefs.patch
0071-Staging-rt2870-remove-CONFIG_STA_SUPPORT-ifdefs.patch
0072-Staging-rt3070-remove-CONFIG_STA_SUPPORT-ifdefs.patch
0073-Staging-rt2860-remove-NATIVE_WPA_SUPPLICANT_SUPPOR.patch
0074-Staging-rt2870-remove-NATIVE_WPA_SUPPLICANT_SUPPOR.patch
0075-Staging-rt3070-remove-NATIVE_WPA_SUPPLICANT_SUPPOR.patch
0076-Staging-rt2860-remove-WPA_SUPPLICANT_SUPPORT-ifdef.patch
0077-Staging-rt2870-remove-WPA_SUPPLICANT_SUPPORT-ifdef.patch
0078-Staging-rt3070-remove-WPA_SUPPLICANT_SUPPORT-ifdef.patch
0079-Staging-rt2860-remove-DOT11_N_SUPPORT-ifdefs.patch
0080-Staging-rt2870-remove-DOT11_N_SUPPORT-ifdefs.patch
0081-Staging-rt3070-remove-DOT11_N_SUPPORT-ifdefs.patch
0082-Staging-rt2860-remove-dead-CONFIG_AP_SUPPORT-code.patch
0083-Staging-rt2870-remove-dead-CONFIG_AP_SUPPORT-code.patch
0084-Staging-rt3070-remove-dead-CONFIG_AP_SUPPORT-code.patch
0085-Staging-rt2860-use-empty-ASSERT-macro.patch
0086-Staging-rt2870-use-empty-ASSERT-macro.patch
0087-Staging-rt3070-use-empty-ASSERT-macro.patch
0088-Staging-rt2860-remove-dead-code.patch
0089-Staging-rt2870-remove-dead-code.patch
0090-Staging-rt3070-remove-dead-code.patch
0091-Staging-rt2870-prepare-for-rt-28-30-70-.-ch-merg.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:432: space before tab in indent.
 	RTUSBEnqueueInternalCmd(pAd, CMDTHREAD_UPDATE_PROTECT, NULL, 0);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:952: space before tab in indent.
  	IN	PUSHORT lpInBuffer,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:953: space before tab in indent.
  	IN	ULONG nInBufferSize,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:954: space before tab in indent.
  	OUT	PUSHORT lpOutBuffer,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:955: space before tab in indent.
  	IN	ULONG nOutBufferSize
warning: squelched 5 whitespace errors
warning: 10 lines add whitespace errors.
0092-Staging-rt-28-30-70-merge-rt-28-30-70-.-ch.patch
0093-Staging-rt2870-prepare-for-rt-28-30-70-common-.-c.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:313: space before tab in indent.
    	AsicSendCommandToMcu(pAd, 0x31, 0xff, 0x00, 0x02);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:759: space before tab in indent.
    	pAd->EepromAccess = TRUE;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:811: space before tab in indent.
    	pAd->EepromAccess = TRUE;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1031: space before tab in indent.
  	IN	PUSHORT lpInBuffer,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1032: space before tab in indent.
  	IN	ULONG nInBufferSize,
warning: squelched 15 whitespace errors
warning: 20 lines add whitespace errors.
0094-Staging-rt-28-30-70-merge-rt-28-30-70-common-.-ch.patch
0095-Staging-rt2870-prepare-for-rt-28-30-70-sta-.-ch.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:32: space before tab in indent.
		                        	pAd->StaCfg.RSNIE_Len,			pAd->StaCfg.RSN_IE,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:33: space before tab in indent.
		                        	END_OF_ARGS);
warning: 2 lines add whitespace errors.
0096-Staging-rt-28-30-70-merge-rt-28-30-70-sta-.-ch.patch
0097-Staging-rt2860-prepare-for-rt28-67-0-.-ch-merge.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1474: space before tab in indent.
 	RT_HT_CAPABILITY	SupportedHtPhy;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1881: space before tab in indent.
  	IN	PUSHORT lpInBuffer,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1882: space before tab in indent.
  	IN	ULONG nInBufferSize,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1883: space before tab in indent.
  	OUT	PUSHORT lpOutBuffer,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1884: space before tab in indent.
  	IN	ULONG nOutBufferSize
warning: squelched 5 whitespace errors
warning: 10 lines add whitespace errors.
0098-Staging-rt28-67-0-merge-rt28-67-0-.-ch.patch
0099-Staging-rt2860-prepare-for-rt28-67-0-common-.-ch.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:545: space before tab in indent.
	   				)
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:796: space before tab in indent.
    	pAd->EepromAccess = TRUE;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:848: space before tab in indent.
    	pAd->EepromAccess = TRUE;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1068: space before tab in indent.
  	IN	PUSHORT lpInBuffer,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1069: space before tab in indent.
  	IN	ULONG nInBufferSize,
warning: squelched 15 whitespace errors
warning: 20 lines add whitespace errors.
0100-Staging-rt28-67-0-merge-rt28-67-0-common-.-ch.patch
0101-Staging-rt2860-prepare-for-rt28-67-0-sta-.-ch-me.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:32: space before tab in indent.
		                        	pAd->StaCfg.RSNIE_Len,			pAd->StaCfg.RSN_IE,
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:33: space before tab in indent.
		                        	END_OF_ARGS);
warning: 2 lines add whitespace errors.
0102-Staging-rt28-67-0-merge-rt28-67-0-sta-.-ch.patch
staging-rt2860-fix-for-driver-rt2860-to-be-able-to-connect-to-wpa2-networks.patch
staging-rtlxxxx-off-by-one-in-asicsendcommandtomcu-and-ndis_status-nicloadfirmware.patch
staging-add-pristine-upstream-vt6655-driver-sources.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:4976: space before tab in indent.
        	    bResult &= BBbWriteEmbeded(dwIoBase,byVT3253B0_AGC4_RFMD2959[ii][0],byVT3253B0_AGC4_RFMD2959[ii][1]);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:4991: space before tab in indent.
    	    bResult &= BBbWriteEmbeded(dwIoBase,byVT3253B0_AIROHA2230[ii][0],byVT3253B0_AIROHA2230[ii][1]);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:4992: space before tab in indent.
    	}
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:4994: space before tab in indent.
    	    bResult &= BBbWriteEmbeded(dwIoBase,byVT3253B0_AGC[ii][0],byVT3253B0_AGC[ii][1]);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:4995: space before tab in indent.
    	}
warning: squelched 196 whitespace errors
warning: 201 lines add whitespace errors.
staging-vt6655-add-includes-to-drivers-staging-vt6655.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:730: space before tab in indent.
        	u8 bssid[6];
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:733: space before tab in indent.
        	u8 *wpa_ie;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:734: space before tab in indent.
        	u16 wpa_ie_len;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:735: space before tab in indent.
        	int pairwise_suite;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:736: space before tab in indent.
        	int group_suite;
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.
staging-vt6655-drop-obsolete-fsuid-fsgid-accesses.patch
staging-vt6655-build-vt6655.ko-not-viawget.ko.patch
staging-vt6655-replace-net_device-priv-accesses-with-netdev_priv-calls.patch
staging-vt6655-remove-linux_version_code-preprocessor-conditionals.patch
staging-vt6655-use-net_device_ops-for-management-functions.patch
staging-vt6655-integrate-drivers-staging-vt6655-into-build-system.patch
staging-android-lowmemorykiller-only-iterate-over-process-list-when-needed.patch
staging-android-lowmemorykiller-don-t-count-free-space-unless-it-meets-the-specified-limit-by-itself.patch
staging-android-lowmemorykiller-cleanup-android-low-memory-killer.patch
staging-lowmemorykiller-fix-possible-android-low-memory-killer-null-pointer.patch
staging-android-timed_gpio-separate-timed_output-class-into-a-separate-driver.patch
staging-android-lowmemorykiller-fix-up-remaining-checkpatch-warnings.patch
staging-android-logger-fix-up-remaining-checkpatch-warnings.patch
staging-android-ram_console-fix-up-remaining-checkpatch-warnings.patch
staging-android-binder-fix-up-some-checkpatch-warnings.patch
staging-epl-do-not-use-clone_sighand-with-allow_signal.patch
staging-add-cpc-usb-driver-to-the-staging-tree.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1513: space before tab in indent.
	    		 "CPC-USB/ARM7" : "CPC-USB/M16C");
warning: 1 line adds whitespace errors.
staging-cpc-usb-fix-some-build-problems-in-the-driver.patch
staging-cpc-usb-add-driver-to-the-build.patch
staging-cpc-usb-fix-up-checkpatch-errors-in-cpc-usb_drv.c.patch
staging-cpc-usb-fix-checkpatch-warnings-in-sja2m16c.h.patch
staging-cpc-usb-add-todo-file.patch
staging-cpc-usb-adjust-null-test.patch
staging-cpc-usb-depends-on-proc_fs.patch
staging-cpc-usb-fix-printk-format-warnings.patch
staging-add-rtl8192su-wireless-usb-driver.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1362: space before tab in indent.
	    	switch (crypto_tfm_alg_blocksize(tfm)) {
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1363: space before tab in indent.
	    	case 8:
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1364: space before tab in indent.
	    		ops->cit_xor_block = xor_64;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1365: space before tab in indent.
	    		break;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:1367: space before tab in indent.
	    	case 16:
warning: squelched 168 whitespace errors
warning: 173 lines add whitespace errors.
staging-wis-sony-tuner.c-fix-error.patch
staging-b3dfg-clean-up-module_parm_desc-newline.patch
staging-oslec-bug-fix.patch
staging-p9auth-prevent-some-oopses-and-memory-leaks.patch
staging-rspiusb-make-driver-compile.patch
staging-rspiusb-clean-rspiusb-code.patch
staging-rspiusb.c-break-the-huge-piusb_ioctl-function-into-several-ones.patch
staging-rspiusb-duplicate-code-in-pixis_io.patch
staging-heci-fix-userspace-pointer-mess.patch
staging-heci-fix-wrong-order-of-device_lock-and-file_lock.patch
staging-heci-fix-spinlock-order-mess-of-device_lock-and-read_io_lock.patch
staging-heci-fix-softirq-safe-to-unsafe-spinlock-issue.patch
staging-heci-fix-typos-and-add-wait-after-disconnect.patch
staging-heci-fix-setting-h_is-bit-in-h_csr-register.patch
staging-heci-do-not-print-error-when-heci_bh_handler-is-already-on-workqueue.patch
staging-heci-fix-the-problem-that-file_ext-state-should-be-protected-by-device_lock.patch
staging-add-nand-target-driver.patch
staging-add-serqt_usb2-a-rewrite-of-serqt_usb-for-the-usb-serial-layer.patch
staging-serqt_usb2-add-the-driver-to-the-build.patch
staging-remove-obsolete-serqt_usb-driver.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/staging
From ../quilt-tmp
 + bf36682...c2be6fc master     -> quilt/staging  (forced update)