summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2018-05-211-0/+21
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-211-9/+20
* usb: dwc2: Change reading of current frame number flow.Artur Petrosyan2018-05-151-2/+11
* usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan2018-05-151-3/+3
* usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan2018-05-151-0/+3
* usb: dwc2: Enable BNA interrupt for IN endpointsMinas Harutyunyan2018-05-151-1/+3
* usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan2018-05-151-142/+137
* usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan2018-03-131-0/+176
* usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan2018-03-131-0/+5
* usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan2018-03-131-12/+26
* usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan2018-03-131-0/+2
* usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan2018-03-131-3/+3
* usb: dwc2: Enable LPMJohn Youn2018-03-131-0/+4
* usb: dwc2: gadget: Use true and false for boolean valuesGustavo A. R. Silva2018-03-131-2/+2
* usb: dwc2: Add core state checkingGrigor Tovmasyan2018-03-131-2/+2
* usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan2018-03-131-0/+26
* usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan2018-03-131-1/+2
* usb: dwc2: Add ACG support to the driverRazmik Karapetyan2018-03-131-2/+10
* usb: dwc2: Rename bit set/clear function namesRazmik Karapetyan2018-03-131-22/+22
* usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handlingRazmik Karapetyan2018-03-131-1/+8
* usb: dwc2: Update dwc2_handle_incomplete_isoc_out() functionRazmik Karapetyan2018-03-131-2/+12
* usb: dwc2: Update dwc2_handle_incomplete_isoc_in() functionRazmik Karapetyan2018-03-131-1/+8
* usb: dwc2: Use AHB burst size parameterRazmik Karapetyan2018-03-131-1/+1
* usb: dwc2: Update bit polling functionalitySevak Arakelyan2018-03-131-34/+4
* usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan2018-03-081-4/+3
* 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/+2
* USB: dwc2: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* 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/+4
| * usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-241-20/+23
| * usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-72/+70
* | usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay2017-01-161-2/+2
* | usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan2017-01-121-11/+3
|/
* 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/+0