index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: EHCI: split ehci_qh into hw and sw parts
Alek Du
2009-09-23
6
-81
/
+127
*
USB: EHCI: add need_io_watchdog flag to ehci_hcd
Alek Du
2009-09-23
3
-0
/
+10
*
USB: whci-hcd: make endpoint_reset method async
David Vrabel
2009-09-23
5
-6
/
+31
*
USB: Add nuvoton Ehci driver for w90p910 platform
Wan ZongShun
2009-09-23
3
-0
/
+192
*
USB: ehci-dbg.c: no need for checking it before call vfree
Figo.zhang
2009-09-23
1
-2
/
+1
*
USB: xhci: Support interrupt transfers.
Sarah Sharp
2009-09-23
3
-1
/
+55
*
USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.
Sarah Sharp
2009-09-23
1
-0
/
+9
*
USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.
Sarah Sharp
2009-09-23
1
-2
/
+8
*
USB: xhci: Check URB's actual transfer buffer size.
Sarah Sharp
2009-09-23
1
-1
/
+16
*
USB: xhci: Don't touch xhci_td after it's freed.
Sarah Sharp
2009-09-23
1
-1
/
+1
*
USB: xhci: Handle babbling endpoints correctly.
Sarah Sharp
2009-09-23
1
-2
/
+14
*
USB: xhci: Make TRB completion code comparison readable.
Sarah Sharp
2009-09-23
1
-7
/
+9
*
USB: xhci: Add quirk for Fresco Logic xHCI hardware.
Sarah Sharp
2009-09-23
4
-23
/
+148
*
USB: xhci: Handle stalled control endpoints.
Sarah Sharp
2009-09-23
3
-14
/
+58
*
USB: xhci: Support full speed devices.
Sarah Sharp
2009-09-23
3
-5
/
+89
*
USB: xhci: Set correct max packet size for HS/FS control endpoints.
Sarah Sharp
2009-09-23
1
-5
/
+18
*
USB: xhci: Configure endpoint code refactoring.
Sarah Sharp
2009-09-23
4
-52
/
+169
*
USB: xhci: Fix slot and endpoint context debugging.
Sarah Sharp
2009-09-23
1
-2
/
+3
*
USB: xhci: Work around for chain bit in link TRBs.
Sarah Sharp
2009-09-23
4
-4
/
+35
*
USB: sl811-hcd: Fix device disconnect:
Hennerich, Michael
2009-09-23
1
-2
/
+6
*
trivial: fix typos "man[ae]g?ment" -> "management"
Uwe Kleine-Koenig
2009-09-21
1
-1
/
+1
*
trivial: fix typo "for for" in multiple files
Anand Gadiyar
2009-09-21
2
-2
/
+2
*
trivial: OHCI: Fix typo in a comment
Anand Gadiyar
2009-09-21
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2009-09-18
3
-502
/
+155
|
\
|
*
Merge branch 'sh/stable-updates'
Paul Mundt
2009-08-13
11
-379
/
+886
|
|
\
|
*
|
usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion.
Yoshihiro Shimoda
2009-07-29
1
-0
/
+2
|
*
|
usb: move r8a66597 register defines
Magnus Damm
2009-07-23
1
-366
/
+0
|
*
|
usb: r8a66597-hcd platform data on_chip support
Magnus Damm
2009-07-20
3
-129
/
+141
|
*
|
usb: convert r8a66597-hcd to dev_pm_ops
Magnus Damm
2009-07-20
1
-8
/
+13
*
|
|
debugfs: Modified default dir of debugfs for debugging UHCI.
GeunSik Lim
2009-09-15
1
-1
/
+1
|
|
/
|
/
|
*
|
USB: EHCI: fix counting of transaction error retries
Alan Stern
2009-08-07
2
-5
/
+5
*
|
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
Alan Stern
2009-08-07
2
-4
/
+5
*
|
USB: xhci: Stall handling bug fixes.
Sarah Sharp
2009-07-28
3
-49
/
+120
*
|
USB: xhci: Support for 64-byte contexts
John Youn
2009-07-28
5
-163
/
+287
*
|
USB: xhci: Always align output device contexts to 64 bytes.
Sarah Sharp
2009-07-28
4
-53
/
+89
*
|
USB: xhci: Scratchpad buffer allocation
John Youn
2009-07-28
2
-0
/
+113
*
|
USB: xhci: Fail gracefully if there's no SS ep companion descriptor.
Sarah Sharp
2009-07-28
1
-1
/
+6
*
|
USB: xhci: Handle babble errors on transfers.
Sarah Sharp
2009-07-28
1
-0
/
+4
*
|
USB: xhci: Setup HW retries correctly.
Sarah Sharp
2009-07-28
1
-2
/
+4
*
|
USB: xhci: Check if the host controller died in IRQ handler.
Sarah Sharp
2009-07-28
1
-0
/
+4
*
|
USB: xhci: Don't oops if the host doesn't halt.
Sarah Sharp
2009-07-28
1
-1
/
+4
*
|
USB: xhci: Make debugging more verbose.
Sarah Sharp
2009-07-28
3
-24
/
+72
*
|
USB: xhci: Correct Event Handler Busy flag usage.
Sarah Sharp
2009-07-28
2
-3
/
+7
*
|
USB: xhci: Handle short control packets correctly.
Sarah Sharp
2009-07-28
1
-3
/
+11
*
|
USB: xhci: Represent 64-bit addresses with one u64.
Sarah Sharp
2009-07-28
5
-148
/
+137
*
|
USB: xhci: Use GFP_ATOMIC while holding spinlocks.
Sarah Sharp
2009-07-28
1
-2
/
+5
*
|
USB: xhci: Deal with stalled endpoints.
Sarah Sharp
2009-07-28
4
-4
/
+85
*
|
USB: xhci: Set TD size in transfer TRB.
Sarah Sharp
2009-07-28
1
-5
/
+15
*
|
USB: xhci: fix less- and greater than confusion
Roel Kluin
2009-07-28
1
-2
/
+2
*
|
USB: ehci-orion: Call ehci_reset before ehci_halt
Simon Kagstrom
2009-07-28
1
-1
/
+1
[next]