index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-02
usb: musb: Return error value from musb_mailbox
Tony Lindgren
5
-14
/
+29
2016-06-02
usb: musb: Don't set d+ high before enable for 2430 glue layer
Tony Lindgren
1
-11
/
+0
2016-06-02
usb: musb: Remove try_idle for 2430 glue layer
Tony Lindgren
1
-91
/
+0
2016-06-02
usb: musb: Improve PM runtime and phy handling for 2430 glue layer
Tony Lindgren
1
-11
/
+19
2016-06-02
usb: musb: Handle cable status better for 2430 glue layer
Tony Lindgren
1
-8
/
+60
2016-06-02
usb: musb: Use delayed for musb_gadget_pullup
Tony Lindgren
2
-6
/
+19
2016-06-02
usb: musb: Remove conditional PM runtime calls for musb_gadget
Tony Lindgren
1
-4
/
+3
2016-06-02
usb: musb: Split PM runtime between wrapper IP and musb core
Tony Lindgren
2
-32
/
+17
2016-06-02
usb: musb: Update to use PM runtime autosuspend
Tony Lindgren
3
-6
/
+11
2016-06-02
usb: musb: Remove unnecessary shutdown function
Tony Lindgren
1
-25
/
+14
2016-06-02
usb: musb: Fix idling after host mode by increasing autosuspend delay
Tony Lindgren
1
-2
/
+8
2016-06-02
usb: musb: sunxi: Set state to A_WAIT_VRISE when enabling Vbus
Hans de Goede
1
-3
/
+6
2016-06-02
usb: musb: sunxi: Add set_mode platform function
Hans de Goede
1
-11
/
+19
2016-06-02
usb: musb: host: make musb_tx_dma_set_mode_*() *void*
Sergei Shtylyov
1
-19
/
+12
2016-06-02
usb: musb: host: move DMA engine check from musb_tx_dma_set_mode_cppi_tusb() ...
Sergei Shtylyov
1
-4
/
+3
2016-06-02
usb: musb: host: don't start next rx urb if current one failed
Bin Liu
1
-1
/
+7
2016-06-02
usb: musb: host: clear rxcsr error bit if set
Bin Liu
1
-0
/
+3
2016-06-02
USB: xhci: Add broken streams quirk for Frescologic device id 1009
Hans de Goede
1
-0
/
+5
2016-06-02
USB: EHCI: avoid undefined pointer arithmetic and placate UBSAN
Alan Stern
1
-3
/
+11
2016-06-02
USB: uas: Fix slave queue_depth not being set
Hans de Goede
1
-0
/
+1
2016-06-02
uas: remove can_queue set in host template
Tom Yan
1
-1
/
+0
2016-06-02
usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
Hans de Goede
1
-0
/
+3
2016-06-02
usb: quirks: Fix sorting
Hans de Goede
1
-10
/
+10
2016-06-02
xhci: fix platform quirks overwrite regression in 4.7-rc1
Mathias Nyman
1
-1
/
+1
2016-06-02
usb: xhci-plat: properly handle probe deferral for devm_clk_get()
Thomas Petazzoni
1
-0
/
+3
2016-06-02
xhci: Fix handling timeouted commands on hosts in weird states.
Mathias Nyman
1
-5
/
+22
2016-06-02
xhci: Cleanup only when releasing primary hcd
Gabriel Krisman Bertazi
2
-13
/
+17
2016-06-01
usb: dwc3: Set the ClearPendIN bit on Clear Stall EP command
John Youn
2
-6
/
+25
2016-05-31
usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration.
Peter Griffin
1
-2
/
+8
2016-05-31
usb: gadget: composite: don't queue OS desc req if length is invalid
William Wu
1
-8
/
+13
2016-05-31
usb: gadget: f_fs: Fix kernel panic if use_os_string not set
Jim Lin
1
-8
/
+10
2016-05-31
usb: gadget: f_tcm: out of bound access in usbg_drop_tpg
Heinrich Schuchardt
1
-9
/
+11
2016-05-31
usb: gadget: avoid exposing kernel stack
Heinrich Schuchardt
1
-0
/
+1
2016-05-31
usb: dwc2: fix regression on big-endian PowerPC/ARM systems
Arnd Bergmann
1
-0
/
+27
2016-05-31
usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPAT
Jim Lin
1
-1
/
+1
2016-05-31
usb: gadget: storage-common: Fix old comment about qualifier descriptor
Krzysztof Opasiak
1
-3
/
+1
2016-05-31
usb: gadget: uac2: Drop unused device qualifier descriptor
Krzysztof Opasiak
1
-12
/
+0
2016-05-31
usb: gadget: printer: Drop unused device qualifier descriptor
Krzysztof Opasiak
1
-8
/
+0
2016-05-31
usb: dwc2: gadget: Do not halt isochronous endpoints
Vahram Aharonyan
1
-0
/
+5
2016-05-31
usb: dwc2: gadget: Do not halt endpoint if active
Vahram Aharonyan
1
-4
/
+15
2016-05-31
usb: gadget: fix spinlock dead lock in gadgetfs
Bin Liu
1
-4
/
+13
2016-05-31
usb: f_fs: off by one bug in _ffs_func_bind()
Dan Carpenter
1
-6
/
+4
2016-05-31
usb: dwc3: exynos: Fix deferred probing storm.
Steinar H. Gunderson
1
-8
/
+11
2016-05-31
usb: gadget: Fix binding to UDC via configfs interface
Krzysztof Opasiak
2
-4
/
+9
2016-05-29
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+9
2016-05-29
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
Linus Torvalds
1
-0
/
+2
2016-05-28
Eliminate bad hash multipliers from hash_32() and hash_64()
George Spelvin
1
-0
/
+2
2016-05-28
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2016-05-28
Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-15
/
+230
2016-05-28
Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
[next]