summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman2024-02-191-2/+0
|\
| * Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen2024-02-091-2/+0
* | usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen2024-02-171-0/+1
|/
* usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora2024-01-041-0/+2
* usb: dwc3: Fix ep0 handling when getting reset while doing control transferMayank Rana2022-05-191-0/+2
* usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeueThinh Nguyen2022-03-151-0/+1
* usb: dwc3: add cancelled reasons for dwc3 requestsRay Chi2021-04-021-2/+4
* usb: dwc3: allocate gadget structure dynamicallyPeter Chen2020-10-021-1/+1
* usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL commandThinh Nguyen2020-09-241-0/+1
* usb: dwc3: gadget: add frame number maskMichael Grzeschik2020-07-241-0/+2
* usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* USB: dwc3: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-051-1/+1
* usb: dwc3: gadget: Don't send unintended link state changeThinh Nguyen2020-01-151-0/+14
* usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha2019-06-181-0/+6
* usb: dwc3: gadget: remove req->started flagFelipe Balbi2019-01-281-2/+0
* usb: dwc3: gadget: add dwc3_request status trackingFelipe Balbi2019-01-281-0/+2
* usb: dwc3: gadget: introduce cancelled_listFelipe Balbi2018-11-261-0/+15
* usb: dwc3: change stream event enable bit back to 13Erich E. Hoover2018-07-261-1/+1
* usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi2018-05-211-3/+2
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-9/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: update documentationFelipe Balbi2017-06-021-4/+18
* usb: dwc3: use BIT() macro where possibleRoger Quadros2017-04-111-10/+10
* usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi2017-03-061-7/+7
* usb: dwc3: cleanup with list_first_entry_or_null()Masahiro Yamada2016-11-031-4/+1
* usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi2016-06-201-2/+2
* usb: dwc3: better name for our request management listsFelipe Balbi2016-04-141-3/+3
* usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi2014-10-201-1/+1
* usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltFelipe Balbi2014-10-201-0/+1
* usb: dwc3: move all string helper functions to debug.hFelipe Balbi2014-09-051-56/+0
* usb: dwc3: fix randconfig build errorsFelipe Balbi2014-03-051-13/+0
* usb: dwc3: gadget: implement dwc3_gadget_get_link_statePaul Zimmerman2014-03-051-0/+1
* usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-291-27/+7
* usb: dwc3: correct set_halt implementation for ep0Pratyush Anand2012-07-021-0/+1
* usb: dwc3: add definitions for new registersPaul Zimmerman2012-06-031-0/+5
* usb: dwc3: gadget: implement Global Command supportFelipe Balbi2012-05-021-0/+1
* Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-03-021-0/+3
|\
| * usb: dwc3: gadget: re-factor Link state change to a functionFelipe Balbi2012-02-061-0/+1
| * usb: dwc3: gadget: re-factor USB2 test mode to a functionFelipe Balbi2012-02-061-0/+2
* | usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi2012-02-281-2/+0
|/
* usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_requestSebastian Andrzej Siewior2011-12-121-13/+0
* usb: dwc3: fix few coding style problemsFelipe Balbi2011-12-121-1/+2
* usb: dwc3: move gadget prototypes to core.hFelipe Balbi2011-12-121-3/+0
* usb: dwc3: always compile gadget side tooFelipe Balbi2011-12-121-10/+0
* usb: dwc3: convert structures into bitshiftsFelipe Balbi2011-10-041-112/+27
* usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior2011-10-041-1/+0
* usb: fix dwc3 build when USB_GADGET_DWC3 is not enabledRandy Dunlap2011-08-241-0/+5
* usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi2011-08-221-0/+292