index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xHCI: Allocate 2 segments for transfer ring
Andiry Xu
2012-03-13
1
-3
/
+3
*
xHCI: dynamic ring expansion
Andiry Xu
2012-03-13
1
-12
/
+63
*
xHCI: set cycle state when allocate rings
Andiry Xu
2012-03-13
1
-18
/
+38
*
xHCI: factor out segments allocation and free function
Andiry Xu
2012-03-13
1
-34
/
+55
*
xHCI: count free TRBs on transfer ring
Andiry Xu
2012-03-13
1
-0
/
+6
*
xHCI: store ring's last segment and segment numbers
Andiry Xu
2012-03-13
1
-0
/
+2
*
xHCI: store ring's type
Andiry Xu
2012-03-12
1
-16
/
+22
*
Merge branch 'usb-3.3-rc4' into usb-next
Greg Kroah-Hartman
2012-02-23
1
-1
/
+10
|
\
|
*
USB/xhci: Enable remote wakeup for USB3 devices.
Sarah Sharp
2012-02-14
1
-1
/
+10
*
|
xhci: Fix encoding for HS bulk/control NAK rate.
Sarah Sharp
2012-02-21
1
-8
/
+24
|
/
*
xhci: Remove debugging about ring structure allocation.
Sarah Sharp
2011-12-22
1
-14
/
+0
*
xhci: Set slot and ep0 flags for address command.
Sarah Sharp
2011-11-04
1
-5
/
+0
*
usb/xhci: replace pci_*_consistent() with dma_*_coherent()
Sebastian Andrzej Siewior
2011-09-26
1
-19
/
+19
*
xHCI: AMD isoc link TRB chain bit quirk
Andiry Xu
2011-09-26
1
-14
/
+18
*
xHCI: test USB2 software LPM
Andiry Xu
2011-09-26
1
-0
/
+11
*
xHCI: Check host USB2 LPM capability
Andiry Xu
2011-09-26
1
-0
/
+17
*
xhci-mem.c: xhci_segment_free: No need for checking seg argument
Kautuk Consul
2011-09-20
1
-2
/
+0
*
xhci-mem.c: Check for ring->first_seg != NULL
Kautuk Consul
2011-09-20
1
-10
/
+12
*
xhci: Fix mult base in endpoint bandwidth info.
Sarah Sharp
2011-09-20
1
-4
/
+5
*
xHCI: refine td allocation
Andiry Xu
2011-09-09
1
-11
/
+3
*
xhci: Track interval bandwidth tables per port/TT.
Sarah Sharp
2011-09-09
1
-2
/
+24
*
xhci: Store endpoint bandwidth information.
Sarah Sharp
2011-09-09
1
-0
/
+63
*
xhci: Store information about roothubs and TTs.
Sarah Sharp
2011-09-09
1
-1
/
+131
*
xhci: Store the "real" root port number.
Sarah Sharp
2011-09-09
1
-0
/
+1
*
xhci: Rename virt_dev->port to fake_port.
Sarah Sharp
2011-09-09
1
-2
/
+2
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-5
/
+5
*
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-07-25
1
-13
/
+13
|
\
|
*
Merge 3.0-rc2 into usb-linus as it's needed by some USB patches
Greg Kroah-Hartman
2011-06-14
1
-2
/
+12
|
|
\
|
*
|
xhci: Remove some unnecessary casts and tidy some endian swap code
Matt Evans
2011-06-02
1
-13
/
+13
*
|
|
xhci: Don't warn about zeroed bMaxBurst descriptor field.
Sarah Sharp
2011-06-15
1
-2
/
+0
|
|
/
|
/
|
*
|
USB: xhci - fix interval calculation for FS isoc endpoints
Dmitry Torokhov
2011-06-05
1
-2
/
+12
|
/
*
xhci: Fix memory leak in ring cache deallocation.
Sarah Sharp
2011-05-16
1
-4
/
+3
*
xhci: Fix full speed bInterval encoding.
Sarah Sharp
2011-05-13
1
-2
/
+2
*
xHCI 1.0: Isoch endpoint CErr field set
Andiry Xu
2011-05-09
1
-2
/
+2
*
xHCI 1.0: Control endpoint average TRB length field set
Andiry Xu
2011-05-09
1
-1
/
+8
*
usb/ch9: use proper endianess for wBytesPerInterval
Sebastian Andrzej Siewior
2011-05-02
1
-1
/
+1
*
xhci: Make xHCI driver endian-safe
Matt Evans
2011-05-02
1
-61
/
+61
*
USB: xhci - fix math in xhci_get_endpoint_interval()
Dmitry Torokhov
2011-04-13
1
-28
/
+62
*
USB: xhci - remove excessive 'inline' markings
Dmitry Torokhov
2011-04-13
1
-4
/
+4
*
USB: xhci: unsigned char never equals -1
Dan Carpenter
2011-04-13
1
-4
/
+4
*
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-03-16
1
-9
/
+84
|
\
|
*
xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.
Sarah Sharp
2011-03-13
1
-0
/
+18
|
*
xhci: Register second xHCI roothub.
Sarah Sharp
2011-03-13
1
-4
/
+62
|
*
xhci: Refactor bus suspend state into a struct.
Sarah Sharp
2011-03-13
1
-2
/
+2
|
*
xhci: Modify check for TT info.
Sarah Sharp
2011-03-13
1
-3
/
+2
|
*
xhci: Rework port suspend structures for limited ports.
Sarah Sharp
2011-03-13
1
-1
/
+1
*
|
USB: xhci: mark local functions as static
Dmitry Torokhov
2011-02-22
1
-2
/
+2
*
|
USB: xhci: fix couple sparse annotations
Dmitry Torokhov
2011-02-20
1
-2
/
+2
*
|
USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself
Dmitry Torokhov
2011-02-20
1
-1
/
+1
|
/
*
xhci: Fix issue with port array setup and buggy hosts.
Sarah Sharp
2010-12-09
1
-10
/
+15
[next]