summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2016-05-05usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-02-25xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-17xhci: fix usb2 resume timing and races.Mathias Nyman2-6/+42
2016-02-17xhci: fix placement of call to usb_disabled()Greg Kroah-Hartman1-3/+3
2016-01-29xhci: refuse loading if nousb is usedOliver Neukum1-0/+4
2016-01-29usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2016-01-23USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2015-11-09xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott1-0/+1
2015-11-09xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-23usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2-14/+57
2015-10-23xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2015-10-23usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-09-21usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen1-4/+4
2015-08-17xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-10xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-10xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2015-08-10xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-08-10xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-08-03usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-06-06xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-06-06xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-06-06xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-13usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2-8/+11
2015-05-13usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+4
2015-05-06usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-06usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-06usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-06usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-06usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-06usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+3
2015-05-06usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+1
2015-04-19usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+1
2015-04-19usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-03-18xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-03-18xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-01-27USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern1-4/+4
2015-01-27OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15
2014-12-16USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-75/+25
2014-12-07usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu4-4/+52
2014-12-07USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-10-06USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern1-2/+0
2014-10-06xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman1-2/+10
2014-10-06xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-10-06usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-09-06usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-09-06usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-09-06xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-09-06USB: ehci-pci: USB host controller support for Intel Quark X1000Bryan O'Donoghue1-0/+25
2014-09-06USB: OHCI: don't lose track of EDs when a controller diesAlan Stern1-17/+29
2014-09-06USB: OHCI: fix bugs in debug routinesAlan Stern2-9/+10