index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: gadgetfs: fix an oops in ep_write()
Dan Carpenter
2015-01-09
1
-0
/
+1
*
usb: gadget: gadgetfs: Free memory allocated by memdup_user()
Mario Schuknecht
2014-12-22
1
-0
/
+1
*
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
James Bottomley
2014-12-18
1
-5
/
+5
|
\
|
*
scsi: remove MSG_*_TAG defines
Christoph Hellwig
2014-12-04
1
-5
/
+5
*
|
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
\
|
*
|
usb: gadget: legacy: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
|
/
*
|
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-12-14
5
-47
/
+168
|
\
\
|
*
|
usb: gadget: ss_ep_in_comp_desc can be static
kbuild test robot
2014-11-24
1
-2
/
+2
|
*
|
usb: gadget: add USB3 support to the printer driver
Jorge Ramirez-Ortiz
2014-11-20
1
-6
/
+59
|
*
|
usb: gadget: midi: f_midi_alloc() can be static
Fengguang Wu
2014-11-12
1
-2
/
+2
|
*
|
usb: gadget: dbgp: Fix endpoint config after USB disconnect
Kyösti Mälkki
2014-11-10
1
-12
/
+14
|
*
|
usb: gadget: hid: convert to new interface of f_hid
Andrzej Pietrasiewicz
2014-11-06
2
-23
/
+56
|
*
|
usb: gadget: f_hid: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
2014-11-06
1
-0
/
+1
|
*
|
usb: gadget: hid: mirror init operations in module cleanup
Andrzej Pietrasiewicz
2014-11-06
1
-1
/
+1
|
*
|
usb: gadget: midi: convert to new interface of f_midi
Andrzej Pietrasiewicz
2014-11-05
2
-7
/
+38
|
*
|
usb: gadget: f_midi: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
2014-11-05
1
-0
/
+1
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-12-12
1
-1
/
+1
|
\
\
|
*
\
Merge Linus' tree to be be to apply submitted patches to newer code than
Jiri Kosina
2014-11-20
7
-47
/
+239
|
|
\
\
|
|
|
/
|
*
|
usb: gadget: zero: Spelling s/infrastucture/infrastructure/
Geert Uytterhoeven
2014-10-29
1
-1
/
+1
*
|
|
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
2014-11-24
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-10-13
1
-16
/
+10
|
\
\
|
*
|
gadgetfs: saner API for gadgetfs_create_file()
Al Viro
2014-10-09
1
-16
/
+10
*
|
|
usb: gadget: dbgp: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+1
*
|
|
usb: gadget: gadgetfs: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+1
*
|
|
usb: gadget: webcam: convert webcam to new interface of f_uvc
Andrzej Pietrasiewicz
2014-09-09
3
-16
/
+40
*
|
|
usb: gadget: f_uvc: convert f_uvc to new function interface
Andrzej Pietrasiewicz
2014-09-09
1
-0
/
+1
*
|
|
usb: gadget: uvc: separately compile some components of f_uvc
Andrzej Pietrasiewicz
2014-09-09
2
-6
/
+2
*
|
|
Merge tag 'v3.17-rc4' into next
Felipe Balbi
2014-09-08
2
-1
/
+3
|
\
\
\
|
|
/
/
|
*
|
usb: gadget: remove $(PWD) in ccflags-y
Philippe Reynes
2014-08-20
1
-3
/
+3
|
*
|
usb: gadget: Fix return value check in ep_write()
Wei Yongjun
2014-08-19
1
-1
/
+1
|
*
|
usb: dbgp gadget: fix use after free in dbgp_unbind()
Alexey Khoroshilov
2014-08-19
1
-0
/
+2
|
|
/
*
|
usb: gadget: uvc: move module parameters from f_uvc
Andrzej Pietrasiewicz
2014-09-08
1
-3
/
+24
*
|
usb: gadget: use $(srctree) instead of $(PWD) for includes
Yegor Yefremov
2014-08-29
1
-3
/
+3
*
|
usb: gadget: zero: Add support for interrupt EP
Amit Virdi
2014-08-27
1
-0
/
+21
*
|
usb: gadget: f_uac1: use defined constants as defaults
Andrzej Pietrasiewicz
2014-08-20
1
-11
/
+4
*
|
usb: gadget: audio: convert to new interface of f_uac1
Andrzej Pietrasiewicz
2014-08-20
2
-6
/
+64
*
|
usb: gadget: f_uac1: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
2014-08-20
1
-0
/
+1
*
|
usb: gadget: f_uac1: prepare for separate compilation
Andrzej Pietrasiewicz
2014-08-20
1
-1
/
+0
*
|
usb: gadget: f_uac2: use defined constants as defaults
Andrzej Pietrasiewicz
2014-08-20
1
-8
/
+8
*
|
usb: gadget: audio: convert to new interface of f_uac2
Andrzej Pietrasiewicz
2014-08-20
2
-2
/
+84
*
|
usb: gadget: f_uac2: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
2014-08-20
1
-0
/
+1
*
|
usb: gadget: audio: Use container_of to free audio_dev
Andrzej Pietrasiewicz
2014-08-20
1
-3
/
+0
|
/
*
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2014-07-21
1
-1
/
+6
*
usb: gadget: Gadget directory cleanup - group usb functions
Andrzej Pietrasiewicz
2014-07-16
1
-0
/
+1
*
usb: gadget: Gadget directory cleanup - group UDC drivers
Andrzej Pietrasiewicz
2014-07-16
1
-0
/
+1
*
usb: gadget: Gadget directory cleanup - group legacy gadgets
Andrzej Pietrasiewicz
2014-07-16
21
-0
/
+11643