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
/
usb
/
gadget
/
udc
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
USB: gadget: Improve kerneldoc for usb_ep_dequeue()
Alan Stern
1
-4
/
+4
2018-10-02
USB: gadget core: Issue ->disconnect() callback from usb_gadget_disconnect()
Alan Stern
1
-3
/
+6
2018-07-26
USB: gadget: Document that certain ep operations can be called in interrupt c...
Alan Stern
1
-0
/
+18
2018-04-23
usb: gadget: udc: core: Document the relation between usb_ep_queue() and comp...
Alan Stern
1
-0
/
+6
2018-03-26
usb: gadget: udc: core: update usb_ep_queue() documentation
Felipe Balbi
1
-0
/
+3
2018-03-13
usb: gadget: udc: Use scnprintf() instead of snprintf()
Jaejoong Kim
1
-2
/
+2
2018-02-12
usb: gadget: core: Fix use-after-free of usb_request
Manu Gautam
1
-1
/
+1
2018-01-24
USB: move many drivers to use DEVICE_ATTR_WO
Greg Kroah-Hartman
1
-4
/
+4
2018-01-22
usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
Benjamin Herrenschmidt
1
-1
/
+1
2018-01-09
USB: UDC core: fix double-free in usb_add_gadget_udc_release
Alan Stern
1
-15
/
+13
2017-11-28
usb: gadget: core: Fix ->udc_set_speed() speed handling
Roger Quadros
1
-2
/
+6
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
1
-12
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-20
usb: gadget: udc: remove duplicate & operation
Jaejoong Kim
1
-1
/
+1
2017-09-20
usb: gadget: core: fix ->udc_set_speed() logic
Roger Quadros
1
-2
/
+1
2017-08-18
USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...
Alan Stern
1
-6
/
+9
2017-08-15
usb: gadget: core: unmap request from DMA only if previously mapped
Jack Pham
1
-1
/
+4
2017-06-20
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-3
/
+34
2017-06-13
usb: gadget: udc: add a 'function' sysfs file
Felipe Balbi
1
-0
/
+13
2017-06-13
usb: gadget: core: introduce ->udc_set_speed() method
Felipe Balbi
1
-0
/
+20
2017-06-02
usb: gadget: remove redundant self assignment
Stefan Agner
1
-3
/
+1
2017-05-17
usb: udc: core: Error if req->buf is either from vmalloc or stack
Florian Fainelli
1
-0
/
+9
2017-04-11
usb: udc: allow adding and removing the same gadget device
Roger Quadros
1
-0
/
+1
2017-01-24
usb: gadget: udc-core: Rescan pending list on driver unbind
Krzysztof Opasiak
1
-14
/
+31
2017-01-02
usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()
Felix Hädicke
1
-1
/
+5
2016-09-14
Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-3
/
+1
2016-08-25
usb: gadget: remove redundant self assignment
Colin Ian King
1
-3
/
+1
2016-08-25
usb: gadget: udc: core: don't starve DMA resources
Felipe Balbi
1
-1
/
+1
2016-08-11
usb: udc: core: fix error handling
Peter Chen
1
-1
/
+4
2016-06-21
usb: gadget: add tracepoints to the gadget API
Felipe Balbi
1
-0
/
+1523