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
/
include
/
linux
/
usb
/
gadget.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: fix request length error for isoc transfer
Peter Chen
2016-11-18
1
-1
/
+3
*
usb: gadget: add a new quirk to avoid skb_reserve in u_ether.c
Yoshihiro Shimoda
2016-08-31
1
-0
/
+13
*
usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_align
Felipe F. Tonello
2016-08-25
1
-3
/
+14
*
usb: gadget: add tracepoints to the gadget API
Felipe Balbi
2016-06-21
1
-0
/
+4
*
usb: gadget: move gadget API functions to udc-core
Felipe Balbi
2016-06-21
1
-525
/
+60
*
usb: gadget: Fix binding to UDC via configfs interface
Krzysztof Opasiak
2016-05-31
1
-0
/
+3
*
usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()
Yoshihiro Shimoda
2016-04-19
1
-0
/
+4
*
usb: gadget: add hnp_polling_support and host_request_flag in usb_gadget
Li Jun
2016-03-04
1
-0
/
+6
*
usb: gadget: provide interface for legacy gadgets to get UDC name
Marek Szyprowski
2016-03-04
1
-0
/
+1
*
usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus
John Youn
2016-03-04
1
-1
/
+2
*
usb: gadget: Add gadget_is_superspeed_plus()
John Youn
2016-03-04
1
-0
/
+10
*
usb: gadget: forbid queuing request to a disabled ep
Du, Changbin
2015-12-22
1
-0
/
+3
*
usb: gadget: udc-core: independent registration of gadgets and gadget drivers
Ruslan Bilovol
2015-12-16
1
-0
/
+2
*
usb: gadget: udc-core: remove unused usb_udc_attach_driver()
Ruslan Bilovol
2015-12-16
1
-2
/
+0
*
usb: gadget: bind UDC by name passed via usb_gadget_driver structure
Ruslan Bilovol
2015-12-16
1
-0
/
+4
*
usb: gadget: introduce 'enabled' flag in struct usb_ep
Robert Baldyga
2015-09-27
1
-2
/
+25
*
usb: gadget: epautoconf: add usb_ep_autoconfig_release() function
Robert Baldyga
2015-09-27
1
-0
/
+2
*
usb: gadget: move find_ep() from epautoconf to udc-core
Robert Baldyga
2015-08-06
1
-1
/
+7
*
usb: gadget: move ep_matches() from epautoconf to udc-core
Robert Baldyga
2015-08-06
1
-0
/
+8
*
usb: gadget: add 'ep_match' callback to usb_gadget_ops
Robert Baldyga
2015-08-06
1
-0
/
+3
*
usb: gadget: add endpoint capabilities helper macros
Robert Baldyga
2015-08-04
1
-0
/
+20
*
usb: gadget: add endpoint capabilities flags
Robert Baldyga
2015-08-04
1
-0
/
+21
*
usb: gadget: encapsulate endpoint claiming mechanism
Robert Baldyga
2015-08-04
1
-0
/
+1
*
usb: gadget: add 'quirk_zlp_not_supp' to usb_gadget
Robert Baldyga
2015-07-30
1
-0
/
+10
*
usb: gadget: add 'quirk_stall_not_supp' to usb_gadget
Robert Baldyga
2015-07-30
1
-0
/
+10
*
usb: gadget: add 'quirk_altset_not_supp' to usb_gadget
Robert Baldyga
2015-07-30
1
-0
/
+11
*
usb: gadget: add usb otg descriptor allocate and init interface
Li Jun
2015-07-29
1
-0
/
+4
*
usb: add usb_otg_caps to usb_gadget structure.
Macpaul Lin
2015-07-29
1
-0
/
+2
*
usb: gadget: add usb_gadget_activate/deactivate functions
Robert Baldyga
2015-07-29
1
-6
/
+94
*
usb: udc: add usb_udc_vbus_handler
Peter Chen
2015-03-19
1
-0
/
+4
*
usb: udc: store usb_udc pointer in struct usb_gadget
Peter Chen
2015-03-19
1
-0
/
+3
*
usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml
Masanari Iida
2015-03-11
1
-1
/
+1
*
usb: gadget: introduce is_selfpowered for usb_gadget
Peter Chen
2015-01-29
1
-0
/
+2
*
usb: gadget: udc: core: prepend udc_attach_driver with usb_
Felipe Balbi
2014-11-03
1
-1
/
+1
*
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-11-03
1
-2
/
+1
*
usb: gadget: Introduce usb_gadget_giveback_request()
Michal Sojka
2014-09-25
1
-0
/
+8
*
usb: gadget: udc-core: add utility for bus reset
Peter Chen
2014-09-12
1
-0
/
+6
*
usb: gadget: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+3
*
usb: gadget: document a usb_ep_dequeue() requirement
Paul Zimmerman
2014-08-21
1
-4
/
+5
*
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
2013-12-17
1
-0
/
+19
*
usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadget
David Cohen
2013-12-09
1
-0
/
+20
*
usb: gadget: move bitflags to the end of usb_gadget struct
David Cohen
2013-12-09
1
-9
/
+10
*
usb: gadget: udc-core: move sysfs_notify() to a workqueue
Felipe Balbi
2013-07-29
1
-0
/
+4
*
Correct typo "supperspeed" to "superspeed".
Robert P. J. Day
2013-05-15
1
-3
/
+2
*
usb: gadget: udc-core: introduce usb_add_gadget_udc_release()
Felipe Balbi
2013-03-18
1
-0
/
+2
*
usb: gadget: introduce gadget state tracking
Felipe Balbi
2013-03-18
1
-0
/
+9
*
usb: gadget: drop now unnecessary flag
Felipe Balbi
2013-03-18
1
-4
/
+0
*
usb: gadget: udc-core: allow udc class register gadget device
Felipe Balbi
2013-03-18
1
-0
/
+4
*
usb: gadget: completely remove ->start/->stop
Felipe Balbi
2013-01-24
1
-6
/
+0
*
usb: gadget: composite: introduce usb_gstrings_attach()
Sebastian Andrzej Siewior
2013-01-21
1
-0
/
+5
[next]