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.13.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
/
usb
/
gadget
/
udc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-10-11
USB: dummy-hcd: Fix deadlock caused by disconnect detection
Alan Stern
1
-3
/
+6
2017-09-28
usb: gadget: udc: atmel: set vbus irqflags explicitly
Nicolas Ferre
1
-1
/
+3
2017-09-28
usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()
Yoshihiro Shimoda
1
-2
/
+3
2017-09-28
usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value
Yoshihiro Shimoda
1
-1
/
+10
2017-09-28
usb: gadget: udc: renesas_usb3: fix for no-data control transfer
Yoshihiro Shimoda
1
-1
/
+2
2017-09-28
USB: dummy-hcd: Fix erroneous synchronization change
Alan Stern
1
-2
/
+30
2017-09-28
USB: dummy-hcd: fix infinite-loop resubmission bug
Alan Stern
1
-0
/
+9
2017-09-28
USB: dummy-hcd: fix connection failures (wrong speed)
Alan Stern
1
-4
/
+11
2017-09-20
usb: gadget: dummy: fix nonsensical comparisons
Arnd Bergmann
1
-5
/
+4
2017-09-20
usb: gadget: udc: fix snps_udc_plat.c build errors
Randy Dunlap
1
-0
/
+1
2017-09-20
usb: gadget: core: fix ->udc_set_speed() logic
Roger Quadros
1
-2
/
+1
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2017-08-28
Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-3
/
+3
2017-08-22
Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
9
-48
/
+291
2017-08-18
USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...
Alan Stern
1
-6
/
+9
2017-08-16
usb: gadget: udc: Replace the deprecated extcon API
Chanwoo Choi
1
-3
/
+3
2017-08-15
usb: bdc: Add support for USB phy
Al Cooper
2
-2
/
+75
2017-08-15
usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems
Al Cooper
1
-0
/
+1
2017-08-15
usb: bdc: fix "xsf for ep not enabled" errror
Al Cooper
1
-3
/
+4
2017-08-15
usb: bdc: Add support for suspend/resume
Al Cooper
2
-0
/
+37
2017-08-15
usb: bdc: hook a quick Device Tree compatible string
Florian Fainelli
2
-2
/
+10
2017-08-15
usb: bdc: Small code cleanup
Al Cooper
1
-7
/
+8
2017-08-15
usb: bdc: Add clock enable for new chips with a separate BDC clock
Al Cooper
1
-0
/
+15
2017-08-15
usb: bdc: Fix misleading register names
Al Cooper
3
-18
/
+18
2017-08-15
usb: gadget: core: unmap request from DMA only if previously mapped
Jack Pham
1
-1
/
+4
2017-08-15
usb: gadget: udc: renesas_usb3: make usb_ep_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-15
usb: gadget: dummy: fix infinite loop because of missing loop decrement
Colin Ian King
1
-1
/
+1
2017-08-15
usb: gadget: fsl_qe_udc: constify qe_ep0_desc
Julia Lawall
1
-1
/
+1
2017-08-15
usb: gadget: udc: renesas_usb3: add support for R-Car M3-W
Yoshihiro Shimoda
1
-0
/
+4
2017-08-15
Merge 4.13-rc5 into usb-next
Greg Kroah-Hartman
1
-5
/
+16
2017-08-10
usb: gadget: fsl_qe_udc: constify qe_ep0_desc
Julia Lawall
1
-1
/
+1
2017-08-09
usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0
Yoshihiro Shimoda
1
-3
/
+24
2017-08-09
usb: gadget: udc: renesas_usb3: add debugfs to set the b-device mode
Yoshihiro Shimoda
1
-2
/
+76
2017-08-09
usb: gadget: udc: renesas_usb3: fix error return code in renesas_usb3_probe()
Gustavo A. R. Silva
1
-2
/
+4
2017-08-03
usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
Yoshihiro Shimoda
1
-5
/
+16
2017-07-24
Merge 4.13-rc2 into usb-next
Greg Kroah-Hartman
3
-9
/
+16
2017-07-22
USB: gadget: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
2
-5
/
+1
2017-07-18
usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen()
Yoshihiro Shimoda
1
-3
/
+3
2017-07-18
usb: gadget: udc: renesas_usb3: fix zlp transfer by the dmac
Yoshihiro Shimoda
1
-0
/
+6
2017-07-18
usb: gadget: udc: renesas_usb3: fix free size in renesas_usb3_dma_free_prd()
Yoshihiro Shimoda
1
-1
/
+1
2017-07-18
usb: gadget: udc: start_udc() can be static
kbuild test robot
1
-3
/
+3
2017-07-17
usb: gadget: udc: USB_SNP_CORE should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+2
2017-07-17
usb: gadget: udc: USB_RENESAS_USB3 should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2017-06-20
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
15
-85
/
+896
2017-06-20
Merge 4.12-rc6 into usb-next
Greg Kroah-Hartman
2
-17
/
+5
2017-06-19
usb: gadget: udc: atmel: Remove unnecessary macros
Alexandre Belloni
2
-12
/
+8
2017-06-19
usb: gadget: bdc: 64-bit pointer capability check
Srinath Mannam
1
-1
/
+1
2017-06-15
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
2
-17
/
+5
2017-06-15
usb: gadget: mv_udc: Handle return value of clk_prepare_enable.
Arvind Yadav
1
-3
/
+6
[next]