summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman2011-06-147-13/+56
|\
| * drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall2011-06-071-2/+5
| * USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov2011-06-061-2/+12
| * xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp2011-06-033-2/+20
| * xhci: Do not issue device reset when device is not setupMaarten Lankhorst2011-06-031-0/+7
| * xhci: Add defines for hardcoded slot statesMaarten Lankhorst2011-06-032-4/+9
| * xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans2011-06-021-2/+2
| * xhci: Bigendian fix for skip_isoc_td()Matt Evans2011-06-021-1/+1
* | ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' optionNiels de Vos2011-06-071-1/+1
* | USB: ehci-s5p: add PM supportJingoo Han2011-06-071-0/+95
* | xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans2011-06-035-55/+52
|/
* Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-287-69/+412
|\
| * Intel xhci: Limit number of active endpoints to 64.Sarah Sharp2011-05-274-11/+244
| * Intel xhci: Ignore spurious successful event.Sarah Sharp2011-05-273-0/+20
| * Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp2011-05-274-0/+124
| * xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp2011-05-262-37/+15
| * xhci: STFU: Don't print event ring dequeue pointer.Sarah Sharp2011-05-261-13/+1
| * xhci: STFU: Remove function tracing.Sarah Sharp2011-05-261-8/+0
| * xhci: Don't submit commands when the host is dead.Sarah Sharp2011-05-261-1/+7
| * xhci: Clear stopped_td when Stop Endpoint command completes.Sarah Sharp2011-05-261-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\ \ | |/ |/|
| * pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-2357-1982/+4001
|\ \
| * | USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.hJan Andersson2011-05-201-3/+0
| * | USB: UHCI: Support big endian GRUSBHC HCJan Andersson2011-05-202-2/+18
| * | USB: UHCI: Add support for big endian descriptorsJan Andersson2011-05-205-120/+192
| * | USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrierAlan Stern2011-05-201-12/+2
| * | USB: UHCI: Add support for big endian mmioJan Andersson2011-05-202-15/+56
| * | usb/isp1760: Fix possible unlink problemsArvid Brodin2011-05-201-52/+95
| * | usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin2011-05-201-34/+34
| * | USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern2011-05-205-5/+18
| * | EHCI: don't rescan interrupt QHs needlesslyAlan Stern2011-05-173-4/+12
| * | OHCI: fix regression caused by nVidia shutdown workaroundAlan Stern2011-05-171-2/+10
| * | xhci: Fix memory leak bug when dropping endpointsSarah Sharp2011-05-171-1/+10
| * | xhci: Fix memory leak in ring cache deallocation.Sarah Sharp2011-05-171-4/+3
| * | xhci: Fix full speed bInterval encoding.Sarah Sharp2011-05-141-2/+2
| * | xhci: move the common code to a function to get max ports and port arrayhuajun li2011-05-121-39/+27
| * | ehci: workaround for pci quirk timeout on ExoPCAndy Ross2011-05-121-10/+25
| * | ehci: pci quirk cleanupAndy Ross2011-05-121-70/+66
| * | xhci: Fix bug in control transfer cancellation.Sarah Sharp2011-05-121-9/+9
| * | USB: ehci-s5p : use __devinit and __devexit macros for probe and removeJingoo Han2011-05-101-3/+3
| * | Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2011-05-104-5/+45
| |\ \
| | * | xHCI 1.0: Max Exit Latency Too Large ErrorAlex He2011-05-092-1/+8
| | * | xHCI 1.0: TT_THINK_TIME setAndiry Xu2011-05-091-1/+6
| | * | xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu2011-05-092-0/+7
| | * | xHCI 1.0: Isoch endpoint CErr field setAndiry Xu2011-05-091-2/+2
| | * | xHCI 1.0: Control endpoint average TRB length field setAndiry Xu2011-05-091-1/+8
| | * | xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu2011-05-092-0/+14
| * | | Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2011-05-102-2/+37
| |\ \ \ | | |/ / | |/| / | | |/
| * | USB: UHCI: Add support for GRLIB GRUSBHC controllerJan Andersson2011-05-073-7/+234