index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling
Yoshihiro Shimoda
1
-6
/
+6
2017-06-02
usb: gadget: f_mass_storage: Serialize wake and sleep execution
Thinh Nguyen
1
-2
/
+11
2017-06-02
usb: gadget: Allow a non-SuperSpeed gadget to support LPM
John Youn
1
-2
/
+6
2017-06-02
usb: gadget: composite: Exclude SS Dev Cap Desc
John Youn
1
-22
/
+27
2017-06-02
usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.
Jerry Zhang
2
-9
/
+13
2017-06-02
usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.
Jerry Zhang
1
-39
/
+54
2017-06-02
usb: gadget: remove redundant self assignment
Stefan Agner
1
-3
/
+1
2017-05-22
Merge 4.12-rc2 into usb-next
Greg Kroah-Hartman
3
-9
/
+9
2017-05-17
usb: gadget: udc-xilinx: clean up a variable name
Dan Carpenter
1
-1
/
+1
2017-05-17
usb: gadget: udc: add null check before pointer dereference
Gustavo A. R. Silva
1
-2
/
+3
2017-05-17
usb: fix the comment with regards to DocBook
Mauro Carvalho Chehab
1
-1
/
+1
2017-05-17
usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint match
Sekhar Nori
1
-6
/
+6
2017-05-17
usb: udc: core: Error if req->buf is either from vmalloc or stack
Florian Fainelli
1
-0
/
+9
2017-05-17
USB: gadget: dummy_hcd: fix hub-descriptor removable fields
Johan Hovold
1
-3
/
+3
2017-05-16
usb: gadget: f_fs: avoid out of bounds access on comp_desc
William Wu
1
-5
/
+5
2017-05-16
usb: gadget: gserial: check if console kthread exists
Bogdan Mirea
1
-1
/
+1
2017-05-16
USB: f_mass_storage: improve memory barriers and synchronization
Alan Stern
2
-202
/
+152
2017-05-16
USB: f_mass_storage: improve async notification handling
Alan Stern
2
-55
/
+24
2017-05-04
Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
25
-416
/
+629
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
1
-1
/
+1
2017-04-11
Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Greg Kroah-Hartman
18
-365
/
+576
2017-04-11
usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0
Cristian Birsan
1
-2
/
+3
2017-04-11
usb: gadget: udc: atmel: Use dev_err() to display EP configuration error
Cristian Birsan
1
-4
/
+4
2017-04-11
usb: udc: allow adding and removing the same gadget device
Roger Quadros
1
-0
/
+1
2017-04-11
usb: gadget: mv_u3d: fix error handling in mv_u3d_probe()
Alexey Khoroshilov
1
-6
/
+9
2017-04-11
usb: gadget: udc: atmel: Check fifo configuration values against device tree
Cristian Birsan
1
-2
/
+22
2017-04-11
fsl_udc_core: add support for devices provided by fsl-mph-dr-of
Michael Grzeschik
1
-0
/
+2
2017-04-11
usb: gadget: udc: amd5536: split core and PCI layer
Raviteja Garimella
5
-215
/
+297
2017-04-11
usb: gadget: udc: renesas_usb3: add support for usb role swap
Yoshihiro Shimoda
1
-0
/
+56
2017-04-11
usb: gadget: udc: atmel: Minor code cleanup
Cristian Birsan
1
-10
/
+7
2017-04-11
usb: gadget: udc: renesas_usb3: add extcon support
Yoshihiro Shimoda
2
-2
/
+42
2017-04-11
usb: gadget: udc: renesas_usb3: add USB ID signal monitoring
Yoshihiro Shimoda
1
-4
/
+63
2017-04-11
usb: gadget: f_fs: simplify ffs_dev name handling
Michal Nazarewicz
2
-64
/
+19
2017-04-11
usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_control()
Yuyang Du
1
-12
/
+8
2017-04-11
usb: gadget: u_ether: conditionally align transfer size
Felipe Balbi
1
-2
/
+6
2017-04-11
usb: gadget: u_ether: use better list accessors
Felipe Balbi
1
-10
/
+6
2017-04-11
usb: gadget: reword configuration choices
Romain Izard
1
-2
/
+8
2017-04-11
usb: gadget: legacy gadgets are optional
Romain Izard
1
-0
/
+1
2017-04-11
usb: gadget: udc: remove unnecessary variable and update function prototype
Gustavo A. R. Silva
1
-4
/
+1
2017-04-11
usb: gadget: udc: avoid use of freed pointer
Gustavo A. R. Silva
1
-9
/
+8
2017-04-11
usb: gadget: uvc: Missing files for configfs interface
Petr Cvek
1
-8
/
+8
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-7
/
+16
2017-03-30
drivers: add explicit interrupt.h includes
Florian Westphal
1
-0
/
+1
2017-03-30
usb: gadget: Correct usb EP argument for BOT status request
Manish Narani
1
-1
/
+1
2017-03-27
usb: gadget: pxa27x: Remove duplicate function prototype
Petr Cvek
1
-3
/
+0
2017-03-27
usb: gadget: mv_udc: clarify a switch with an implicit fall-through
Michal Nazarewicz
1
-7
/
+6
2017-03-27
Merge 4.11-rc4 into usb-next
Greg Kroah-Hartman
3
-6
/
+16
2017-03-22
usb: gadget: f_hid: fix: Don't access hidg->req without spinlock held
Krzysztof Opasiak
1
-4
/
+4
2017-03-22
usb: gadget: udc: remove pointer dereference after free
Gustavo A. R. Silva
1
-1
/
+0
[prev]
[next]