Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dbc559554086f176b04f97eec561ad26ee54e47c
/
drivers
/
usb
/
host
/
xhci.c
77d45b4
xhci: switch to pci_alloc_irq_vectors
by Christoph Hellwig
· 8 years ago
c8844f2
usb: xhci: remove xhci_dbg_ctx()
by Lu Baolu
· 8 years ago
121dcf1
usb: xhci: remove ring debugging code
by Lu Baolu
· 8 years ago
74e0b56
usb: xhci: remove error messages for failed memory allocation
by Lu Baolu
· 8 years ago
3969384
usb: xhci: make several functions static
by Lu Baolu
· 8 years ago
d9f11ba
xhci: Rework how we handle unresponsive or hoptlug removed hosts
by Mathias Nyman
· 8 years ago
fe190ed
xhci: Do not halt the host until both HCD have disconnected their devices.
by Joel Stanley
· 8 years ago
19a7d0d
usb: host: xhci: add Slot and EP Context tracers
by Felipe Balbi
· 8 years ago
26bba5c
usb: xhci: Expose xhci_start() function.
by Guoqing Zhang
· 8 years ago
f9e609b
usb: xhci: Add helper function xhci_disable_slot().
by Guoqing Zhang
· 8 years ago
d1001ab
usb: xhci: clear EINT bit in status correctly
by Lu Baolu
· 8 years ago
cb2e3d4
Merge 4.11-rc5 into usb-next
by Greg Kroah-Hartman
· 8 years ago
d3519b9
xhci: Manually give back cancelled URB if we can't queue it for cancel
by Mathias Nyman
· 8 years ago
4c39d4b
usb: xhci: use bus->sysdev for DMA configuration
by Arnd Bergmann
· 8 years ago
2c93e79
usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW
by yuan linyu
· 8 years ago
8a1115f
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
6969408
xhci: refactor xhci_urb_enqueue
by Mathias Nyman
· 8 years ago
7e64b03
xhci: simplify how we store TDs in urb private data
by Mathias Nyman
· 8 years ago
9ef7fbb
xhci: Rename variables related to transfer descritpors
by Mathias Nyman
· 8 years ago
e6f7caa
xhci: rename size variable to num_tds
by Mathias Nyman
· 8 years ago
a711ede
usb: host: xhci: add xhci_virt_device tracer
by Felipe Balbi
· 8 years ago
5abdc2e
usb: host: xhci: add urb_enqueue/dequeue/giveback tracers
by Felipe Balbi
· 8 years ago
0b7c105
usb: host: xhci: rename completion codes to match spec
by Felipe Balbi
· 8 years ago
98871e9
usb: host: xhci: change pre-increments to post-increments
by Felipe Balbi
· 8 years ago
f992659
xhci: detect stop endpoint race using pending timer instead of counter.
by Mathias Nyman
· 8 years ago
9983a5f
xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING
by Mathias Nyman
· 8 years ago
d6169d0
xhci: fix deadlock at host remove by running watchdog correctly
by Mathias Nyman
· 8 years ago
90797ae
usb: xhci: fix return value of xhci_setup_device()
by Lu Baolu
· 8 years ago
ae4d814
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 8 years ago
c2d3d49
usb: xhci: move slot_id from xhci_hcd to xhci_command structure
by Lu Baolu
· 8 years ago
87e44f2
usb: xhci: remove the use of xhci->addr_dev
by Lu Baolu
· 8 years ago
5071e6b
xhci: add helper to get the endpoint state of a endpoint context
by Mathias Nyman
· 8 years ago
c11ae03
xhci: don't try to reset the host if it is unaccessible
by Mathias Nyman
· 8 years ago
99154fd
xhci: cleanup error message if halting the host failed.
by Mathias Nyman
· 8 years ago
734d3dd
usb: host: xhci: purge GET_MAX_PACKET()
by Felipe Balbi
· 8 years ago
f4c46f1
usb: host: xhci: don't print on ENOMEM
by Wolfram Sang
· 8 years ago
55392c4
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
53bf837
timers: Remove set_timer_slack() leftovers
by Thomas Gleixner
· 9 years ago
f9c589e
xhci: TD-fragment, align the unsplittable case with a bounce buffer
by Mathias Nyman
· 9 years ago
757de49
xhci: fix platform quirks overwrite regression in 4.7-rc1
by Mathias Nyman
· 9 years ago
27a41a8
xhci: Cleanup only when releasing primary hcd
by Gabriel Krisman Bertazi
· 9 years ago
75b040e
usb: xhci: remove duplicate function xhci_urb_to_transfer_ring
by Alexandr Ivanov
· 9 years ago
98d74f9
xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
by Mathias Nyman
· 9 years ago
0a380be
usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT
by Yoshihiro Shimoda
· 9 years ago
671ffdf
xhci: resume USB 3 roothub first
by Mathias Nyman
· 9 years ago
172ad9a
Merge 4.5-rc4 into usb-next
by Greg Kroah-Hartman
· 9 years ago
5c82171
xhci: Fix list corruption in urb dequeue at host removal
by Mathias Nyman
· 9 years ago
2c0e06f
xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
by Mathias Nyman
· 9 years ago
0caf6b3
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
by Mathias Nyman
· 9 years ago
252ca49
Merge 4.4-rc5 into usb-next as we want those fixes here for testing
by Greg Kroah-Hartman
· 9 years ago
1eaf35e
xhci: refuse loading if nousb is used
by Oliver Neukum
· 9 years ago
096b110
usb: xhci: fix config fail of FS hub behind a HS hub with MTT
by Chunfeng Yun
· 9 years ago
0cbd4b3
xhci: mediatek: support MTK xHCI host controller
by Chunfeng Yun
· 9 years ago
32479d4
usb: host: xhci: cleanup hcd private size
by Yoshihiro Shimoda
· 9 years ago
a596439
xhci: Workaround to get Intel xHCI reset working more reliably
by Rajmohan Mani
· 9 years ago
fda182d
usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMA
by Duc Dang
· 9 years ago
b50107b
xhci: check xhci hardware for USB 3.1 support
by Mathias Nyman
· 9 years ago
04abb6d
xhci: Read and parse new xhci 1.1 capability register
by Lu Baolu
· 9 years ago
448116b
usb: xhci: exit early in xhci_setup_device() if we're halted or dying
by Roger Quadros
· 9 years ago
8c24d6d
usb: xhci: stop everything on the first call to xhci_stop
by Roger Quadros
· 9 years ago
e5bfeab
usb: xhci: Clear XHCI_STATE_DYING on start
by Roger Quadros
· 9 years ago
85ac90f
usb: xhci: lock mutex on xhci_stop
by Roger Quadros
· 9 years ago
4758dcd
usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers
by Reyad Attiyat
· 9 years ago
f1cda54
usb: host: xhci: Simplify return statement
by Saurabh Karajgaonkar
· 9 years ago
722b262
Merge 4.2-rc4 into usb-next
by Greg Kroah-Hartman
· 9 years ago
c2a298d
usb: host: xhci: remove typo in function documentation
by Luis de Bethencourt
· 10 years ago
326124a
xhci: Calculate old endpoints correctly on device reset
by Brian Campbell
· 10 years ago
19915e6
Merge 4.1-rc7 into usb-next
by Greg Kroah-Hartman
· 10 years ago
02c018a
usb: host: xhci: remove incorrect comment about mutex
by Chris Bainbridge
· 10 years ago
9fa733f
usb: xhci: Fix suspend/resume when used with OTG core
by Roger Quadros
· 10 years ago
8a85375
usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly
by Roger Quadros
· 10 years ago
cd33a32
usb: xhci: cleanup xhci_hcd allocation
by Roger Quadros
· 10 years ago
a00918d
usb: host: xhci: add mutex for non-thread-safe data
by Chris Bainbridge
· 10 years ago
b04c846
usb: make module xhci_hcd removable
by Arthur Demchenkov
· 10 years ago
d0167ad
Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"
by Mathias Nyman
· 10 years ago
27082e2
xhci: Clear the host side toggle manually when endpoint is 'soft reset'
by Mathias Nyman
· 10 years ago
a613413
xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messages
by Hans de Goede
· 10 years ago
9970509
xhci: Print hcc params, version and quirks on init
by Hans de Goede
· 10 years ago
0e08365
Merge 3.19-rc5 into usb-next
by Greg Kroah-Hartman
· 10 years ago
4daf9df
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
by Lin Wang
· 10 years ago
fc8abe0
xhci: Use setup_timer
by Julia Lawall
· 10 years ago
dc0b177
xhci: remove unused parameter 'xhci' in function xhci_handshake().
by Lin Wang
· 10 years ago
92c9691
xhci: Clean up work to xhci_add_endpoint().
by Lin Wang
· 10 years ago
f161ead
xhci: Check if slot is already in default state before moving it there
by Mathias Nyman
· 10 years ago
e7cf773
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
e3d857e
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 10 years ago
ceb6c9c
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
by Rafael J. Wysocki
· 10 years ago
d97b4f8
xhci: don't use the same variable for stopped and halted rings current TD
by Mathias Nyman
· 10 years ago
4801d4ea
xhci: clear extra bits from slot context when setting max exit latency
by Mathias Nyman
· 10 years ago
a1377e5
usb: xhci: rework root port wake bits if controller isn't allowed to wakeup
by Lu Baolu
· 10 years ago
8e71a322
USB: xhci: Reset a halted endpoint immediately when we encounter a stall.
by Mathias Nyman
· 10 years ago
29e409f
xhci: Allow xHCI drivers to be built as separate modules
by Andrew Bresticker
· 10 years ago
436e8c7
xhci: Export symbols used by host-controller drivers
by Andrew Bresticker
· 10 years ago
e1cd972
xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3cold
by Andrew Bresticker
· 10 years ago
1885d9a
xhci: Introduce xhci_init_driver()
by Andrew Bresticker
· 10 years ago
37ebb54
usb: hub: rename khubd to hub_wq in documentation and comments
by Petr Mladek
· 10 years ago
14e61a1
usb: xhci_suspend is not stopping the root hub timer for the shared HCD
by Al Cooper
· 10 years ago
1e3452e
xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()
by Hans de Goede
· 10 years ago
9604469
xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices
by Mathias Nyman
· 10 years ago
365038d
xhci: rework cycle bit checking for new dequeue pointers
by Mathias Nyman
· 10 years ago
Next »