summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan2018-02-121-6/+6
* usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan2018-02-121-3/+7
* usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan2018-02-121-1/+3
* usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan2017-12-111-40/+2Star
* USB: dwc2: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: Fix UDC state trackingJohn Stultz2017-10-241-0/+2
* usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeJohn Stultz2017-10-241-0/+5
* usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
* usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan2017-07-181-0/+3
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-107/+206
|\
| * usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan2017-01-241-0/+93
| * usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz2017-01-241-1/+1
| * usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-1/+1
| * usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan2017-01-241-0/+3
| * usb: dwc2: Fix sizeof in kzallocJohn Youn2017-01-241-1/+1
| * usb: dwc2: Fix code indentation after conditionalsJohn Youn2017-01-241-3/+3
| * usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-241-5/+9
| * usb: dwc2: Fix brace usageJohn Youn2017-01-241-6/+4Star
| * usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-241-20/+23
| * usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-72/+70Star
* | usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay2017-01-161-2/+2
* | usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan2017-01-121-11/+3Star
|/
* usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enableMarek Szyprowski2017-01-021-1/+1
* usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan2016-11-181-10/+0Star
* usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan2016-11-181-0/+7
* usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan2016-11-181-1/+1
* usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan2016-11-181-6/+21
* usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan2016-11-181-0/+2
* usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan2016-11-181-5/+21
* usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan2016-11-181-89/+93
* usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan2016-11-181-23/+41
* usb: dwc2: gadget: For DDMA parse setup only after SetUp interruptVahram Aharonyan2016-11-181-0/+10
* usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMAVahram Aharonyan2016-11-181-0/+4
* usb: dwc2: gadget: Enable the BNA interruptVahram Aharonyan2016-11-181-0/+4
* usb: dwc2: gadget: Start and complete DDMA isoc transfersVahram Aharonyan2016-11-181-5/+304
* usb: dwc2: gadget: In DDMA keep incompISOOUT and incompISOIN maskedVahram Aharonyan2016-11-181-2/+4
* usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan2016-11-181-0/+2
* usb: dwc2: gadget: Enable descriptor DMA modeVahram Aharonyan2016-11-181-2/+8
* usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handlerVahram Aharonyan2016-11-181-2/+9
* usb: dwc2: gadget: Fixes for StsPhseRcvd interruptVahram Aharonyan2016-11-181-6/+7
* usb: dwc2: gadget: DDMA transfer start and completeVahram Aharonyan2016-11-181-13/+83
* usb: dwc2: gadget: EP 0 specific DDMA programmingVahram Aharonyan2016-11-181-5/+161
* usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan2016-11-181-2/+31
* usb: dwc2: gadget: Transfer length limit checking for DDMAVahram Aharonyan2016-11-181-1/+31
* usb: dwc2: gadget: Add DMA descriptor chains for EP 0Vahram Aharonyan2016-11-181-0/+54
* usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan2016-11-181-0/+11
* usb: dwc2: gadget: Update for new usb_endpoint_maxp()Vardan Mikayelyan2016-11-181-19/+23
* usb: dwc2: Move gadget settings into core_paramsJohn Youn2016-11-181-79/+14Star
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-1/+1