summaryrefslogtreecommitdiff
path: root/include/linux/usb/gadget.h
AgeCommit message (Expand)Author
2021-08-13usb: gadget: remove unnecessary AND operation when get ep maxpChunfeng Yun
2021-07-12usb: gadget: udc: core: Introduce check_config to verify USB configurationWesley Cheng
2021-06-04USB: UDC core: Add udc_async_callbacks gadget opAlan Stern
2021-05-21usb: fix spelling mistakes in header filesZhen Lei
2021-01-18usb: gadget: Introduce udc_set_ssp_rate() for SSPThinh Nguyen
2021-01-18usb: gadget: Introduce SSP rates and lanesThinh Nguyen
2020-10-02USB: UDC: Expand device model API interfaceAlan Stern
2020-07-15usb: linux/usb/gadget.h: fix duplicated word in commentRandy Dunlap
2020-07-02USB: Fix up terminology in include filesGreg Kroah-Hartman
2020-05-25usb: gadget: core: sync interrupt before unbind the udcPeter Chen
2020-05-25usb: gadget: Introduce usb_request->is_lastThinh Nguyen
2020-05-05usb: gadget: add "usb_validate_langid" functionTao Ren
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-08-28usb: gadget: Export recommended BESL valuesThinh Nguyen
2019-07-04Revert "usb:gadget Separated decoding functions from dwc3 driver."Greg Kroah-Hartman
2019-07-03usb:gadget Separated decoding functions from dwc3 driver.Pawel Laszczak
2019-06-18usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha
2018-12-05usb: gadget: Introduce frame_number to usb_requestThinh Nguyen
2018-05-15usb/gadget: Constify usb_gadget_get_string "table" argumentBenjamin Herrenschmidt
2018-04-05Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-03-23usb/gadget: Add an EP dispose() callback for EP lifetime trackingBenjamin Herrenschmidt
2018-03-16usb: gadget: Add NO_DMA dummies for DMA mapping APIGeert Uytterhoeven
2017-12-11usb: gadget: add isoch_delay memberFelipe Balbi
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: Add kerneldoc for some neglected structure fieldsJonathan Corbet
2017-08-15usb: gadget: core: unmap request from DMA only if previously mappedJack Pham
2017-06-13usb: gadget: core: introduce ->udc_set_speed() methodFelipe Balbi
2017-06-02usb: gadget: Allow a non-SuperSpeed gadget to support LPMJohn Youn
2017-04-11usb: gadget.h: be consistent at kernel doc macrosMauro Carvalho Chehab
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