aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha1-0/+6
2019-01-28usb: dwc3: gadget: remove req->started flagFelipe Balbi1-2/+0
2019-01-28usb: dwc3: gadget: add dwc3_request status trackingFelipe Balbi1-0/+2
2018-11-26usb: dwc3: gadget: introduce cancelled_listFelipe Balbi1-0/+15
2018-07-26usb: dwc3: change stream event enable bit back to 13Erich E. Hoover1-1/+1
2018-05-21usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi1-3/+2
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-02usb: dwc3: update documentationFelipe Balbi1-4/+18
2017-04-11usb: dwc3: use BIT() macro where possibleRoger Quadros1-10/+10
2017-03-06usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi1-7/+7
2016-11-03usb: dwc3: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+1
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi1-2/+2
2016-04-14usb: dwc3: better name for our request management listsFelipe Balbi1-3/+3
2014-10-20usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi1-1/+1
2014-10-20usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltFelipe Balbi1-0/+1
2014-09-05usb: dwc3: move all string helper functions to debug.hFelipe Balbi1-56/+0
2014-03-05usb: dwc3: fix randconfig build errorsFelipe Balbi1-13/+0
2014-03-05usb: dwc3: gadget: implement dwc3_gadget_get_link_statePaul Zimmerman1-0/+1
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi1-27/+7
2012-07-02usb: dwc3: correct set_halt implementation for ep0Pratyush Anand1-0/+1
2012-06-03usb: dwc3: add definitions for new registersPaul Zimmerman1-0/+5
2012-05-02usb: dwc3: gadget: implement Global Command supportFelipe Balbi1-0/+1
2012-03-02Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+3
2012-02-28usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi1-2/+0
2012-02-06usb: dwc3: gadget: re-factor Link state change to a functionFelipe Balbi1-0/+1
2012-02-06usb: dwc3: gadget: re-factor USB2 test mode to a functionFelipe Balbi1-0/+2
2011-12-12usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_requestSebastian Andrzej Siewior1-13/+0
2011-12-12usb: dwc3: fix few coding style problemsFelipe Balbi1-1/+2
2011-12-12usb: dwc3: move gadget prototypes to core.hFelipe Balbi1-3/+0
2011-12-12usb: dwc3: always compile gadget side tooFelipe Balbi1-10/+0
2011-10-04usb: dwc3: convert structures into bitshiftsFelipe Balbi1-112/+27
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior1-1/+0
2011-08-24usb: fix dwc3 build when USB_GADGET_DWC3 is not enabledRandy Dunlap1-0/+5
2011-08-22usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi1-0/+292