index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
g_ffs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: g_ffs: convert to new interface of f_fs
Andrzej Pietrasiewicz
2013-12-12
1
-56
/
+95
*
usb: gadget: FunctionFS: convert to new function interface with backward comp...
Andrzej Pietrasiewicz
2013-12-12
1
-0
/
+1
*
usb: gadget: FunctionFS: add devices management code
Andrzej Pietrasiewicz
2013-12-12
1
-116
/
+59
*
usb: gadget: FunctionFS: create utility file
Andrzej Pietrasiewicz
2013-12-12
1
-13
/
+6
*
usb: gadget: g_ffs: convert to new interface of f_rndis
Andrzej Pietrasiewicz
2013-12-12
1
-40
/
+65
*
usb: gadget: g_ffs: convert to new interface of f_subset
Andrzej Pietrasiewicz
2013-12-12
1
-22
/
+47
*
usb: gadget: g_ffs: convert to new interface of f_ecm
Andrzej Pietrasiewicz
2013-12-12
1
-14
/
+79
*
usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variable
Andrzej Pietrasiewicz
2013-12-12
1
-8
/
+5
*
usb: g_ffs: fix compilation warning
David Cohen
2013-10-05
1
-0
/
+2
*
usb: gadget: f_rndis: convert to new function interface with backward compati...
Andrzej Pietrasiewicz
2013-06-10
1
-0
/
+1
*
usb: gadget: f_subset: convert to new function interface with backward compat...
Andrzej Pietrasiewicz
2013-06-10
1
-0
/
+1
*
usb: gadget: f_ecm: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
2013-06-10
1
-0
/
+1
*
usb: gadget: rndis: convert into module
Andrzej Pietrasiewicz
2013-06-10
1
-1
/
+1
*
usb: gadget: u_ether: convert into module
Andrzej Pietrasiewicz
2013-06-10
1
-5
/
+8
*
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2013-04-05
1
-14
/
+21
|
\
|
*
usb: gadget: move the global the_dev variable to their users
Sebastian Andrzej Siewior
2013-04-03
1
-14
/
+21
*
|
usb: gadget: ffs: fix enable multiple instances
Andrzej Pietrasiewicz
2013-03-20
1
-2
/
+2
|
/
*
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-3
/
+0
*
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: remove string override from struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
1
-2
/
+2
*
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
2012-09-10
1
-2
/
+6
*
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+3
*
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: libcomposite: move config.c into libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: start with libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+2
*
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+1
*
FunctionFS: enable multiple functions
Andrzej Pietrasiewicz
2012-05-14
1
-24
/
+176
*
usb: gadget: FunctionFS: make module init & exit __init & __exit
Andrzej Pietrasiewicz
2012-04-10
1
-2
/
+2
*
usb: gadget: update Michal Nazarewicz's email address
Michal Nazarewicz
2012-01-24
1
-1
/
+1
*
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
2011-09-09
1
-9
/
+0
*
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
2011-07-01
1
-0
/
+1
*
usb: gadget: g_fs: Fix compilation warning
Michal Nazarewicz
2010-11-17
1
-0
/
+2
*
usb: gadget: FunctionFS: fix typos and coding style
Michal Nazarewicz
2010-11-16
1
-17
/
+22
*
usb gadget: don't save bind callback in struct usb_configuration
Uwe Kleine-König
2010-10-22
1
-2
/
+1
*
usb gadget: don't save bind callback in struct usb_composite_driver
Michal Nazarewicz
2010-10-22
1
-2
/
+1
*
USB: gadget: functionfs: code cleanup
Michal Nazarewicz
2010-10-22
1
-57
/
+28
*
USB: gadget: g_ffs: fixed vendor and product ID
Michal Nazarewicz
2010-10-22
1
-2
/
+2
*
USB: gadget: g_fs: code cleanup
Michal Nazarewicz
2010-08-10
1
-126
/
+48
*
USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()
Michal Nazarewicz
2010-08-10
1
-1
/
+1
*
USB: gadget: g_fs: possible invalid pointer reference bug fixed
Michal Nazarewicz
2010-06-30
1
-0
/
+11
*
USB: g_ffs: the FunctionFS gadget driver
Michal Nazarewicz
2010-05-20
1
-0
/
+426