summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
AgeCommit message (Expand)Author
2018-10-02usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-07-30usb: dwc2: gadget: ISOC's starting flow improvementMinas Harutyunyan
2018-07-30usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_repGevorg Sahakyan
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan
2018-07-17usb: dwc2: avoid NULL dereferencesJohn Keeping
2018-06-19dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan
2018-06-19usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan
2018-06-18usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan
2018-06-18usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao
2018-06-18usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan
2018-05-21usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan
2018-05-15usb: dwc2: Change reading of current frame number flow.Artur Petrosyan
2018-05-15usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan
2018-05-15usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan
2018-05-15usb: dwc2: Enable BNA interrupt for IN endpointsMinas Harutyunyan
2018-05-15usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan
2018-03-13usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan
2018-03-13usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan
2018-03-13usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan
2018-03-13usb: dwc2: Enable LPMJohn Youn
2018-03-13usb: dwc2: gadget: Use true and false for boolean valuesGustavo A. R. Silva
2018-03-13usb: dwc2: Add core state checkingGrigor Tovmasyan
2018-03-13usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan
2018-03-13usb: dwc2: Rename bit set/clear function namesRazmik Karapetyan
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