index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into for-next
Jiri Kosina
2010-08-11
35
-826
/
+1887
|
\
|
*
USB: remove fake "address-of" expressions
Alan Stern
2010-08-10
2
-15
/
+11
|
*
USB: xhci: Set DMA mask for host.
Sarah Sharp
2010-08-10
1
-0
/
+9
|
*
USB: xhci: Don't flush doorbell writes.
Sarah Sharp
2010-08-10
1
-5
/
+0
|
*
USB: xhci: Reduce reads and writes of interrupter registers.
Sarah Sharp
2010-08-10
1
-8
/
+10
|
*
USB: xhci: Make xhci_set_hc_event_deq() static.
Sarah Sharp
2010-08-10
3
-23
/
+23
|
*
USB: xhci: Minimize HW event ring dequeue pointer writes.
Sarah Sharp
2010-08-10
1
-13
/
+37
|
*
USB: xhci: Make xhci_handle_event() static.
Sarah Sharp
2010-08-10
2
-2
/
+1
|
*
USB: xhci: Remove unnecessary reads of IRQ_PENDING register.
Sarah Sharp
2010-08-10
1
-15
/
+12
|
*
USB: xhci: Performance - move xhci_work() into xhci_irq()
Sarah Sharp
2010-08-10
1
-43
/
+30
|
*
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
Sarah Sharp
2010-08-10
3
-103
/
+104
|
*
USB: xhci: Performance - move functions that find ep ring.
Sarah Sharp
2010-08-10
4
-48
/
+85
|
*
USB: ehci: fix remove of ehci debugfs dir
Ming Lei
2010-08-10
2
-41
/
+21
|
*
USB: Add USB 2.0 to ssb ohci driver
Hauke Mehrtens
2010-08-10
1
-3
/
+49
|
*
usb: imx21-hcd: set task state with schedule_timeout_uninterruptible()
Kulikov Vasiliy
2010-08-10
1
-1
/
+1
|
*
usb: host: sl811-hcd: check kzalloc() result
Kulikov Vasiliy
2010-08-10
1
-1
/
+4
|
*
USB: xHCI: Isoc urb enqueue
Andiry Xu
2010-08-10
1
-1
/
+6
|
*
USB: xHCI: allocate bigger ring for isochronous endpoint
Andiry Xu
2010-08-10
1
-2
/
+12
|
*
USB: xHCI: Isochronous transfer implementation
Andiry Xu
2010-08-10
2
-0
/
+324
|
*
USB: xHCI: Introduce urb_priv structure
Andiry Xu
2010-08-10
4
-34
/
+125
|
*
USB: xHCI: Missed Service Error Event process
Andiry Xu
2010-08-10
3
-50
/
+117
|
*
USB: xHCI: adds new cases to trb_comp_code switch
Andiry Xu
2010-08-10
1
-24
/
+52
|
*
USB: xHCI: remove redundant print messages
Andiry Xu
2010-08-10
1
-15
/
+0
|
*
USB xHCI: handle_tx_event() refactor: process_bulk_intr_td
Andiry Xu
2010-08-10
1
-101
/
+115
|
*
USB: xHCI: handle_tx_event() refactor: process_ctrl_td
Andiry Xu
2010-08-10
1
-78
/
+106
|
*
USB: xHCI: handle_tx_event() refactor: finish_td
Andiry Xu
2010-08-10
1
-73
/
+112
|
*
USB: EHCI: remove dead code in the periodic scheduler
Alan Stern
2010-08-10
2
-18
/
+0
|
*
USB: EHCI: reorganize isochronous scheduler routine
Alan Stern
2010-08-10
1
-53
/
+57
|
*
USB: EHCI: add missing frame -> microframe conversion
Alan Stern
2010-08-10
2
-10
/
+19
|
*
USB: EHCI: simplify remainder computations
Alan Stern
2010-08-10
1
-14
/
+15
|
*
USB: EHCI: remove PCI assumption
Alan Stern
2010-08-10
3
-6
/
+6
|
*
USB: xHCI: Supporting MSI/MSI-X
Dong Nguyen
2010-08-10
2
-41
/
+127
|
*
USB: host: Remove dead CONFIG_ARCH_KARO
Christian Dietrich
2010-08-10
1
-23
/
+1
|
*
USB: ehci_omap: fix device detect issue with modules
Ajay Kumar Gupta
2010-08-10
1
-0
/
+36
|
*
USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM
Andrea Righi
2010-08-10
1
-1
/
+2
|
*
USB: xhci: trivial: use ARRAY_SIZE
Kulikov Vasiliy
2010-08-10
1
-2
/
+2
|
*
USB: UHCI: add support for Intel's wakeup flags
Alan Stern
2010-08-10
2
-14
/
+23
|
*
USB: controller resume should check the root hub
Alan Stern
2010-08-10
4
-5
/
+15
|
*
USB: add do_wakeup parameter for PCI HCD suspend
Alan Stern
2010-08-10
7
-13
/
+13
|
*
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
2010-08-10
15
-45
/
+42
|
*
USB-BKL: Remove BKL use in uhci-debug
Andi Kleen
2010-08-10
1
-13
/
+7
|
*
USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bits
Alek Du
2010-08-10
3
-2
/
+27
|
*
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
Alek Du
2010-08-10
5
-1
/
+127
|
*
USB: EHCI: EHCI 1.1 addendum: preparation
Alek Du
2010-08-10
3
-7
/
+139
|
*
USB: host: Eliminate NULL dereference
Julia Lawall
2010-08-10
1
-1
/
+1
|
*
USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to Y
Alan Stern
2010-08-10
1
-4
/
+7
|
*
USB: xhci: Remove obsolete debugging printk.
Sarah Sharp
2010-08-10
1
-1
/
+0
|
*
USB: UHCI: acquire spinlock before calling start_rh()
Alan Stern
2010-08-10
2
-2
/
+4
*
|
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
2010-08-10
5
-19
/
+2
*
|
Merge branch 'master' into for-next
Jiri Kosina
2010-08-10
3
-15
/
+292
|
\
|
[next]