summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du2009-09-233-0/+10
| * USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel2009-09-235-6/+31
| * USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun2009-09-233-0/+192
| * USB: ehci-dbg.c: no need for checking it before call vfreeFigo.zhang2009-09-231-2/+1
| * USB: xhci: Support interrupt transfers.Sarah Sharp2009-09-233-1/+55
| * USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp2009-09-231-0/+9
| * USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp2009-09-231-2/+8
| * USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp2009-09-231-1/+16
| * USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp2009-09-231-1/+1
| * USB: xhci: Handle babbling endpoints correctly.Sarah Sharp2009-09-231-2/+14
| * USB: xhci: Make TRB completion code comparison readable.Sarah Sharp2009-09-231-7/+9
| * USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-09-234-23/+148
| * USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-09-233-14/+58
| * USB: xhci: Support full speed devices.Sarah Sharp2009-09-233-5/+89
| * USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp2009-09-231-5/+18
| * USB: xhci: Configure endpoint code refactoring.Sarah Sharp2009-09-234-52/+169
| * USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp2009-09-231-2/+3
| * USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp2009-09-234-4/+35
| * USB: sl811-hcd: Fix device disconnect:Hennerich, Michael2009-09-231-2/+6
| * trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-1/+1
| * trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-212-2/+2
| * trivial: OHCI: Fix typo in a commentAnand Gadiyar2009-09-211-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-09-183-502/+155
| |\
| | * Merge branch 'sh/stable-updates'Paul Mundt2009-08-1311-379/+886
| | |\
| | * | usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion.Yoshihiro Shimoda2009-07-291-0/+2
| | * | usb: move r8a66597 register definesMagnus Damm2009-07-231-366/+0
| | * | usb: r8a66597-hcd platform data on_chip supportMagnus Damm2009-07-193-129/+141
| | * | usb: convert r8a66597-hcd to dev_pm_opsMagnus Damm2009-07-191-8/+13
* | | | Merge branch 'master' into for-linusRussell King2009-09-221-1/+1
|\| | |
| * | | debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim2009-09-151-1/+1
| | |/ | |/|
* | | USB: ohci-pxa27x: Reconfigure power settings on resumeAric D. Blumer2009-09-101-0/+4
* | | [ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-11/+15
|/ /
* | USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-082-5/+5
* | USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2009-08-082-4/+5
* | USB: xhci: Stall handling bug fixes.Sarah Sharp2009-07-283-49/+120
* | USB: xhci: Support for 64-byte contextsJohn Youn2009-07-285-163/+287
* | USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp2009-07-284-53/+89
* | USB: xhci: Scratchpad buffer allocationJohn Youn2009-07-282-0/+113
* | USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp2009-07-281-1/+6
* | USB: xhci: Handle babble errors on transfers.Sarah Sharp2009-07-281-0/+4
* | USB: xhci: Setup HW retries correctly.Sarah Sharp2009-07-281-2/+4
* | USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp2009-07-281-0/+4
* | USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp2009-07-281-1/+4
* | USB: xhci: Make debugging more verbose.Sarah Sharp2009-07-283-24/+72
* | USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp2009-07-282-3/+7
* | USB: xhci: Handle short control packets correctly.Sarah Sharp2009-07-281-3/+11
* | USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp2009-07-285-148/+137
* | USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp2009-07-281-2/+5
* | USB: xhci: Deal with stalled endpoints.Sarah Sharp2009-07-284-4/+85
* | USB: xhci: Set TD size in transfer TRB.Sarah Sharp2009-07-281-5/+15