summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/gadget.c
AgeCommit message (Expand)Author
2018-03-13usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handlingRazmik Karapetyan
2018-03-13usb: dwc2: Update dwc2_handle_incomplete_isoc_out() functionRazmik Karapetyan
2018-03-13usb: dwc2: Update dwc2_handle_incomplete_isoc_in() functionRazmik Karapetyan
2018-03-13usb: dwc2: Use AHB burst size parameterRazmik Karapetyan
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan
2018-02-12usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan
2018-02-12usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan
2018-02-12usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan
2017-11-07USB: dwc2: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-24usb: dwc2: Fix UDC state trackingJohn Stultz
2017-10-24usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeJohn Stultz
2017-08-15usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal
2017-07-18usb: dwc2: gadget: On USB RESET reset device address to zeroMinas Harutyunyan
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn
2017-01-24usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan
2017-01-24usb: dwc2: Fix sizeof in kzallocJohn Youn
2017-01-24usb: dwc2: Fix code indentation after conditionalsJohn Youn
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn
2017-01-24usb: dwc2: Fix brace usageJohn Youn
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn
2017-01-16usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay
2017-01-12usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan
2017-01-02usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enableMarek Szyprowski
2016-11-18usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan
2016-11-18usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan
2016-11-18usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan
2016-11-18usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan
2016-11-18usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan
2016-11-18usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan
2016-11-18usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan
2016-11-18usb: dwc2: gadget: For DDMA parse setup only after SetUp interruptVahram Aharonyan
2016-11-18usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMAVahram Aharonyan
2016-11-18usb: dwc2: gadget: Enable the BNA interruptVahram Aharonyan
2016-11-18usb: dwc2: gadget: Start and complete DDMA isoc transfersVahram Aharonyan
2016-11-18usb: dwc2: gadget: In DDMA keep incompISOOUT and incompISOIN maskedVahram Aharonyan
2016-11-18usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan
2016-11-18usb: dwc2: gadget: Enable descriptor DMA modeVahram Aharonyan
2016-11-18usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handlerVahram Aharonyan
2016-11-18usb: dwc2: gadget: Fixes for StsPhseRcvd interruptVahram Aharonyan
2016-11-18usb: dwc2: gadget: DDMA transfer start and completeVahram Aharonyan
2016-11-18usb: dwc2: gadget: EP 0 specific DDMA programmingVahram Aharonyan
2016-11-18usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan