summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-01-25xhci: use the trb_to_noop() helper for command trbsMathias Nyman1-10/+2
2017-01-25xhci: Introduce helper to turn one TRB into a no-opMathias Nyman1-12/+17
2017-01-25usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()Felipe Balbi1-6/+3
2017-01-25usb: host: xhci: check for a valid ring when unmapping bounce bufferFelipe Balbi1-1/+1
2017-01-25usb: host: xhci: remove bogus __releases()/__acquires() annotationFelipe Balbi1-2/+0
2017-01-25usb: host: xhci: introduce xhci_td_cleanup()Felipe Balbi1-42/+50
2017-01-25usb: host: xhci: reorder variable definitionsFelipe Balbi1-8/+4
2017-01-25usb: host: xhci: use slightly better list helpersFelipe Balbi1-9/+10
2017-01-25usb: host: xhci: remove unneded semicolonFelipe Balbi1-1/+1
2017-01-25usb: host: xhci: simplify irq handler returnFelipe Balbi1-15/+17
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi4-157/+124
2017-01-25usb: host: xhci: print HCIVERSION on debugFelipe Balbi1-2/+0
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi3-21/+21
2017-01-25usb: xhci: remove unnecessary return in xhci_pci_setup()Lu Baolu1-5/+1
2017-01-25usb: xhci: use list_is_singular for cmd_listLu Baolu1-3/+4
2017-01-25usb: xhci: avoid unnecessary calculationLu Baolu1-10/+10
2017-01-25usb: xhci: remove unnecessary assignmentLu Baolu1-2/+0
2017-01-25usb: host: xhci-plat: enable BROKEN_PED quirk if platform requestedFelipe Balbi1-0/+3
2017-01-25usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2-0/+9
2017-01-25xhci: Put warning message on a single lineAlexander Stein1-2/+1
2017-01-25usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang1-1/+0
2017-01-25usb: xhci: remove unnecessary second abort tryLu Baolu1-13/+5
2017-01-25xhci: remove unnecessary check for pending timerMathias Nyman1-2/+1
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman3-18/+11
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman3-7/+7
2017-01-25xhci: simplify if statement to make it more readableMathias Nyman1-1/+2
2017-01-25usb: storage: sddr09: Remove a set-but-not-used variableAugusto Mecking Caringi1-3/+1
2017-01-25usb: musb: constify musb_hdrc_config structuresBhumika Goyal3-3/+3
2017-01-25Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman10-32/+31
2017-01-20xhci: remove WARN_ON if dma mask is not set for platform devicesMathias Nyman1-1/+1
2017-01-19usb: xhci-mtk: add reference clockChunfeng Yun2-0/+16
2017-01-19usb: mtu3: add reference clockChunfeng Yun2-2/+20
2017-01-19usb: mtu3: get resources that cause deferred probe earlierChunfeng Yun1-12/+12
2017-01-19usb: host: xhci: plat: check hcc_params after add hcdWilliam wu1-3/+3
2017-01-19usb: host: constify dev_pm_ops structuresBhumika Goyal1-1/+1
2017-01-19usb: isp1760: constify usb_gadget_ops structuresBhumika Goyal1-1/+1
2017-01-19usb: gadget: constify usb_gadget_ops structuresBhumika Goyal1-1/+1
2017-01-19usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu1-0/+1
2017-01-19usb: storage: ene_ub6250: remove unused variableSudip Mukherjee1-2/+0
2017-01-19usb: host: oxu210hp-hcd: remove unused variableSudip Mukherjee1-2/+0
2017-01-19usb: core: update comments for send message functionsJaejoong Kim1-18/+15
2017-01-17Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman9-31/+30
2017-01-16Merge 4.10-rc4 into usb-nextGreg Kroah-Hartman6-66/+98
2017-01-16usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire1-2/+2
2017-01-16usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay1-2/+2
2017-01-12Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-39/+78
2017-01-12usb: gadget: udc: atmel: remove memory leakAlexandre Belloni2-1/+3
2017-01-12usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan1-1/+3
2017-01-12usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz1-0/+3
2017-01-12usb: dwc2: use u32 for DT binding parametersLeo Yan2-7/+7