aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu1-37/+0
2017-04-08usb: xhci: remove ring debugging codeLu Baolu1-6/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu1-6/+7
2017-04-08usb: xhci: make several functions staticLu Baolu1-29/+30
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman1-2/+14
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley1-10/+10
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi1-2/+13
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang1-1/+1
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang1-18/+31
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu1-2/+2
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman1-18/+25
2017-03-29xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman1-18/+25
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann1-4/+11
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman1-56/+37
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman1-18/+6
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman1-7/+7
2017-01-25xhci: rename size variable to num_tdsMathias Nyman1-8/+8
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi1-0/+1
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi1-0/+5
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi1-24/+24
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi1-7/+7
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman1-1/+0
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman1-3/+3
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman1-13/+0
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu1-1/+3
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu1-1/+1
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu1-8/+10
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman1-2/+1
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman1-1/+6
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman1-6/+6
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi1-1/+1
2016-08-30usb: host: xhci: don't print on ENOMEMWolfram Sang1-3/+1
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-2/+0
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman1-1/+4
2016-06-01xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman1-1/+1
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi1-12/+15
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov1-41/+0
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-3/+5
2016-04-13usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda1-0/+10
2016-04-13xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2016-02-03xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-03xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman1-0/+1
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman1-2/+5
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+8
2015-12-04xhci: refuse loading if nousb is usedOliver Neukum1-0/+4