aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2013-02-06xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp
2013-01-03xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner
2012-10-17xHCI: add aborting command ring functionElric Fu
2012-06-19xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai
2012-06-19xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai
2012-05-31xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp
2012-05-31USB: fix resource leak in xhci power loss pathOliver Neukum
2012-04-22xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp
2012-02-29xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp
2011-11-04xhci: Set slot and ep0 flags for address command.Sarah Sharp
2011-09-26usb/xhci: replace pci_*_consistent() with dma_*_coherent()Sebastian Andrzej Siewior
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-09-26xHCI: test USB2 software LPMAndiry Xu
2011-09-26xHCI: Check host USB2 LPM capabilityAndiry Xu
2011-09-20xhci-mem.c: xhci_segment_free: No need for checking seg argumentKautuk Consul
2011-09-20xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul
2011-09-20xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp
2011-09-09xHCI: refine td allocationAndiry Xu
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp
2011-09-09xhci: Store the "real" root port number.Sarah Sharp
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-06-15xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman
2011-06-05USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans
2011-05-16xhci: Fix memory leak in ring cache deallocation.Sarah Sharp
2011-05-13xhci: Fix full speed bInterval encoding.Sarah Sharp
2011-05-09xHCI 1.0: Isoch endpoint CErr field setAndiry Xu
2011-05-09xHCI 1.0: Control endpoint average TRB length field setAndiry Xu
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans
2011-04-13USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov
2011-04-13USB: xhci - remove excessive 'inline' markingsDmitry Torokhov
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-13xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp
2011-03-13xhci: Modify check for TT info.Sarah Sharp
2011-03-13xhci: Rework port suspend structures for limited ports.Sarah Sharp
2011-02-22USB: xhci: mark local functions as staticDmitry Torokhov
2011-02-20USB: xhci: fix couple sparse annotationsDmitry Torokhov
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov
2010-12-09xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp
2010-11-19xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp
2010-11-11xHCI: fix wMaxPacketSize maskAndiry Xu