index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
usb: gadget: udc: pxa25x: remove unnecessary NULL check
Felipe Balbi
1
-5
/
+1
2014-11-25
usb: gadget: udc: lpc32xx: remove unnecessary NULL check
Felipe Balbi
1
-2
/
+1
2014-11-24
usb: gadget: ss_ep_in_comp_desc can be static
kbuild test robot
1
-2
/
+2
2014-11-21
usb: gadget: function: delete an unnecessary check before rndis_add_hdr()
Markus Elfring
1
-2
/
+1
2014-11-20
usb: gadget: net2280: Fix superspeed dma_done()
Mario Schuknecht
1
-1
/
+1
2014-11-20
usb: gadget: at91_udc: move prepare clk into process context
Ronald Wahl
1
-12
/
+32
2014-11-20
usb: gadget: atmel_usba_udc: remove release function
Bo Shen
1
-9
/
+0
2014-11-20
usb: gadget: at91_udc: remove unused release function
Bo Shen
1
-9
/
+0
2014-11-20
usb: gadget: add USB3 support to the printer driver
Jorge Ramirez-Ortiz
1
-6
/
+59
2014-11-18
usb: gadget: f_hid: fix error handling in ghid_setup()
Dan Carpenter
1
-5
/
+10
2014-11-18
usb: gadget: f_hid: use after free in hidg_alloc_inst()
Dan Carpenter
1
-0
/
+1
2014-11-18
usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC
Ashwini Pahuja
14
-0
/
+4384
2014-11-12
usb: gadget: midi: f_midi_alloc() can be static
Fengguang Wu
2
-3
/
+3
2014-11-12
usb: gadget: f_hid: hidg_alloc() can be static
Fengguang Wu
1
-1
/
+1
2014-11-10
usb: gadget: atmel_usba_udc: use udc-core's reset notifier
Peter Chen
1
-3
/
+2
2014-11-10
usb: gadget: bcm63xx_udc: use udc-core's reset notifier
Peter Chen
1
-2
/
+4
2014-11-10
usb: gadget: r8a66597-udc: use udc-core's reset notifier
Peter Chen
1
-1
/
+1
2014-11-10
usb: gadget: amd5536udc: use udc-core's reset notifier
Peter Chen
1
-1
/
+1
2014-11-10
usb: gadget: pch_udc: use udc-core's reset notifier
Peter Chen
1
-2
/
+2
2014-11-10
usb: gadget: fsl_qe_udc: use udc-core's reset notifier
Peter Chen
1
-1
/
+1
2014-11-10
usb: gadget: mv_udc_core: use udc-core's reset notifier
Peter Chen
1
-1
/
+18
2014-11-10
usb: gadget: at91_udc: use udc-core's reset notifier
Peter Chen
1
-1
/
+26
2014-11-10
usb: gadget: fsl_udc_core: use udc-core's reset notifier
Peter Chen
1
-4
/
+7
2014-11-10
usb: gadget: m66592-udc: use udc-core's reset notifier
Peter Chen
1
-1
/
+1
2014-11-10
usb: gadget: pxa25x_udc: use udc-core's reset notifier
Peter Chen
1
-1
/
+28
2014-11-10
usb: gadget: net2272: use udc-core's reset notifier
Alan Stern
1
-10
/
+35
2014-11-10
usb: gadget: net2280: use udc-core's reset notifier
Alan Stern
1
-10
/
+35
2014-11-10
usb: gadget: dummy-hcd: use udc-core's reset notifier
Alan Stern
1
-9
/
+12
2014-11-10
usb: gadget: dbgp: Fix endpoint config after USB disconnect
Kyösti Mälkki
1
-12
/
+14
2014-11-10
usb: gadget: pxa27x_udc: fix warning in non device-tree build
Robert Jarzmik
1
-0
/
+2
2014-11-06
usb: gadget: hid: add configfs support
Andrzej Pietrasiewicz
3
-1
/
+160
2014-11-06
usb: gadget: f_hid: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-8
/
+6
2014-11-06
usb: gadget: f_hid: remove compatibility layer
Andrzej Pietrasiewicz
1
-73
/
+0
2014-11-06
usb: gadget: hid: convert to new interface of f_hid
Andrzej Pietrasiewicz
2
-23
/
+56
2014-11-06
usb: gadget: f_hid: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
5
-32
/
+227
2014-11-06
usb: gadget: hid: mirror init operations in module cleanup
Andrzej Pietrasiewicz
1
-1
/
+1
2014-11-06
usb: gadget: f_hid: check return value of device_create
Andrzej Pietrasiewicz
1
-2
/
+9
2014-11-06
usb: gadget: f_hid: check return value of class_create
Andrzej Pietrasiewicz
1
-0
/
+4
2014-11-05
usb: gadget: f_midi: add configfs support
Andrzej Pietrasiewicz
3
-2
/
+181
2014-11-05
usb: gadget: f_midi: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-6
/
+7
2014-11-05
usb: gadget: f_midi: remove compatibility layer
Andrzej Pietrasiewicz
1
-122
/
+0
2014-11-05
usb: gadget: midi: convert to new interface of f_midi
Andrzej Pietrasiewicz
2
-7
/
+38
2014-11-05
usb: gadget: f_midi: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
5
-6
/
+179
2014-11-05
usb: gadget: f_midi: check kstrdup() return value
Andrzej Pietrasiewicz
1
-5
/
+18
2014-11-05
usb: gadget: f_midi: enable use of the index parameter
Andrzej Pietrasiewicz
1
-1
/
+1
2014-11-05
usb: gadget: Kconfig: enable separate compilation of uac1/uac2 functions
Andrzej Pietrasiewicz
1
-0
/
+31
2014-11-03
usb: gadget: fix ptr_ret.cocci warnings
Fengguang Wu
1
-4
/
+1
2014-11-03
usb: gadget: function: Added usb_assign_descriptors failure check
Pavitrakumar Managutte
1
-0
/
+3
2014-11-03
usb: gadget: udc: pxa27x: do not call usb_gadget_unregister_driver()
Felipe Balbi
1
-1
/
+0
2014-11-03
usb: gadget: udc: net2272: do not call usb_gadget_unregister_driver()
Felipe Balbi
1
-10
/
+0
[next]