Age | Commit message (Expand) | Author |
2013-09-26 | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization | Shengzhou Liu |
2013-09-26 | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy | Ramneek Mehresh |
2013-09-25 | USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd | Alan Stern |
2013-09-25 | USB: OHCI: accept very late isochronous URBs | Alan Stern |
2013-09-25 | USB: UHCI: accept very late isochronous URBs | Alan Stern |
2013-09-25 | USB: iMX21: accept very late isochronous URBs | Alan Stern |
2013-09-23 | xhci: Fix race between ep halt and URB cancellation | Florian Wolter |
2013-09-23 | usb: Fix xHCI host issues on remote wakeup. | Sarah Sharp |
2013-09-23 | xhci: Ensure a command structure points to the correct trb on the command ring | Mathias Nyman |
2013-09-23 | xhci: Fix oops happening after address device timeout | Mathias Nyman |
2013-09-17 | Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman |
2013-09-17 | Revert "USB: EHCI: support running URB giveback in tasklet context" | Greg Kroah-Hartman |
2013-09-17 | usb: host: fsl-mph-dr-of: Staticize local symbols | Sachin Kamat |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky |
2013-09-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2013-09-03 | Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2013-08-30 | ehci: remove debugging statement with ehci statistics in ehci_stop() | Xenia Ragiadakou |
2013-08-30 | ehci: remove duplicate debug_async_open() prototype in ehci-dbg.c | Xenia Ragiadakou |
2013-08-30 | ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set | Xenia Ragiadakou |
2013-08-30 | ehci: remove ehci_vdbg() verbose debugging statements | Xenia Ragiadakou |
2013-08-30 | usb: r8a66597-hcd: use platform_{get,set}_drvdata() | Libo Chen |
2013-08-28 | Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/lin... | Greg Kroah-Hartman |
2013-08-28 | xhci: Fix warning introduced by disabling runtime PM. | Sarah Sharp |
2013-08-27 | USB: OHCI: Allow runtime PM without system sleep | Alan Stern |
2013-08-27 | usb: ohci-at91: remove unnecessary dev_set_drvdata() | Libo Chen |
2013-08-27 | xhci:prevent "callbacks suppressed" when debug is not enabled | Dmitry Kasatkin |
2013-08-27 | xhci: fix port BESL LPM capability checking | Mathias Nyman |
2013-08-27 | usb: xhci: Disable runtime PM suspend for quirky controllers | Shawn Nematbakhsh |
2013-08-26 | USB: OHCI: fix build error related to ohci_suspend/resume | Alan Stern |
2013-08-23 | usb: ehci-mxc: check for pdata before dereferencing | Daniel Mack |
2013-08-23 | USB: OHCI: add missing PCI PM callbacks to ohci-pci.c | Alan Stern |
2013-08-23 | USB: fsl-mph-dr-of: cleanup clock API use | Gerhard Sittig |
2013-08-15 | Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next | Sarah Sharp |
2013-08-15 | Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman |
2013-08-15 | xhci-plat: Don't enable legacy PCI interrupts. | Sarah Sharp |
2013-08-14 | usb: host: add Kconfig option for EHSET | Jack Pham |
2013-08-13 | xhci: fix dma mask setup in xhci.c | Xenia Ragiadakou |
2013-08-13 | xhci: trace debug statements related to ring expansion | Xenia Ragiadakou |
2013-08-13 | xhci: trace debug messages related to driver initialization and unload | Xenia Ragiadakou |
2013-08-13 | xhci: trace debug statements for urb cancellation | Xenia Ragiadakou |
2013-08-13 | xhci: add xhci_cmd_completion trace event | Xenia Ragiadakou |
2013-08-13 | xhci: add xhci_address_ctx trace event | Xenia Ragiadakou |
2013-08-13 | xhci: add trace for debug messages related to endpoint reset | Xenia Ragiadakou |
2013-08-13 | xhci: add trace for debug messages related to quirks | Xenia Ragiadakou |
2013-08-13 | xhci: add trace for debug messages related to changing contexts | Xenia Ragiadakou |
2013-08-13 | xhci: add traces for debug messages in xhci_address_device() | Xenia Ragiadakou |
2013-08-13 | xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code | Xenia Ragiadakou |
2013-08-13 | xhci: replace printk(KERN_DEBUG ...) | Xenia Ragiadakou |
2013-08-13 | xhci: replace xhci_info() with xhci_dbg() | Xenia Ragiadakou |
2013-08-13 | usb: Add Device Tree support to XHCI Platform driver | Al Cooper |