Age | Commit message (Expand) | Author |
2015-10-22 | usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers | Reyad Attiyat |
2015-10-22 | xhci: init command timeout timer earlier to avoid deleting it uninitialized | Mathias Nyman |
2015-10-22 | xhci: change xhci 1.0 only restrictions to support xhci 1.1 | Mathias Nyman |
2015-10-22 | usb: xhci: exit early in xhci_setup_device() if we're halted or dying | Roger Quadros |
2015-10-22 | usb: xhci: Clear XHCI_STATE_DYING on start | Roger Quadros |
2015-10-22 | usb: xhci: lock mutex on xhci_stop | Roger Quadros |
2015-10-22 | xhci: give command abortion one more chance before killing xhci | Mathias Nyman |
2015-09-21 | usb: host: ehci-sys: delete useless bus_to_hcd conversion | Peter Chen |
2015-08-16 | drivers/usb: Delete XHCI command timer if necessary | Gavin Shan |
2015-08-16 | xhci: fix off by one error in TRB DMA address boundary check | Mathias Nyman |
2015-08-10 | xhci: do not report PLC when link is in internal resume state | Zhuang Jin Can |
2015-08-10 | xhci: prevent bus_suspend if SS port resuming in phase 1 | Zhuang Jin Can |
2015-08-10 | xhci: report U3 when link is in resume state | Zhuang Jin Can |
2015-08-10 | xhci: Calculate old endpoints correctly on device reset | Brian Campbell |
2015-08-03 | usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function | AMAN DEEP |
2015-08-03 | USB: OHCI: Fix race between ED unlink and URB submission | Alan Stern |
2015-05-24 | usb: host: xhci: add mutex for non-thread-safe data | Chris Bainbridge |
2015-05-24 | usb: make module xhci_hcd removable | Arthur Demchenkov |
2015-05-09 | xhci: gracefully handle xhci_irq dead device | Joe Lawrence |
2015-05-09 | xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256 | Mathias Nyman |
2015-05-09 | xhci: fix isoc endpoint dequeue from advancing too far on transaction error | Mathias Nyman |
2015-04-28 | Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap" | Ivan T. Ivanov |
2015-04-14 | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2015-04-10 | Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman |
2015-04-07 | usb: host: sl811: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: r8a66597: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: oxu210hp: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: fusbh200: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: fotg210: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: isp116x: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: uhci: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: ehci: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | usb: host: xhci: use new USB_RESUME_TIMEOUT | Felipe Balbi |
2015-04-07 | tracing: Add TRACE_SYSTEM_VAR to xhci-hcd | Steven Rostedt (Red Hat) |
2015-04-07 | Merge 4.0-rc7 into usb-next | Greg Kroah-Hartman |
2015-04-03 | ehci-hub: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | fhci-hub: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | fotg210-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | fusbh200-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | imx21-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | isp116x-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | isp1362-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | max3421-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | ohci-hub: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | oxu210hp-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | r8a66597-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | sl811-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | u132-hcd: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | uhci-hub: use USB_DT_HUB | Sergei Shtylyov |
2015-04-03 | Revert "usb: host/sl811-hcd: fix sparse warning" | Guenter Roeck |