Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c8d4af8e2af12cd4835ba5c4b54bdafe9deda71a
/
drivers
/
usb
/
host
/
xhci.c
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
d3512f6
USB: xhci: Don't oops if the host doesn't halt.
by Sarah Sharp
· 15 years ago
66e49d8
USB: xhci: Make debugging more verbose.
by Sarah Sharp
· 15 years ago
2d83109
USB: xhci: Correct Event Handler Busy flag usage.
by Sarah Sharp
· 15 years ago
8e595a5
USB: xhci: Represent 64-bit addresses with one u64.
by Sarah Sharp
· 15 years ago
b11069f
USB: xhci: Use GFP_ATOMIC while holding spinlocks.
by Sarah Sharp
· 15 years ago
a1587d9
USB: xhci: Deal with stalled endpoints.
by Sarah Sharp
· 15 years ago
f88ba78
USB: xhci: Respect critical sections.
by Sarah Sharp
· 16 years ago
a4d8830
USB: xHCI: Fix interrupt moderation.
by Sarah Sharp
· 16 years ago
9844197
USB: xhci: Remove packed attribute from structures.
by Sarah Sharp
· 16 years ago
c7959fb
USB: xhci: drop spinlock in xhci_urb_enqueue() error path.
by Sarah Sharp
· 16 years ago
c96a2b8
USB: xhci: Clean up xhci_irq() function.
by Sarah Sharp
· 16 years ago
23e3be1
USB: xhci: Avoid global namespace pollution.
by Sarah Sharp
· 16 years ago
3841d56
USB: xhci: Fix register write order.
by Sarah Sharp
· 16 years ago
700e205
USB: xhci: fix lots of compiler warnings.
by Greg Kroah-Hartman
· 16 years ago
b7258a4
USB: xhci: use xhci_handle_event instead of handle_event
by Stephen Rothwell
· 16 years ago
ae63674
USB: xhci: URB cancellation support.
by Sarah Sharp
· 16 years ago
b10de14
USB: xhci: Bulk transfer support
by Sarah Sharp
· 16 years ago
f94e0186
USB: xhci: Bandwidth allocation support
by Sarah Sharp
· 16 years ago
d0e96f5
USB: xhci: Control transfer support.
by Sarah Sharp
· 16 years ago
3ffbba9
USB: xhci: Allocate and address USB devices
by Sarah Sharp
· 16 years ago
0f2a793
USB: xhci: Root hub support.
by Sarah Sharp
· 16 years ago
7f84eef
USB: xhci: No-op command queueing and irq handler.
by Sarah Sharp
· 16 years ago
0ebbab3
USB: xhci: Ring allocation and initialization.
by Sarah Sharp
· 16 years ago
66d4ead
USB: xhci: BIOS handoff and HW initialization.
by Sarah Sharp
· 16 years ago