Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dc2d3db8137fba0f62d7517e1bea8a47f69fcbc4
/
drivers
/
usb
/
host
/
xhci.c
3f5eb14
usb: add find_raw_port_number callback to struct hc_driver()
by Lan Tianyu
· 12 years ago
00eed9c
USB: xhci: correctly enable interrupts
by Hannes Reinecke
· 12 years ago
c52804a
xhci: Avoid "dead ports", add roothub port polling.
by Sarah Sharp
· 12 years ago
77b8476
usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()
by Felipe Balbi
· 12 years ago
b0e4e60
usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mode Patch
by Alexis R. Cortes
· 12 years ago
392a07a
xhci: Fix conditional check in bandwidth calculation.
by Sarah Sharp
· 12 years ago
2611bd18
xhci: Avoid global symbol pollution with handshake.
by Sarah Sharp
· 12 years ago
df03790
xhci: trivial: Remove assigned but unused ep_ctx.
by Sarah Sharp
· 12 years ago
b803134
xhci: Fix missing break in xhci_evaluate_context_result.
by Sarah Sharp
· 12 years ago
16b45fd
xhci: fix integer overflow
by Oliver Neukum
· 12 years ago
966e7a8
xhci: endianness xhci_calculate_intel_u2_timeout
by Oliver Neukum
· 12 years ago
4708097
usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
by Alexis R. Cortes
· 12 years ago
457a73d
usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems
by Vivek Gautam
· 12 years ago
a6e097d
Increase XHCI suspend timeout to 16ms
by Michael Spang
· 12 years ago
2bcb132
Merge 3.6-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
ed384bd
usb: host: xhci: sparse fixes
by Felipe Balbi
· 12 years ago
6e4468b
xHCI: cancel command after command timeout
by Elric Fu
· 12 years ago
b92cc66
xHCI: add aborting command ring function
by Elric Fu
· 12 years ago
c181bc5
xHCI: add cmd_ring_state
by Elric Fu
· 12 years ago
71c731a
usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware
by Alexis R. Cortes
· 12 years ago
052c7f9
xhci: Fix a logical vs bitwise AND bug
by Dan Carpenter
· 12 years ago
e95829f
xhci: Switch PPT ports to EHCI on shutdown.
by Sarah Sharp
· 12 years ago
22ceac1
xhci: Increase reset timeout for Renesas 720201 host.
by Sarah Sharp
· 12 years ago
19181bc
usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl
by Hans de Goede
· 12 years ago
622eb78
xHCI: Increase the timeout for controller save/restore state operation
by Andiry Xu
· 12 years ago
e25e62a
xhci: Fix error path return value.
by Sarah Sharp
· 12 years ago
c88db16
xhci: Fix DIV_ROUND_UP compile error.
by Sarah Sharp
· 12 years ago
b01bcbf
xhci: Fix compile with CONFIG_USB_SUSPEND=n
by Sarah Sharp
· 12 years ago
e3567d2
xhci: Add Intel U1/U2 timeout policy.
by Sarah Sharp
· 12 years ago
3b3db02
xhci: Add infrastructure for host-specific LPM policies.
by Sarah Sharp
· 12 years ago
4b26654
xhci: Some Evaluate Context commands must succeed.
by Sarah Sharp
· 13 years ago
ccd68bb
USB: xhci: testing sizeof xhci_doorbell_array 2 time
by girish verma
· 13 years ago
f370b99
xHCI: keep track of ports being resumed and indicate in hub_status_data
by Andiry Xu
· 13 years ago
c7713e7
xhci: Fix register save/restore order.
by Sarah Sharp
· 13 years ago
fb3d85b
xhci: Restore event ring dequeue pointer on resume.
by Sarah Sharp
· 13 years ago
5af98bb
xhci: Warn when hosts don't halt.
by Sarah Sharp
· 13 years ago
3429e91
usb: host: xhci: add platform driver support
by Sebastian Andrzej Siewior
· 13 years ago
fdaf8b3
xHCI: update sg tablesize
by Andiry Xu
· 13 years ago
b008df6
xHCI: count free TRBs on transfer ring
by Andiry Xu
· 13 years ago
f99298b
xHCI: BESL calculation based on USB2.0 LPM errata
by Andiry Xu
· 13 years ago
cd70469
usb: core: hcd: make hcd->irq unsigned
by Felipe Balbi
· 13 years ago
68d07f6
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
by Sarah Sharp
· 13 years ago
435c724
Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 13 years ago
18b7ede
usb: ch9: fix up MaxStreams helper
by Felipe Balbi
· 13 years ago
71d8572
xhci: Properly handle COMP_2ND_BW_ERR
by Hans de Goede
· 13 years ago
79688ac
xhci: Be less verbose during URB cancellation.
by Sarah Sharp
· 13 years ago
3b9783b
xhci: Remove warnings about MSI and MSI-X capabilities.
by Sarah Sharp
· 13 years ago
158886c
xHCI: fix bug in xhci_clear_command_ring()
by Andiry Xu
· 13 years ago
f69e3120
USB: XHCI: resume root hubs when the controller resumes
by Alan Stern
· 13 years ago
d31c285
xhci: Set slot and ep0 flags for address command.
by Sarah Sharp
· 13 years ago
0cc47d5
usb/xhci: remove CONFIG_PCI in xhci.c's probe function
by Sebastian Andrzej Siewior
· 13 years ago
552e0c4
usb/xhci: move xhci_gen_setup() away from -pci.
by Sebastian Andrzej Siewior
· 13 years ago
421aa84
usb/xhci: hide MSI code behind PCI bars
by Sebastian Andrzej Siewior
· 13 years ago
3fd1ec5
usb/xhci: group MSI interrupt registration into its own function
by Sebastian Andrzej Siewior
· 13 years ago
cd68176
xHCI: fix debug message
by Andiry Xu
· 13 years ago
65580b43
xHCI: set USB2 hardware LPM
by Andiry Xu
· 13 years ago
9574323
xHCI: test USB2 software LPM
by Andiry Xu
· 13 years ago
2b69899
xhci: USB 3.0 BW checking.
by Sarah Sharp
· 13 years ago
d782659
usb/xhci: ignore xhci version while checking for the link quirk
by Sebastian Andrzej Siewior
· 13 years ago
73ddc24
xhci: Redundant check in xhci_check_args for xhci->devs
by sifram.rajas@gmail.com
· 13 years ago
2ffdea2
xHCI: refine td allocation
by Andiry Xu
· 13 years ago
c29eea6
xhci: Implement HS/FS/LS bandwidth checking.
by Sarah Sharp
· 13 years ago
2e27980
xhci: Track interval bandwidth tables per port/TT.
by Sarah Sharp
· 13 years ago
9af5d71
xhci: Store endpoint bandwidth information.
by Sarah Sharp
· 13 years ago
839c817
xhci: Store information about roothubs and TTs.
by Sarah Sharp
· 13 years ago
750645f
xhci: Refactor endpoint limit checking.
by Sarah Sharp
· 13 years ago
2dc3753
xhci: If no endpoints changed, don't issue BW command.
by Sarah Sharp
· 13 years ago
6ed962a
Merge 3.1-rc4 into usb-next
by Greg Kroah-Hartman
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
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
· 13 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
· 13 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
b320937
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
Next »