summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-273-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/+37
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-254-33/+18
* 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/+2
* 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/+3
* 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/+0
* usb: host: xhci: introduce xhci_td_cleanup()Felipe Balbi2017-01-251-42/+50
* usb: host: xhci: reorder variable definitionsFelipe Balbi2017-01-251-8/+4
* 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/+124
* usb: host: xhci: print HCIVERSION on debugFelipe Balbi2017-01-251-2/+0
* 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/+1
* 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/+0
* 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/+1
* usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang2017-01-251-1/+0
* usb: xhci: remove unnecessary second abort tryLu Baolu2017-01-251-13/+5
* xhci: remove unnecessary check for pending timerMathias Nyman2017-01-251-2/+1
* xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman2017-01-253-18/+11
* 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
* Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman2017-01-251-1/+1
|\
| * xhci: remove WARN_ON if dma mask is not set for platform devicesMathias Nyman2017-01-201-1/+1
* | usb: xhci-mtk: add reference clockChunfeng Yun2017-01-192-0/+16
* | usb: host: xhci: plat: check hcc_params after add hcdWilliam wu2017-01-191-3/+3
* | usb: host: constify dev_pm_ops structuresBhumika Goyal2017-01-191-1/+1
* | usb: host: oxu210hp-hcd: remove unused variableSudip Mukherjee2017-01-191-2/+0
* | Merge 4.10-rc4 into usb-nextGreg Kroah-Hartman2017-01-162-24/+0
|\ \ | |/
| * xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-112-24/+0
* | usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski2017-01-101-0/+2
* | usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski2017-01-101-0/+2
OpenPOWER on IntegriCloud