summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2011-09-18usb: ehci: remove the 1st wmb in qh_append_tdsMing Lei1-1/+1
2011-09-18usb: ehci: fix comment for EHCI_SHRINK_JIFFIESMing Lei1-1/+1
2011-09-18usb: ehci: only prepare zero packet for out transfer if requiredMing Lei1-2/+3
2011-09-18usb: ehci: remove wmb in qh_updateMing Lei1-2/+0
2011-09-09xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com1-2/+1
2011-09-09xHCI: refine td allocationAndiry Xu2-17/+12
2011-09-09xhci: Don't print short isoc packets.Sarah Sharp1-1/+2
2011-09-09xhci: Add software BW checking quirk to Intel PPT xHCISarah Sharp1-0/+1
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp2-2/+312
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp3-3/+293
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp3-0/+96
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp3-1/+189
2011-09-09xhci: Store the "real" root port number.Sarah Sharp2-0/+2
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp1-18/+14
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp3-4/+4
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp1-0/+6
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman26-214/+1035
2011-08-24USB host i.MX21: remove dependency on MACH_MX21Sascha Hauer1-3/+3
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto6-16/+16
2011-08-23usb: fhci-hcd: Allocate pram dynamically.Joakim Tjernlund1-1/+4
2011-08-22usb/isp1760: Clear TT buffer on interrupted low & full speed transfersArvid Brodin1-9/+74
2011-08-22drivers/usb/host/ohci-omap3.c: test the just-initialized valueJulia Lawall1-1/+1
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern10-41/+56
2011-08-22usb: OHCI/EHCI support for Netlogic XLS processor.Jayachandran C4-0/+322
2011-08-22USB: pxa168: Add onchip USB host controller supportTanmay Upadhyay3-0/+375
2011-08-22usb: isp1362-hcd: Quieten printksTobias Klauser1-3/+3
2011-08-22usb/isp1760: Fix problems that trigger WARNING at line 1136.Arvid Brodin1-18/+20
2011-08-22usb/isp1760: Fix missing endpoint unlink when no mem during enqueueArvid Brodin1-6/+3
2011-08-22usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin2-45/+96
2011-08-22usb/isp1760: Move isp1760_run within file (prepare for next patch)Arvid Brodin1-68/+68
2011-08-22usb/isp1760: Move some code (prepare for next patch)Arvid Brodin1-27/+18
2011-08-22usb: s5p-ehci: fix a NULL pointer deferenceYulgon Kim1-0/+1
2011-08-22USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resum...Wang Zhi1-4/+3
2011-08-16xhci: Handle zero-length isochronous packets.Sarah Sharp1-10/+11
2011-08-09xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp2-8/+15
2011-08-09xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp1-6/+44
2011-08-09xhci: Fix memory leak during failed enqueue.Sarah Sharp2-8/+18
2011-08-09xHCI: report USB2 port in resuming as suspendAndiry Xu1-3/+12
2011-08-09xHCI: fix port U3 status check conditionAndiry Xu1-1/+1
2011-08-08usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe1-1/+1
2011-08-08usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin1-0/+3
2011-08-08USB: EHCI: Fix test mode sequenceBoris Todorov1-0/+12
2011-08-08usb/ehci-mxc: add missing inclusion of mach/hardware.hShawn Guo1-0/+1
2011-08-01Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman1-0/+16
2011-08-01usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)Ming Lei1-0/+16
2011-08-01USB: xhci: fix OS want to own HCJiSheng Zhang1-1/+1
2011-08-01xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp1-5/+14
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds17-240/+481
2011-07-19EHCI: fix direction handling for interrupt data togglesAlan Stern2-1/+3
2011-07-16USB: OHCI: fix another regression for NVIDIA controllersAlan Stern1-0/+28