summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2012-02-231-1/+10
|\
| * USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp2012-02-141-1/+10
* | xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp2012-02-211-8/+24
|/
* xhci: Remove debugging about ring structure allocation.Sarah Sharp2011-12-221-14/+0
* xhci: Set slot and ep0 flags for address command.Sarah Sharp2011-11-041-5/+0
* usb/xhci: replace pci_*_consistent() with dma_*_coherent()Sebastian Andrzej Siewior2011-09-261-19/+19
* xHCI: AMD isoc link TRB chain bit quirkAndiry Xu2011-09-261-14/+18
* xHCI: test USB2 software LPMAndiry Xu2011-09-261-0/+11
* xHCI: Check host USB2 LPM capabilityAndiry Xu2011-09-261-0/+17
* xhci-mem.c: xhci_segment_free: No need for checking seg argumentKautuk Consul2011-09-201-2/+0
* xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul2011-09-201-10/+12
* xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp2011-09-201-4/+5
* xHCI: refine td allocationAndiry Xu2011-09-091-11/+3
* xhci: Track interval bandwidth tables per port/TT.Sarah Sharp2011-09-091-2/+24
* xhci: Store endpoint bandwidth information.Sarah Sharp2011-09-091-0/+63
* xhci: Store information about roothubs and TTs.Sarah Sharp2011-09-091-1/+131
* xhci: Store the "real" root port number.Sarah Sharp2011-09-091-0/+1
* xhci: Rename virt_dev->port to fake_port.Sarah Sharp2011-09-091-2/+2
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-5/+5
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-13/+13
|\
| * Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman2011-06-141-2/+12
| |\
| * | xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans2011-06-021-13/+13
* | | xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp2011-06-151-2/+0
| |/ |/|
* | USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov2011-06-051-2/+12
|/
* xhci: Fix memory leak in ring cache deallocation.Sarah Sharp2011-05-161-4/+3
* xhci: Fix full speed bInterval encoding.Sarah Sharp2011-05-131-2/+2
* 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
* usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2011-05-021-1/+1
* xhci: Make xHCI driver endian-safeMatt Evans2011-05-021-61/+61
* USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov2011-04-131-28/+62
* USB: xhci - remove excessive 'inline' markingsDmitry Torokhov2011-04-131-4/+4
* USB: xhci: unsigned char never equals -1Dan Carpenter2011-04-131-4/+4
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-9/+84
|\
| * xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp2011-03-131-0/+18
| * xhci: Register second xHCI roothub.Sarah Sharp2011-03-131-4/+62
| * xhci: Refactor bus suspend state into a struct.Sarah Sharp2011-03-131-2/+2
| * xhci: Modify check for TT info.Sarah Sharp2011-03-131-3/+2
| * xhci: Rework port suspend structures for limited ports.Sarah Sharp2011-03-131-1/+1
* | USB: xhci: mark local functions as staticDmitry Torokhov2011-02-221-2/+2
* | USB: xhci: fix couple sparse annotationsDmitry Torokhov2011-02-201-2/+2
* | USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov2011-02-201-1/+1
|/
* xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp2010-12-091-10/+15
* xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp2010-11-191-0/+164
* xHCI: fix wMaxPacketSize maskAndiry Xu2010-11-111-2/+2
* USB: xHCI: bus power management implementationAndiry Xu2010-10-221-0/+1
* USB: xHCI: port remote wakeup implementationAndiry Xu2010-10-221-0/+2
* USB: xHCI: port power management implementationAndiry Xu2010-10-221-0/+1
* USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu2010-10-221-0/+1
* USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp2010-08-101-0/+23
OpenPOWER on IntegriCloud