Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9b60afee50425064fa0a69bea22f07b6ea55ebc1
/
include
/
linux
/
usb
/
gadget.h
628ef0d
usb: udc: add usb_udc_vbus_handler
by Peter Chen
· 10 years ago
dfea9c9
usb: udc: store usb_udc pointer in struct usb_gadget
by Peter Chen
· 10 years ago
06ed0de
usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml
by Masanari Iida
· 10 years ago
80b2502
usb: gadget: introduce is_selfpowered for usb_gadget
by Peter Chen
· 10 years ago
02e8c96
usb: gadget: udc: core: prepend udc_attach_driver with usb_
by Felipe Balbi
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
3fc2aa5
usb: gadget: Introduce usb_gadget_giveback_request()
by Michal Sojka
· 10 years ago
974a70b
usb: gadget: udc-core: add utility for bus reset
by Peter Chen
· 10 years ago
ef979a2
usb: gadget: add reset API at usb_gadget_driver
by Peter Chen
· 10 years ago
8913dc0
usb: gadget: document a usb_ep_dequeue() requirement
by Paul Zimmerman
· 10 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
0b2d2bb
usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadget
by David Cohen
· 11 years ago
d8318d7
usb: gadget: move bitflags to the end of usb_gadget struct
by David Cohen
· 11 years ago
5702f75
usb: gadget: udc-core: move sysfs_notify() to a workqueue
by Felipe Balbi
· 11 years ago
de97f25
Correct typo "supperspeed" to "superspeed".
by Robert P. J. Day
· 12 years ago
792bfcf
usb: gadget: udc-core: introduce usb_add_gadget_udc_release()
by Felipe Balbi
· 12 years ago
49401f4
usb: gadget: introduce gadget state tracking
by Felipe Balbi
· 13 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
f07bd56b
usb: gadget: udc-core: allow udc class register gadget device
by Felipe Balbi
· 12 years ago
2d7ebbb
usb: gadget: completely remove ->start/->stop
by Felipe Balbi
· 12 years ago
9bb2859
usb: gadget: composite: introduce usb_gstrings_attach()
by Sebastian Andrzej Siewior
· 12 years ago
4c49a5f
usb: gadget: udc-core: introduce UDC binding by name
by Sebastian Andrzej Siewior
· 12 years ago
10287ba
usb: gadget: always update HS/SS descriptors and create a copy of them
by Sebastian Andrzej Siewior
· 12 years ago
e87bb71
usb: gadget: move global vars from epautoconf into struct usb_gadget
by Sebastian Andrzej Siewior
· 12 years ago
ffe0b33
usb: gadget: remove global variable composite in composite.c
by Sebastian Andrzej Siewior
· 12 years ago
9395295
usb: gadget: move bind() callback back to struct usb_gadget_driver
by Sebastian Andrzej Siewior
· 12 years ago
85b8614
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
by Michal Nazarewicz
· 12 years ago
a698908
usb: gadget: add generic map/unmap request utilities
by Felipe Balbi
· 13 years ago
898c608
usb: gadget: introduce support for sg lists
by Felipe Balbi
· 13 years ago
a7250db
usb: gadget: enlarge maxburst bit width.
by Yu Xu
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
d327ab5
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
by Michal Nazarewicz
· 13 years ago
089b837
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 13 years ago
352c2dc
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 14 years ago
e9c23a2
usb: gadget: add missing #include's
by Sergei Shtylyov
· 14 years ago
bdb64d7
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 14 years ago
a59d6b9
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 14 years ago
ea2a1df
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 14 years ago
48767a4
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 14 years ago
72c973d
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 14 years ago
2ccea03
usb: gadget: introduce UDC Class
by Felipe Balbi
· 14 years ago
325fd18
USB: gadget.h depends on ch9.h so include ch9.h directly
by Mark Brown
· 14 years ago
3ab810f
usb gadget: fix all Section mismatch warnings
by Randy Dunlap
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
0858a3a
USB: include/usb/*.h checkpatch cleanup
by Greg Kroah-Hartman
· 15 years ago
f48cf80
USB: Composite framework: Add suspended sysfs entry
by Fabien Chouteau
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c2344f1
USB: gpio_vbus: add delayed vbus_session calls
by Robert Jarzmik
· 16 years ago
f579c2b
USB Gadget: documentation update
by Alan Stern
· 17 years ago
a4c39c4
usb gadget: descriptor copying support
by David Brownell
· 17 years ago
a5e54b0
USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance
by David Lopo
· 17 years ago
dda43a0
USB: Standardize inclusion protection and add where missing.
by Robert P. J. Day
· 17 years ago
20f590d
USB: Remove __KERNEL__ check from non-exported gadget.h.
by Robert P. J. Day
· 17 years ago
41dceed
USB: fix codingstyle issues in include/linux/usb/
by Greg Kroah-Hartman
· 17 years ago
fd39c86
docbook: fix usb content
by Randy Dunlap
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
[Renamed (99%) from include/linux/usb_gadget.h]
a4e3ef5
USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup
by David Brownell
· 17 years ago
efc9052
USB: usb_gadget.h whitespace fixes
by David Brownell
· 17 years ago
c67ab13
usb gadget stack: remove usb_ep_*_buffer(), part 2
by David Brownell
· 18 years ago
9d8bab5
usb gadget stack: remove usb_ep_*_buffer(), part 1
by David Brownell
· 18 years ago
a353678
[PATCH] USB: gadget section fixups
by David Brownell
· 18 years ago
329af28
[PATCH] USB: gadget driver section fixups
by David Brownell
· 19 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 19 years ago
5db539e
[PATCH] USB: Fix kmalloc's flags type in USB
by Olav Kongas
· 20 years ago
1bbc169
[PATCH] USB: gadget driver updates (SETUP api change)
by David Brownell
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago