summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2015-08-19xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman
2015-08-19xhci: do not report PLC when link is in internal resume stateZhuang Jin Can
2015-08-19xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can
2015-08-19xhci: report U3 when link is in resume stateZhuang Jin Can
2015-08-19xhci: Calculate old endpoints correctly on device resetBrian Campbell
2015-08-04usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP
2015-06-03xhci: gracefully handle xhci_irq dead deviceJoe Lawrence
2015-06-03xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman
2015-06-03xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman
2015-05-15usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-15usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-05-04usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-22usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu
2015-04-22usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu
2015-03-13xhci: no switching back on non-ULT HaswellOliver Neukum
2015-03-12xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado
2015-03-12xhci: Allocate correct amount of scratchpad buffersMathias Nyman
2015-03-05USB: EHCI: adjust error return codeAlan Stern
2015-01-29USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern
2015-01-29OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha
2015-01-07USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman
2014-12-06usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu
2014-12-06USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman
2014-10-13USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern
2014-10-13xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman
2014-10-13xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman
2014-10-13usb: host: xhci: fix compliance mode workaroundFelipe Balbi
2014-09-17usb: ehci: using wIndex + 1 for hub portPeter Chen
2014-09-17usb: xhci: amd chipset also needs short TX quirkHuang Rui
2014-09-17xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede
2014-09-09usb: host: ohci-spear: fix ohci_dump parametersVincent Stehlé
2014-09-03USB: ehci-pci: USB host controller support for Intel Quark X1000Bryan O'Donoghue
2014-09-03USB: OHCI: don't lose track of EDs when a controller diesAlan Stern
2014-09-03USB: OHCI: fix bugs in debug routinesAlan Stern
2014-07-17xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu
2014-07-17xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman
2014-07-02USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern
2014-06-20usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman
2014-06-20xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman
2014-06-18xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev
2014-06-18xhci: extend quirk for Renesas cardsIgor Gnatenko
2014-06-06USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern
2014-06-06fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6Nikita Yushchenko
2014-05-23xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede