aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-04-08usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2-27/+0
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu3-0/+74
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman4-67/+80
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley1-10/+10
2017-04-08xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing1-25/+55
2017-04-08usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi1-22/+37
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi4-2/+302
2017-04-08usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2-12/+18
2017-04-08usb: host: xhci: print device slot from URB tracersFelipe Balbi1-3/+5
2017-04-08usb: xhci: Add port test modes support for usb2.Guoqing Zhang2-0/+87
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang2-1/+2
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2-18/+33
2017-04-08usb: xhci: Add helper function xhci_set_power_on().Guoqing Zhang1-21/+45
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu1-2/+2
2017-04-08usb: xhci: plat: Enable async suspend/resumeAndrew Bresticker1-0/+2
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman3-18/+29
2017-03-29xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman1-18/+25
2017-03-29xhci: Set URB actual length for stopped control transfersMathias Nyman1-0/+3
2017-03-29xhci: plat: Register shutdown for xhci_platAdam Wallis1-0/+1
2017-03-23usb: ehci: use bus->sysdev for DMA configurationPeter Chen1-6/+6
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann3-18/+44
2017-03-23usb: ehci: fsl: use bus->sysdev for DMA configurationArnd Bergmann1-2/+2
2017-03-23ohci-pci: add qemu quirkGerd Hoffmann3-1/+19
2017-03-17usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda1-0/+3
2017-03-17usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda1-0/+3
2017-03-17usb: host: Allow to build ehci orion with mvebu SoCsGregory CLEMENT1-1/+1
2017-03-17usb: orion-ehci: Add support for the Armada 3700Hua Jing1-0/+36
2017-03-17usb: host: ehci-platform: fix usb 1.1 device is not connected in system resumeYoshihiro Shimoda1-0/+7
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu9-16/+14
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier3-3/+3
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-8/+8
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-03-09usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck1-0/+2
2017-03-09usb: host: xhci-dbg: HCIVERSION should be a binary numberPeter Chen1-1/+1
2017-03-09usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structChunfeng Yun2-2/+0
2017-03-09usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun1-3/+3
2017-03-09usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok1-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan3-3/+3
2017-02-10ohci-hub: fix typo in dbg_port macroJelle Martijn Kok1-13/+13
2017-02-08usb: xhci-mtk: make the reference clock optionalChunfeng Yun1-2/+9
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman1-56/+37
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman4-33/+18
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman3-14/+14
2017-01-25xhci: rename size variable to num_tdsMathias Nyman1-8/+8
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi4-0/+67
2017-01-25usb: host: xhci: remove newline from tracerFelipe Balbi1-1/+1
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi1-4/+6
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi3-0/+76
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi3-23/+375
2017-01-25usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi1-0/+80