summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix memleak in xhci_run()Shu Wang2017-07-201-1/+3
* xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang2017-07-201-0/+6
* xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman2017-06-151-3/+3
* xhci: remove endpoint ring cacheMathias Nyman2017-06-151-9/+8
* xhci: Add stream id to xhci_dequeue_state structureMathias Nyman2017-06-031-1/+1
* xhci: Fix command ring stop regression in 4.11Mathias Nyman2017-05-181-4/+4
* usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-181-2/+3
* xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-191-71/+29
* usb: xhci: remove xhci_dbg_ctx()Lu Baolu2017-04-081-37/+0
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-6/+0
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-081-6/+7
* usb: xhci: make several functions staticLu Baolu2017-04-081-29/+30
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-081-2/+14
* xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley2017-04-081-10/+10
* usb: host: xhci: add Slot and EP Context tracersFelipe Balbi2017-04-081-2/+13
* usb: xhci: Expose xhci_start() function.Guoqing Zhang2017-04-081-1/+1
* usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2017-04-081-18/+31
* usb: xhci: clear EINT bit in status correctlyLu Baolu2017-04-081-2/+2
* Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-031-18/+25
|\
| * xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman2017-03-291-18/+25
* | usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann2017-03-231-4/+11
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
|/
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-2/+2
* xhci: refactor xhci_urb_enqueueMathias Nyman2017-01-251-56/+37
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-18/+6
* xhci: Rename variables related to transfer descritporsMathias Nyman2017-01-251-7/+7
* xhci: rename size variable to num_tdsMathias Nyman2017-01-251-8/+8
* usb: host: xhci: add xhci_virt_device tracerFelipe Balbi2017-01-251-0/+1
* usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi2017-01-251-0/+5
* usb: host: xhci: rename completion codes to match specFelipe Balbi2017-01-251-24/+24
* usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi2017-01-251-7/+7
* xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman2017-01-251-1/+0
* xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman2017-01-251-3/+3
* xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-111-13/+0
* usb: xhci: fix return value of xhci_setup_device()Lu Baolu2017-01-031-1/+3
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-1/+1
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-1/+1
* | usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu2016-11-141-1/+1
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-8/+10
* | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-141-2/+1
* | xhci: don't try to reset the host if it is unaccessibleMathias Nyman2016-11-141-1/+6
* | xhci: cleanup error message if halting the host failed.Mathias Nyman2016-11-141-6/+6
|/
* usb: host: xhci: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-2/+0
|\
| * timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-2/+0
* | xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-1/+4
|/
* xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman2016-06-011-1/+1
* xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2016-06-011-12/+15
* usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov2016-04-261-41/+0
* xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman2016-04-131-3/+5
OpenPOWER on IntegriCloud