index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-log.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-15
usb: Don't fail port power resume on device disconnect.
Sarah Sharp
1
-8
/
+5
2013-08-15
usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
Lan Tianyu
1
-12
/
+2
2013-08-15
USB: handle LPM errors during device suspend correctly
Alan Stern
1
-33
/
+38
2013-08-14
USB: uss720: fix DMA-buffer allocation
Johan Hovold
1
-9
/
+15
2013-08-14
USB: quatech2: fix port DMA-buffer allocations
Johan Hovold
1
-6
/
+15
2013-08-14
USB: quatech2: fix serial DMA-buffer allocations
Johan Hovold
1
-2
/
+12
2013-08-14
USB: keyspan: fix port DMA-buffer allocations
Johan Hovold
1
-8
/
+56
2013-08-14
USB: keyspan: fix serial DMA-buffer allocations
Johan Hovold
1
-4
/
+36
2013-08-14
USB: keyspan: fix null-deref at disconnect and release
Johan Hovold
1
-1
/
+1
2013-08-14
USB: mos7720: fix broken control requests
Johan Hovold
1
-7
/
+14
2013-08-14
usb: add two quirky touchscreen
Oliver Neukum
1
-0
/
+6
2013-08-14
USB: chipidea: i.MX: simplify usbmisc
Sascha Hauer
3
-107
/
+76
2013-08-14
usb: chipidea: udc: .pullup is valid only when vbus is there
Peter Chen
1
-0
/
+3
2013-08-14
usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUS
Peter Chen
4
-21
/
+6
2013-08-14
usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flags
Peter Chen
1
-3
/
+2
2013-08-14
usb: chipidea: add wait vbus lower than OTGSC_BSV before role starts
Peter Chen
3
-0
/
+39
2013-08-14
usb: chipidea: add vbus interrupt handler
Peter Chen
5
-12
/
+71
2013-08-14
usb: chipidea: move otg related things to otg file
Peter Chen
3
-52
/
+70
2013-08-14
usb: chipidea: disable all interrupts and clear all interrupts status
Peter Chen
1
-1
/
+10
2013-08-14
usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTG
Peter Chen
2
-7
/
+35
2013-08-14
usb: chipidea: add role init and destroy APIs
Peter Chen
5
-11
/
+54
2013-08-14
usb: chipidea: otg: add otg file used to access otgsc
Peter Chen
5
-2
/
+80
2013-08-14
usb: chipidea: udc: otg_set_peripheral is useless for some chipidea users
Peter Chen
1
-1
/
+6
2013-08-14
usb: chipidea: host: add vbus regulator control
Peter Chen
1
-1
/
+22
2013-08-14
usb: chipidea: move vbus regulator operation to core
Peter Chen
3
-24
/
+26
2013-08-14
usb: chipidea: remove previous MODULE_ALIAS
Fabio Estevam
1
-1
/
+0
2013-08-14
usb: chipidea: prevent endless loop registering platform_devices when probe f...
Lothar Waßmann
1
-5
/
+3
2013-08-14
usb: chipidea: don't clobber return value of ci_role_start()
Lothar Waßmann
1
-1
/
+0
2013-08-14
usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_h...
Lothar Waßmann
1
-3
/
+1
2013-08-14
usb: chipidea: improve kconfig 2.0
Lothar Waßmann
1
-4
/
+3
2013-08-14
usb: chipidea: imx: delete the dead code
Peter Chen
1
-3
/
+0
2013-08-14
usb: chipidea: move hw_phymode_configure() into probe
Fabio Estevam
1
-2
/
+2
2013-08-14
usb: chipidea: ci_hdrc_imx: remove unused variable 'res'
Fabio Estevam
1
-7
/
+0
2013-08-14
Documentation sysfs-bus-usb: Document all files used by libusb
Hans de Goede
1
-0
/
+38
2013-08-14
usb: dwc3: core: cope with NULL pdata
Felipe Balbi
1
-1
/
+4
2013-08-14
usb: rh_call_control tbuf overflow fix
Sean O. Stalley
1
-7
/
+17
2013-08-14
usb: host: add Kconfig option for EHSET
Jack Pham
3
-1
/
+26
2013-08-14
pl2303: improve the chip type detection/distinction
Frank Schäfer
1
-23
/
+72
2013-08-14
pl2303: improve the chip type information output on startup
Frank Schäfer
1
-5
/
+10
2013-08-14
pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()
Frank Schäfer
1
-3
/
+2
2013-08-14
xhci: fix dma mask setup in xhci.c
Xenia Ragiadakou
2
-14
/
+15
2013-08-14
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
3
-3
/
+9
2013-08-14
xhci: trace debug messages related to driver initialization and unload
Xenia Ragiadakou
3
-68
/
+113
2013-08-14
xhci: trace debug statements for urb cancellation
Xenia Ragiadakou
3
-28
/
+54
2013-08-14
xhci: add xhci_cmd_completion trace event
Xenia Ragiadakou
2
-0
/
+33
2013-08-14
xhci: add xhci_address_ctx trace event
Xenia Ragiadakou
2
-0
/
+49
2013-08-14
xhci: add trace for debug messages related to endpoint reset
Xenia Ragiadakou
3
-7
/
+18
2013-08-14
xhci: add trace for debug messages related to quirks
Xenia Ragiadakou
5
-35
/
+69
2013-08-14
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
4
-10
/
+27
2013-08-14
xhci: add traces for debug messages in xhci_address_device()
Xenia Ragiadakou
6
-11
/
+103
[next]