summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/gadget.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "usb:gadget Separated decoding functions from dwc3 driver."Greg Kroah-Hartman2019-07-041-26/+0Star
* usb:gadget Separated decoding functions from dwc3 driver.Pawel Laszczak2019-07-031-0/+26
* usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha2019-06-181-1/+2
* usb: gadget: Introduce frame_number to usb_requestThinh Nguyen2018-12-051-0/+4
* usb/gadget: Constify usb_gadget_get_string "table" argumentBenjamin Herrenschmidt2018-05-151-1/+1
* Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-04-051-0/+12
|\
| * usb: gadget: Add NO_DMA dummies for DMA mapping APIGeert Uytterhoeven2018-03-161-0/+12
* | usb/gadget: Add an EP dispose() callback for EP lifetime trackingBenjamin Herrenschmidt2018-03-231-0/+1
|/
* usb: gadget: add isoch_delay memberFelipe Balbi2017-12-111-0/+2
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: gadget: Add kerneldoc for some neglected structure fieldsJonathan Corbet2017-10-191-0/+5
* usb: gadget: core: unmap request from DMA only if previously mappedJack Pham2017-08-151-0/+2
* 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