summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman2017-03-291-18/+25
* xhci: Set URB actual length for stopped control transfersMathias Nyman2017-03-291-0/+3
* xhci: plat: Register shutdown for xhci_platAdam Wallis2017-03-291-0/+1
* Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-03-115-8/+8
|\
| * usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck2017-03-091-0/+2
| * usb: host: xhci-dbg: HCIVERSION should be a binary numberPeter Chen2017-03-091-1/+1
| * usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structChunfeng Yun2017-03-092-2/+0Star
| * usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun2017-03-091-3/+3
| * usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok2017-03-091-2/+2
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-2/+2
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-283-3/+3
* ohci-hub: fix typo in dbg_port macroJelle Martijn Kok2017-02-101-13/+13
* usb: xhci-mtk: make the reference clock optionalChunfeng Yun2017-02-081-2/+9
* xhci: refactor xhci_urb_enqueueMathias Nyman2017-01-251-56/+37Star
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-254-33/+18Star
* xhci: Rename variables related to transfer descritporsMathias Nyman2017-01-253-14/+14
* xhci: rename size variable to num_tdsMathias Nyman2017-01-251-8/+8
* usb: host: xhci: add xhci_virt_device tracerFelipe Balbi2017-01-254-0/+67
* usb: host: xhci: remove newline from tracerFelipe Balbi2017-01-251-1/+1
* usb: host: xhci: convert several if() to a single switch statementFelipe Balbi2017-01-251-4/+6
* usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi2017-01-253-0/+76
* usb: host: xhci: make a generic TRB tracerFelipe Balbi2017-01-253-23/+375
* usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi2017-01-251-0/+80
* usb: host: xhci: convert to list_for_each_entry_safe()Felipe Balbi2017-01-251-7/+8
* xhci: use the trb_to_noop() helper for command trbsMathias Nyman2017-01-251-10/+2Star
* xhci: Introduce helper to turn one TRB into a no-opMathias Nyman2017-01-251-12/+17
* usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()Felipe Balbi2017-01-251-6/+3Star
* usb: host: xhci: check for a valid ring when unmapping bounce bufferFelipe Balbi2017-01-251-1/+1
* usb: host: xhci: remove bogus __releases()/__acquires() annotationFelipe Balbi2017-01-251-2/+0Star
* usb: host: xhci: introduce xhci_td_cleanup()Felipe Balbi2017-01-251-42/+50
* usb: host: xhci: reorder variable definitionsFelipe Balbi2017-01-251-8/+4Star
* usb: host: xhci: use slightly better list helpersFelipe Balbi2017-01-251-9/+10
* usb: host: xhci: remove unneded semicolonFelipe Balbi2017-01-251-1/+1
* usb: host: xhci: simplify irq handler returnFelipe Balbi2017-01-251-15/+17
* usb: host: xhci: rename completion codes to match specFelipe Balbi2017-01-254-157/+124Star
* usb: host: xhci: print HCIVERSION on debugFelipe Balbi2017-01-251-2/+0Star
* usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi2017-01-253-21/+21
* usb: xhci: remove unnecessary return in xhci_pci_setup()Lu Baolu2017-01-251-5/+1Star
* usb: xhci: use list_is_singular for cmd_listLu Baolu2017-01-251-3/+4
* usb: xhci: avoid unnecessary calculationLu Baolu2017-01-251-10/+10
* usb: xhci: remove unnecessary assignmentLu Baolu2017-01-251-2/+0Star
* usb: host: xhci-plat: enable BROKEN_PED quirk if platform requestedFelipe Balbi2017-01-251-0/+3
* usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2017-01-252-0/+9
* xhci: Put warning message on a single lineAlexander Stein2017-01-251-2/+1Star
* usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang2017-01-251-1/+0Star
* usb: xhci: remove unnecessary second abort tryLu Baolu2017-01-251-13/+5Star
* xhci: remove unnecessary check for pending timerMathias Nyman2017-01-251-2/+1Star
* xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman2017-01-253-18/+11Star
* xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman2017-01-253-7/+7
* xhci: simplify if statement to make it more readableMathias Nyman2017-01-251-1/+2