summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/gadget.h
AgeCommit message (Expand)Author
2016-11-18usb: gadget: fix request length error for isoc transferPeter Chen
2016-08-31usb: gadget: add a new quirk to avoid skb_reserve in u_ether.cYoshihiro Shimoda
2016-08-25usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_alignFelipe F. Tonello
2016-06-21usb: gadget: add tracepoints to the gadget APIFelipe Balbi
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi
2016-05-31usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak
2016-04-19usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda
2016-03-04usb: gadget: add hnp_polling_support and host_request_flag in usb_gadgetLi Jun
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Add gadget_is_superspeed_plus()John Youn
2015-12-22usb: gadget: forbid queuing request to a disabled epDu, Changbin
2015-12-16usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol
2015-12-16usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol
2015-12-16usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol
2015-09-27usb: gadget: introduce 'enabled' flag in struct usb_epRobert Baldyga
2015-09-27usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga
2015-08-06usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga
2015-08-06usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga
2015-08-06usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga
2015-08-04usb: gadget: add endpoint capabilities helper macrosRobert Baldyga
2015-08-04usb: gadget: add endpoint capabilities flagsRobert Baldyga
2015-08-04usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga
2015-07-30usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga
2015-07-30usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga
2015-07-30usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga
2015-07-29usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun
2015-07-29usb: add usb_otg_caps to usb_gadget structure.Macpaul Lin
2015-07-29usb: gadget: add usb_gadget_activate/deactivate functionsRobert Baldyga
2015-03-19usb: udc: add usb_udc_vbus_handlerPeter Chen
2015-03-19usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen
2015-03-11usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida
2015-01-29usb: gadget: introduce is_selfpowered for usb_gadgetPeter Chen
2014-11-03usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi
2014-09-25usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka
2014-09-12usb: gadget: udc-core: add utility for bus resetPeter Chen
2014-09-09usb: gadget: add reset API at usb_gadget_driverPeter Chen
2014-08-21usb: gadget: document a usb_ep_dequeue() requirementPaul Zimmerman
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-12-09usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadgetDavid Cohen
2013-12-09usb: gadget: move bitflags to the end of usb_gadget structDavid Cohen
2013-07-29usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi
2013-05-15Correct typo "supperspeed" to "superspeed".Robert P. J. Day
2013-03-18usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi
2013-03-18usb: gadget: introduce gadget state trackingFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior