aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan1-0/+176
2018-03-13usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan1-0/+5
2018-03-13usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan1-12/+26
2018-03-13usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan1-0/+2
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan1-3/+3
2018-03-13usb: dwc2: Enable LPMJohn Youn1-0/+4
2018-03-13usb: dwc2: gadget: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-03-13usb: dwc2: Add core state checkingGrigor Tovmasyan1-2/+2
2018-03-13usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan1-0/+26
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan1-1/+2
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan1-2/+10
2018-03-13usb: dwc2: Rename bit set/clear function namesRazmik Karapetyan1-22/+22
2018-03-13usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handlingRazmik Karapetyan1-1/+8
2018-03-13usb: dwc2: Update dwc2_handle_incomplete_isoc_out() functionRazmik Karapetyan1-2/+12
2018-03-13usb: dwc2: Update dwc2_handle_incomplete_isoc_in() functionRazmik Karapetyan1-1/+8
2018-03-13usb: dwc2: Use AHB burst size parameterRazmik Karapetyan1-1/+1
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan1-34/+4
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan1-4/+3
2018-02-12usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-02-12usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan1-3/+7
2018-02-12usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan1-1/+3
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan1-40/+2
2017-11-07USB: dwc2: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-24usb: dwc2: Fix UDC state trackingJohn Stultz1-0/+2
2017-10-24usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeJohn Stultz1-0/+5
2017-08-15usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal1-1/+1
2017-07-18usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan1-0/+3
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-107/+206
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan1-0/+93
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz1-1/+1
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-1/+1
2017-01-24usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan1-0/+3
2017-01-24usb: dwc2: Fix sizeof in kzallocJohn Youn1-1/+1
2017-01-24usb: dwc2: Fix code indentation after conditionalsJohn Youn1-3/+3
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn1-5/+9
2017-01-24usb: dwc2: Fix brace usageJohn Youn1-6/+4
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn1-20/+23
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-72/+70
2017-01-16usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay1-2/+2
2017-01-12usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan1-11/+3
2017-01-02usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enableMarek Szyprowski1-1/+1
2016-11-18usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan1-10/+0
2016-11-18usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan1-0/+7
2016-11-18usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan1-1/+1
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan1-6/+21
2016-11-18usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan1-0/+2
2016-11-18usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan1-5/+21
2016-11-18usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan1-89/+93
2016-11-18usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan1-23/+41