index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
usbcore: add sysfs support to xHCI usb2 hardware LPM
Andiry Xu
2011-09-27
3
-1
/
+99
*
xHCI: set USB2 hardware LPM
Andiry Xu
2011-09-27
9
-1
/
+120
*
xHCI: test USB2 software LPM
Andiry Xu
2011-09-27
4
-1
/
+211
*
xHCI: Check host USB2 LPM capability
Andiry Xu
2011-09-27
3
-0
/
+27
*
xHCI: Clear PLC for USB2 root hub ports
Andiry Xu
2011-09-27
1
-0
/
+4
*
xHCI: test and clear RWC bit
Andiry Xu
2011-09-27
3
-10
/
+20
*
xHCI: set link state
Andiry Xu
2011-09-27
3
-47
/
+33
*
usbcore: check device's LPM capability
Andiry Xu
2011-09-27
2
-2
/
+10
*
usbcore: get BOS descriptor set
Andiry Xu
2011-09-27
5
-0
/
+121
*
USB: gadget: u_serial.c: fixed a brace coding style issue
Shaun Silk
2011-09-27
1
-2
/
+1
*
EHCI : introduce a common ehci_setup
Matthieu CASTET
2011-09-27
1
-0
/
+29
*
usbmon vs. tcpdump: fix dropped packet count
Johannes Stezenbach
2011-09-27
1
-1
/
+1
*
usb: gadget: udc-core: fix bug on soft_connect interface
Felipe Balbi
2011-09-27
1
-1
/
+1
*
USB: pl2303: add id for SMART device
Eric Benoit
2011-09-27
2
-0
/
+6
*
USB: qcserial: Add support for Sierra Wireless MC8355/Gobi 3000
Richard Hartmann
2011-09-20
1
-0
/
+1
*
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
*
USB: When hot reset for USB3 fails, try warm reset.
Sarah Sharp
2011-09-20
1
-0
/
+43
*
xhci: USB 3.0 BW checking.
Sarah Sharp
2011-09-20
2
-5
/
+67
*
xhci: Fix mult base in endpoint bandwidth info.
Sarah Sharp
2011-09-20
2
-5
/
+7
*
usbcore: refine warm reset logic
Andiry Xu
2011-09-20
1
-104
/
+112
*
usb/xhci: ignore xhci version while checking for the link quirk
Sebastian Andrzej Siewior
2011-09-20
2
-4
/
+2
*
USB: Realtek cr: Fix driver freeze issue
edwin_rong
2011-09-18
1
-4
/
+77
*
USB: add RESET_RESUME for webcams shown to be quirky
Oliver Neukum
2011-09-18
1
-0
/
+21
*
USB: document ehci-hcd's "companion" sysfs attribute
Alan Stern
2011-09-18
1
-0
/
+46
*
Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next
Greg Kroah-Hartman
2011-09-18
14
-647
/
+740
|
\
|
*
usb: musb: Enable DMA mode1 RX for transfers without short packets
Anand Gadiyar
2011-09-09
1
-26
/
+43
|
*
usb: musb: fix build breakage
Felipe Balbi
2011-09-09
1
-6
/
+5
|
*
usb: gadget: audio: queue wLength-sized requests
Felipe Balbi
2011-09-09
1
-2
/
+2
|
*
usb: gadget: audio: actually support both speeds
Felipe Balbi
2011-09-09
1
-5
/
+6
|
*
usb: gadget: storage: make FSG_NUM_BUFFERS variable size
Per Forlin
2011-09-09
4
-20
/
+85
|
*
USB: gadget: storage: remove alignment assumption
Alan Stern
2011-09-09
2
-81
/
+49
|
*
usb: gadget: storage: adapt logic block size to bound block devices
Peiyu Li
2011-09-09
3
-57
/
+79
|
*
usb: dwc3: gadget: improve debug on link state change
Felipe Balbi
2011-09-09
1
-2
/
+2
|
*
usb: dwc3: omap: set idle and standby modes
Felipe Balbi
2011-09-09
1
-0
/
+24
|
*
usb: dwc3: ep0: introduce ep0_expect_in flag
Felipe Balbi
2011-09-09
2
-0
/
+18
|
*
usb: dwc3: ep0: giveback requests on stall_and_restart
Felipe Balbi
2011-09-09
1
-0
/
+10
|
*
usb: dwc3: gadget: drop the useless dma_sync_single* calls
Felipe Balbi
2011-09-09
1
-9
/
+0
|
*
usb: dwc3: gadget: fix GCTL programming
Felipe Balbi
2011-09-09
1
-6
/
+3
|
*
usb: dwc3: define ScaleDown macro helper
Felipe Balbi
2011-09-09
1
-0
/
+1
|
*
usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN
Felipe Balbi
2011-09-09
1
-1
/
+1
|
*
usb: dwc3: gadget: do not map/unmap ZLP transfers
Sebastian Andrzej Siewior
2011-09-09
1
-0
/
+10
|
*
usb: dwc3: omap: fix IRQ handling
Felipe Balbi
2011-09-09
1
-27
/
+12
|
*
usb: dwc3: omap: change IRQ name to dwc3-omap
Felipe Balbi
2011-09-09
1
-1
/
+1
|
*
usb: dwc3: add module.h to dwc3-omap.c and core.c
Felipe Balbi
2011-09-09
2
-0
/
+2
|
*
usb: dwc3: omap: distinguish between SW and HW modes
Felipe Balbi
2011-09-09
2
-0
/
+69
|
*
usb: dwc3: omap: drop DEV_PM_OPS for now
Felipe Balbi
2011-09-09
1
-41
/
+0
|
*
usb: dwc3: omap: use the macro we already have
Felipe Balbi
2011-09-09
1
-1
/
+2
|
*
usb: dwc3: omap: do not enable DMA Disable Clear IRQ
Felipe Balbi
2011-09-09
1
-2
/
+1
|
*
usb: dwc3: omap: fix dev_dbg() calls
Felipe Balbi
2011-09-09
1
-10
/
+10
[next]