Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
585df1d90cb07a02ca6c7a7d339e56e46d50dafb
/
drivers
/
usb
/
host
/
xhci.c
585df1d
xhci: Remove TDs from TD lists when URBs are canceled.
by Sarah Sharp
· 13 years ago
d13565c
xhci: Fix memory leak during failed enqueue.
by Sarah Sharp
· 13 years ago
7bd89b4
xhci: Don't submit commands or URBs to halted hosts.
by Sarah Sharp
· 13 years ago
f549953
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 13 years ago
c877b3b
xhci: Add reset on resume quirk for asrock p67 host
by Maarten Lankhorst
· 13 years ago
f6ba6fe
xHCI 1.0: Incompatible Device Error
by Alex He
· 13 years ago
fa75ac3
xhci: Reject double add of active endpoints.
by Sarah Sharp
· 13 years ago
dcc8545
Merge 3.0-rc2 into usb-linus as it's needed by some USB patches
by Greg Kroah-Hartman
· 13 years ago
f5182b4
xhci: Disable MSI for some Fresco Logic hosts.
by Sarah Sharp
· 13 years ago
001fd38
xhci: Do not issue device reset when device is not setup
by Maarten Lankhorst
· 13 years ago
f5960b6
xhci: Remove some unnecessary casts and tidy some endian swap code
by Matt Evans
· 13 years ago
4819fef
xhci: Bigendian fix for xhci_check_bandwidth()
by Matt Evans
· 13 years ago
2cf95c1
Intel xhci: Limit number of active endpoints to 64.
by Sarah Sharp
· 14 years ago
fe6c6c1
xhci: Don't submit commands when the host is dead.
by Sarah Sharp
· 13 years ago
834cb0f
xhci: Fix memory leak bug when dropping endpoints
by Sarah Sharp
· 14 years ago
1bb73a8
xHCI 1.0: Max Exit Latency Too Large Error
by Alex He
· 14 years ago
700b417
xHCI 1.0: TT_THINK_TIME set
by Andiry Xu
· 14 years ago
00161f7
xhci: Remove sparse warning about cmd_status.
by Sarah Sharp
· 14 years ago
7ed603e
xhci: Add an assertion to check for virt_dev=0 bug.
by Matt Evans
· 14 years ago
28ccd29
xhci: Make xHCI driver endian-safe
by Matt Evans
· 14 years ago
c41136b
xHCI: Implement AMD PLL quirk
by Andiry Xu
· 14 years ago
fedd383
xhci: Tell USB core both roothubs lost power.
by Sarah Sharp
· 14 years ago
2dea75d
USB: xhci - also free streams when resetting devices
by Dmitry Torokhov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
971f115
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
c6cc27c
xhci: Return canceled URBs immediately when host is halted.
by Sarah Sharp
· 14 years ago
b3209379
xhci: Fixes for suspend/resume of shared HCDs.
by Sarah Sharp
· 14 years ago
65b22f9
xhci: Fix re-init on power loss after resume.
by Sarah Sharp
· 14 years ago
f6ff0ac
xhci: Register second xHCI roothub.
by Sarah Sharp
· 14 years ago
20b67cf
xhci: Refactor bus suspend state into a struct.
by Sarah Sharp
· 14 years ago
214f76f
xhci: Always use usb_hcd in URB instead of converting xhci_hcd.
by Sarah Sharp
· 14 years ago
ad73dff
xhci: Remove references to HC_STATE_RUNNING.
by Sarah Sharp
· 14 years ago
ac04e6f
xhci: Remove references to HC_STATE_HALT.
by Sarah Sharp
· 14 years ago
bdfca50
xHCI: prolong host controller halt time limit
by Andiry Xu
· 14 years ago
019a35f
xHCI: Remove redundant variable in xhci_resume()
by Andiry Xu
· 14 years ago
0b8ca72
xhci: Remove old no-op test.
by Sarah Sharp
· 14 years ago
8212a49
USB: xhci: mark local functions as static
by Dmitry Torokhov
· 14 years ago
09ece30
USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself
by Dmitry Torokhov
· 14 years ago
a6d940d
xhci: Use GFP_NOIO during device reset.
by Sarah Sharp
· 14 years ago
40a9fb1
xhci: Do not run xhci_cleanup_msix with irq disabled
by Zhang Rui
· 14 years ago
0029227
xHCI: synchronize irq in xhci_suspend()
by Andiry Xu
· 14 years ago
7a3783e
xhci: Fix reset-device and configure-endpoint commands
by Paul Zimmerman
· 14 years ago
8982132
xhci: Fix command ring replay after resume.
by Sarah Sharp
· 14 years ago
74bb844
xHCI: release spinlock when setup interrupt
by Andiry Xu
· 14 years ago
8687197
Revert "USB: xhci: Use GFP_ATOMIC under spin_lock"
by Greg Kroah-Hartman
· 14 years ago
ef821ae
USB: xhci: Use GFP_ATOMIC under spin_lock
by David Sterba
· 14 years ago
436a389
usb: Fix linker errors with CONFIG_PM=n
by Sarah Sharp
· 14 years ago
b5b5c3a
USB: xhci: Fix compile error when CONFIG_PM=n
by Sarah Sharp
· 14 years ago
5535b1d5
USB: xHCI: PCI power management implementation
by Andiry Xu
· 14 years ago
be88fe4
USB: xHCI: port power management implementation
by Andiry Xu
· 14 years ago
c8d4af8
USB: core: use kernel assigned address for devices under xHCI
by Andiry Xu
· 14 years ago
f0615c4
USB: xHCI: change xhci_reset_device() to allocate new device
by Andiry Xu
· 14 years ago
6492773
USB: xHCI: Add pointer to udev in struct xhci_virt_device
by Andiry Xu
· 14 years ago
9032cd5
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
by Sarah Sharp
· 14 years ago
021bff9
USB: xhci: Performance - move functions that find ep ring.
by Sarah Sharp
· 14 years ago
787f4e5
USB: xHCI: Isoc urb enqueue
by Andiry Xu
· 14 years ago
8e51adc
USB: xHCI: Introduce urb_priv structure
by Andiry Xu
· 14 years ago
43b86af
USB: xHCI: Supporting MSI/MSI-X
by Dong Nguyen
· 14 years ago
541c7d4
USB: convert usb_hcd bitfields into atomic flags
by Alan Stern
· 14 years ago
202380d
USB: xhci: Remove obsolete debugging printk.
by Sarah Sharp
· 14 years ago
2d1ee59
USB: xhci: Set EP0 dequeue ptr after reset of configured device.
by Sarah Sharp
· 14 years ago
0238634
USB: xhci: Print NEC firmware version.
by Sarah Sharp
· 14 years ago
ed07453
USB: xhci: Wait for host to start running.
by Sarah Sharp
· 14 years ago
2d62f3e
USB: xhci: Wait for controller to be ready after reset.
by Sarah Sharp
· 14 years ago
5e5cf6f
USB: xhci: Set stream ID to 0 after cleaning up stalls.
by Sarah Sharp
· 15 years ago
8a00774
USB: xhci: Avoid double free after streams are disabled.
by Sarah Sharp
· 15 years ago
842f169
USB: remove the usb_host_ss_ep_comp structure
by Alan Stern
· 15 years ago
e9df17e
USB: xhci: Correct assumptions about number of rings per endpoint.
by Sarah Sharp
· 15 years ago
8df75f4
USB: xhci: Add memory allocation for USB3 bulk streams.
by Sarah Sharp
· 15 years ago
1624ae1
USB: xhci: Fix issue with set interface after stall.
by Sarah Sharp
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1d68064
USB: xHCI: re-initialize cmd_completion
by Andiry Xu
· 15 years ago
bc75fa3
USB: xhci: rename driver to xhci_hcd
by Alex Chiang
· 15 years ago
[Renamed from drivers/usb/host/xhci-hcd.c]
319c3ea
USB: xhci: No GFP_KERNEL in block error handling
by Oliver Neukum
· 15 years ago
2a8f82c
USB: xhci: Notify the xHC when a device is reset.
by Sarah Sharp
· 15 years ago
a1d78c1
USB: xhci: Allow allocation of commands without input contexts.
by Sarah Sharp
· 15 years ago
412566b
USB: xhci: Refactor code to free or cache endpoint rings.
by Sarah Sharp
· 15 years ago
c01591b
USB: xhci: Fix error path when configuring endpoints.
by Sarah Sharp
· 15 years ago
74f9fe2
USB: xhci: Make reverting an alt setting "unfailable".
by Sarah Sharp
· 15 years ago
6f5165c
USB: xhci: Add watchdog timer for URB cancellation.
by Sarah Sharp
· 15 years ago
4f0f0ba
USB: xhci: Re-purpose xhci_quiesce().
by Sarah Sharp
· 15 years ago
678539c
USB: xhci: Handle URB cancel, complete and resubmit race.
by Sarah Sharp
· 15 years ago
0a023c6
USB: xhci: Fix dropping endpoints from the xHC schedule.
by Sarah Sharp
· 15 years ago
c526d0d
USB: xhci: Don't wait for a disable slot cmd when HC dies.
by Sarah Sharp
· 15 years ago
e34b2fb
USB: xhci: Handle canceled URBs when HC dies.
by Sarah Sharp
· 15 years ago
e4ab05d
USB: xhci: Stop debugging polling loop when HC dies.
by Sarah Sharp
· 15 years ago
ac1c1b7
USB: xhci: Support USB hubs.
by Sarah Sharp
· 15 years ago
913a8a3
USB: xhci: Change how xHCI commands are handled.
by Sarah Sharp
· 15 years ago
5270b95
USB: xhci: Refactor input device context setup.
by Sarah Sharp
· 15 years ago
63a0d9a
USB: xhci: Endpoint representation refactoring.
by Sarah Sharp
· 15 years ago
624defa
USB: xhci: Support interrupt transfers.
by Sarah Sharp
· 15 years ago
ac9d8fe
USB: xhci: Add quirk for Fresco Logic xHCI hardware.
by Sarah Sharp
· 15 years ago
82d1009
USB: xhci: Handle stalled control endpoints.
by Sarah Sharp
· 15 years ago
2d3f1fa
USB: xhci: Support full speed devices.
by Sarah Sharp
· 15 years ago
f2217e8
USB: xhci: Configure endpoint code refactoring.
by Sarah Sharp
· 15 years ago
b0567b3
USB: xhci: Work around for chain bit in link TRBs.
by Sarah Sharp
· 15 years ago
c92bcfa
USB: xhci: Stall handling bug fixes.
by Sarah Sharp
· 15 years ago
d115b04
USB: xhci: Support for 64-byte contexts
by John Youn
· 15 years ago
28c2d2e
USB: xhci: Always align output device contexts to 64 bytes.
by Sarah Sharp
· 15 years ago
fcf8f57
USB: xhci: Check if the host controller died in IRQ handler.
by Sarah Sharp
· 15 years ago
Next »