summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/gadget.h
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: core: introduce ->udc_set_speed() methodFelipe Balbi2017-06-131-0/+1
* usb: gadget: Allow a non-SuperSpeed gadget to support LPMJohn Youn2017-06-021-0/+3
* usb: gadget.h: be consistent at kernel doc macrosMauro Carvalho Chehab2017-04-111-1/+1
* usb: gadget: fix request length error for isoc transferPeter Chen2016-11-181-1/+3
* usb: gadget: add a new quirk to avoid skb_reserve in u_ether.cYoshihiro Shimoda2016-08-311-0/+13
* usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_alignFelipe F. Tonello2016-08-251-3/+14
* usb: gadget: add tracepoints to the gadget APIFelipe Balbi2016-06-211-0/+4
* usb: gadget: move gadget API functions to udc-coreFelipe Balbi2016-06-211-525/+60Star
* usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak2016-05-311-0/+3
* usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda2016-04-191-0/+4
* usb: gadget: add hnp_polling_support and host_request_flag in usb_gadgetLi Jun2016-03-041-0/+6
* usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2016-03-041-0/+1
* usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-041-1/+2
* usb: gadget: Add gadget_is_superspeed_plus()John Youn2016-03-041-0/+10
* usb: gadget: forbid queuing request to a disabled epDu, Changbin2015-12-221-0/+3
* usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol2015-12-161-0/+2
* usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol2015-12-161-2/+0Star
* usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol2015-12-161-0/+4
* usb: gadget: introduce 'enabled' flag in struct usb_epRobert Baldyga2015-09-271-2/+25
* usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga2015-09-271-0/+2
* usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga2015-08-061-1/+7
* usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga2015-08-061-0/+8
* usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga2015-08-061-0/+3
* usb: gadget: add endpoint capabilities helper macrosRobert Baldyga2015-08-041-0/+20
* usb: gadget: add endpoint capabilities flagsRobert Baldyga2015-08-041-0/+21
* usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga2015-08-041-0/+1
* usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+10
* usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+10
* usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+11
* usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun2015-07-291-0/+4
* usb: add usb_otg_caps to usb_gadget structure.Macpaul Lin2015-07-291-0/+2
* usb: gadget: add usb_gadget_activate/deactivate functionsRobert Baldyga2015-07-291-6/+94
* usb: udc: add usb_udc_vbus_handlerPeter Chen2015-03-191-0/+4
* usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen2015-03-191-0/+3
* usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-111-1/+1
* usb: gadget: introduce is_selfpowered for usb_gadgetPeter Chen2015-01-291-0/+2
* usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi2014-11-031-1/+1
* usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi2014-11-031-2/+1Star
* usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka2014-09-251-0/+8
* usb: gadget: udc-core: add utility for bus resetPeter Chen2014-09-121-0/+6
* usb: gadget: add reset API at usb_gadget_driverPeter Chen2014-09-091-0/+3
* usb: gadget: document a usb_ep_dequeue() requirementPaul Zimmerman2014-08-211-4/+5
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-0/+19
* usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadgetDavid Cohen2013-12-101-0/+20
* usb: gadget: move bitflags to the end of usb_gadget structDavid Cohen2013-12-101-9/+10
* usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi2013-07-291-0/+4
* Correct typo "supperspeed" to "superspeed".Robert P. J. Day2013-05-151-3/+2Star
* usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi2013-03-181-0/+2
* usb: gadget: introduce gadget state trackingFelipe Balbi2013-03-181-0/+9
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-4/+0Star