aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-2/+12
2011-06-05USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov1-2/+12
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-13/+13
2011-05-16xhci: Fix memory leak in ring cache deallocation.Sarah Sharp1-4/+3
2011-05-13xhci: Fix full speed bInterval encoding.Sarah Sharp1-2/+2
2011-05-09xHCI 1.0: Isoch endpoint CErr field setAndiry Xu1-2/+2
2011-05-09xHCI 1.0: Control endpoint average TRB length field setAndiry Xu1-1/+8
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior1-1/+1
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-61/+61
2011-04-13USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov1-28/+62
2011-04-13USB: xhci - remove excessive 'inline' markingsDmitry Torokhov1-4/+4
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter1-4/+4
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-9/+84
2011-03-13xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp1-0/+18
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-4/+62
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp1-2/+2
2011-03-13xhci: Modify check for TT info.Sarah Sharp1-3/+2
2011-03-13xhci: Rework port suspend structures for limited ports.Sarah Sharp1-1/+1
2011-02-22USB: xhci: mark local functions as staticDmitry Torokhov1-2/+2
2011-02-20USB: xhci: fix couple sparse annotationsDmitry Torokhov1-2/+2
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov1-1/+1
2010-12-09xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp1-10/+15
2010-11-19xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp1-0/+164
2010-11-11xHCI: fix wMaxPacketSize maskAndiry Xu1-2/+2
2010-10-22USB: xHCI: bus power management implementationAndiry Xu1-0/+1
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu1-0/+2
2010-10-22USB: xHCI: port power management implementationAndiry Xu1-0/+1
2010-10-22USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu1-0/+1
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp1-0/+23
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-43/+0
2010-08-10USB: xHCI: allocate bigger ring for isochronous endpointAndiry Xu1-2/+12
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu1-0/+16
2010-08-10USB: xHCI: Missed Service Error Event processAndiry Xu1-0/+1
2010-08-10USB: xhci: trivial: use ARRAY_SIZEKulikov Vasiliy1-2/+2
2010-07-26USB: xhci: Set Mult field in endpoint context correctly.Sarah Sharp1-2/+3
2010-07-26USB: xhci: Set EP0 dequeue ptr after reset of configured device.Sarah Sharp1-0/+21
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-15/+7
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap1-8/+8
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-1/+73
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-1/+378
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp1-0/+51
2010-04-30USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp1-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19USB: xhci: Make endpoint interval debugging clearer.Sarah Sharp1-2/+7
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-2/+2
2010-03-02USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp1-6/+12
2010-03-02USB: xhci: Refactor code to free or cache endpoint rings.Sarah Sharp1-0/+25
2009-12-11USB: xhci: Make reverting an alt setting "unfailable".Sarah Sharp1-13/+63
2009-12-11USB: xhci-mem.c: introduce missing kfreeJulia Lawall1-1/+4
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp1-0/+159