Age | Commit message (Expand) | Author |
2009-09-23 | USB: ehci-dbg.c: no need for checking it before call vfree | Figo.zhang |
2009-09-23 | USB: xhci: Support interrupt transfers. | Sarah Sharp |
2009-09-23 | USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length. | Sarah Sharp |
2009-09-23 | USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status. | Sarah Sharp |
2009-09-23 | USB: xhci: Check URB's actual transfer buffer size. | Sarah Sharp |
2009-09-23 | USB: xhci: Don't touch xhci_td after it's freed. | Sarah Sharp |
2009-09-23 | USB: xhci: Handle babbling endpoints correctly. | Sarah Sharp |
2009-09-23 | USB: xhci: Make TRB completion code comparison readable. | Sarah Sharp |
2009-09-23 | USB: xhci: Add quirk for Fresco Logic xHCI hardware. | Sarah Sharp |
2009-09-23 | USB: xhci: Handle stalled control endpoints. | Sarah Sharp |
2009-09-23 | USB: xhci: Support full speed devices. | Sarah Sharp |
2009-09-23 | USB: xhci: Set correct max packet size for HS/FS control endpoints. | Sarah Sharp |
2009-09-23 | USB: xhci: Configure endpoint code refactoring. | Sarah Sharp |
2009-09-23 | USB: xhci: Fix slot and endpoint context debugging. | Sarah Sharp |
2009-09-23 | USB: xhci: Work around for chain bit in link TRBs. | Sarah Sharp |
2009-09-23 | USB: sl811-hcd: Fix device disconnect: | Hennerich, Michael |
2009-09-21 | trivial: fix typos "man[ae]g?ment" -> "management" | Uwe Kleine-Koenig |
2009-09-21 | trivial: fix typo "for for" in multiple files | Anand Gadiyar |
2009-09-21 | trivial: OHCI: Fix typo in a comment | Anand Gadiyar |
2009-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds |
2009-09-15 | debugfs: Modified default dir of debugfs for debugging UHCI. | GeunSik Lim |
2009-08-13 | Merge branch 'sh/stable-updates' | Paul Mundt |
2009-08-07 | USB: EHCI: fix counting of transaction error retries | Alan Stern |
2009-08-07 | USB: EHCI: fix two new bugs related to Clear-TT-Buffer | Alan Stern |
2009-07-29 | usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion. | Yoshihiro Shimoda |
2009-07-28 | USB: xhci: Stall handling bug fixes. | Sarah Sharp |
2009-07-28 | USB: xhci: Support for 64-byte contexts | John Youn |
2009-07-28 | USB: xhci: Always align output device contexts to 64 bytes. | Sarah Sharp |
2009-07-28 | USB: xhci: Scratchpad buffer allocation | John Youn |
2009-07-28 | USB: xhci: Fail gracefully if there's no SS ep companion descriptor. | Sarah Sharp |
2009-07-28 | USB: xhci: Handle babble errors on transfers. | Sarah Sharp |
2009-07-28 | USB: xhci: Setup HW retries correctly. | Sarah Sharp |
2009-07-28 | USB: xhci: Check if the host controller died in IRQ handler. | Sarah Sharp |
2009-07-28 | USB: xhci: Don't oops if the host doesn't halt. | Sarah Sharp |
2009-07-28 | USB: xhci: Make debugging more verbose. | Sarah Sharp |
2009-07-28 | USB: xhci: Correct Event Handler Busy flag usage. | Sarah Sharp |
2009-07-28 | USB: xhci: Handle short control packets correctly. | Sarah Sharp |
2009-07-28 | USB: xhci: Represent 64-bit addresses with one u64. | Sarah Sharp |
2009-07-28 | USB: xhci: Use GFP_ATOMIC while holding spinlocks. | Sarah Sharp |
2009-07-28 | USB: xhci: Deal with stalled endpoints. | Sarah Sharp |
2009-07-28 | USB: xhci: Set TD size in transfer TRB. | Sarah Sharp |
2009-07-28 | USB: xhci: fix less- and greater than confusion | Roel Kluin |
2009-07-28 | USB: ehci-orion: Call ehci_reset before ehci_halt | Simon Kagstrom |
2009-07-28 | USB: OMAP: OHCI: hc_driver's stop method should call ohci_stop | Anand Gadiyar |
2009-07-23 | usb: move r8a66597 register defines | Magnus Damm |
2009-07-20 | usb: r8a66597-hcd platform data on_chip support | Magnus Damm |
2009-07-20 | usb: convert r8a66597-hcd to dev_pm_ops | Magnus Damm |
2009-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2009-07-12 | USB: EHCI: report actual_length for iso transfers | Alan Stern |
2009-07-12 | USB: EHCI: check for STALL before other errors | Alan Stern |