summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2011-07-16USB: OHCI: fix another regression for NVIDIA controllersAlan Stern1-0/+28
2011-07-09usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shiftKuninori Morimoto1-1/+1
2011-07-09usb: update email address in ohci-sh and r8a66597-hcdYoshihiro Shimoda2-2/+2
2011-07-09usb: r8a66597-hcd: add function for external controllerYoshihiro Shimoda2-18/+22
2011-07-09EHCI: only power off port if over-current is activeSergei Shtylyov1-1/+2
2011-07-09USB: EHCI: go back to using the system clock for QH unlinksAlan Stern3-48/+45
2011-07-09ehci: add pci quirk for Ordissimo and RM Slate 100 tooAnisse Astier1-0/+7
2011-07-09ehci: refactor pci quirk to use standard dmi_check_system methodAnisse Astier1-7/+14
2011-07-09USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov4-14/+115
2011-07-09USB: EHCI: Move sysfs related bits into ehci-sysfs.cKirill Smelkov3-77/+97
2011-07-09ehci-msm : use ehci_setupMatthieu CASTET1-19/+1
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman7-13/+56
2011-06-07ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' optionNiels de Vos1-1/+1
2011-06-07drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall1-2/+5
2011-06-07USB: ehci-s5p: add PM supportJingoo Han1-0/+95
2011-06-06USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov1-2/+12
2011-06-03xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp3-2/+20
2011-06-03xhci: Do not issue device reset when device is not setupMaarten Lankhorst1-0/+7
2011-06-03xhci: Add defines for hardcoded slot statesMaarten Lankhorst2-4/+9
2011-06-03xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans5-55/+52
2011-06-03xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans1-2/+2
2011-06-02xhci: Bigendian fix for skip_isoc_td()Matt Evans1-1/+1
2011-05-28Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-69/+412
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp4-11/+244
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp3-0/+20
2011-05-27Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp4-0/+124
2011-05-26xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp2-37/+15
2011-05-26xhci: STFU: Don't print event ring dequeue pointer.Sarah Sharp1-13/+1
2011-05-26xhci: STFU: Remove function tracing.Sarah Sharp1-8/+0
2011-05-26xhci: Don't submit commands when the host is dead.Sarah Sharp1-1/+7
2011-05-26xhci: Clear stopped_td when Stop Endpoint command completes.Sarah Sharp1-0/+2
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds57-1982/+4001
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+5
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds2-0/+2
2011-05-20USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.hJan Andersson1-3/+0
2011-05-20USB: UHCI: Support big endian GRUSBHC HCJan Andersson2-2/+18
2011-05-20USB: UHCI: Add support for big endian descriptorsJan Andersson5-120/+192
2011-05-20USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrierAlan Stern1-12/+2
2011-05-20USB: UHCI: Add support for big endian mmioJan Andersson2-15/+56
2011-05-20usb/isp1760: Fix possible unlink problemsArvid Brodin1-52/+95
2011-05-20usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin1-34/+34
2011-05-20USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern5-5/+18
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern3-4/+12
2011-05-17OHCI: fix regression caused by nVidia shutdown workaroundAlan Stern1-2/+10
2011-05-17xhci: Fix memory leak bug when dropping endpointsSarah Sharp1-1/+10
2011-05-17xhci: Fix memory leak in ring cache deallocation.Sarah Sharp1-4/+3
2011-05-14xhci: Fix full speed bInterval encoding.Sarah Sharp1-2/+2
2011-05-12xhci: move the common code to a function to get max ports and port arrayhuajun li1-39/+27
2011-05-12ehci: workaround for pci quirk timeout on ExoPCAndy Ross1-10/+25