index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
zero.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-15
usb: gadget: zero: fix error return code in zero_bind()
Wei Yongjun
1
-2
/
+6
2013-04-23
usb: gadget: zero: put function instances on unbind
Andrzej Pietrasiewicz
1
-0
/
+2
2013-01-21
usb: gadget: fix two sparse warnings
Felipe Balbi
1
-1
/
+1
2013-01-21
usb: gadget: convert source sink and loopback to new function interface
Sebastian Andrzej Siewior
1
-80
/
+116
2013-01-21
usb: gadget: move loopback's config descriptor out of f_loopback
Sebastian Andrzej Siewior
1
-3
/
+21
2013-01-21
usb: gadget: move source sink's config descriptor out of f_sourcesink
Sebastian Andrzej Siewior
1
-2
/
+29
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
1
-17
/
+0
2012-09-10
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
1
-2
/
+0
2012-09-10
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
1
-8
/
+1
2012-09-10
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
1
-11
/
+6
2012-09-10
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
1
-0
/
+2
2012-09-10
usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()
Sebastian Andrzej Siewior
1
-18
/
+8
2012-09-10
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: libcomposite: move config.c into libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: start with libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
1
-1
/
+2
2012-09-10
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
1
-1
/
+1
2012-05-04
usb: gadget: add isochronous support to gadget zero
Paul Zimmerman
1
-6
/
+13
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-09-09
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
1
-9
/
+0
2011-07-08
usb: gadget: zero: add superspeed support
Amit Blay
1
-1
/
+1
2011-07-01
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
1
-0
/
+1
2010-10-22
usb gadget: don't save bind callback in struct usb_composite_driver
Michal Nazarewicz
1
-2
/
+1
2010-10-22
USB: Revert "USB: gadget: section mismatch warning fixed"
Michal Nazarewicz
1
-1
/
+1
2010-08-10
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-02
USB: Remove unsupported usb gadget drivers
Christoph Egger
1
-4
/
+2
2009-03-24
USB: gadget: gadget zero uses new suspend/resume hooks
David Brownell
1
-4
/
+66
2009-03-24
USB: replace uses of __constant_{endian}
Harvey Harrison
1
-4
/
+4
2008-10-16
usb gadget: link fixes for gadget zero
David Brownell
1
-0
/
+17
2008-07-21
usb gadget zero: use composite gadget framework
David Brownell
1
-1068
/
+94
2008-05-02
usb: gadget zero timer init fix
David Lopo
1
-3
/
+4
2008-05-02
usb: gadget zero style fixups (mostly whitespace)
David Brownell
1
-193
/
+172
2008-02-01
USB: gadget code switches to pr_err() and friends
David Brownell
1
-2
/
+2
2007-10-12
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
1
-1
/
+1
2007-10-12
USB: gadget: gadget zero cleanups
David Brownell
1
-141
/
+96
2007-07-30
USB: "sparse" cleanups for usb gadgets
David Brownell
1
-2
/
+4
2007-07-12
usb gadget stack: remove usb_ep_*_buffer(), part 1
David Brownell
1
-6
/
+3
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-07
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
1
-1
/
+1
2006-07-12
[PATCH] USB: gadget section fixups
David Brownell
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-14
[PATCH] USB: gadget zero poisons OUT buffers
David Brownell
1
-2
/
+5
2006-03-20
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
1
-2
/
+1
2006-03-20
[PATCH] USB: gadget driver section fixups
David Brownell
1
-3
/
+3
2006-03-20
[PATCH] USB: Zero driver: Removed duplicated code
Franck Bui-Huu
1
-6
/
+0
2006-01-31
[PATCH] USB: gadget zero and dma-coherent buffers
David Brownell
1
-3
/
+5
[next]