aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2022-05-09usb: dwc3: gadget: Return proper request statusThinh Nguyen
2022-03-02usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior
2022-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami
2021-09-03usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng
2021-09-03usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen
2021-08-15usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng
2021-08-15usb: dwc3: gadget: Disable gadget IRQ during pullup disableWesley Cheng
2021-08-15usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng
2021-08-15usb: dwc3: gadget: Prevent EP queuing while stopping transfersWesley Cheng
2021-08-15usb: dwc3: gadget: Restart DWC3 gadget when enabling pullupWesley Cheng
2021-08-15usb: dwc3: gadget: Allow runtime suspend if UDC unbindedWesley Cheng
2021-08-15usb: dwc3: Stop active transfers before halting the controllerWesley Cheng
2021-06-23usb: dwc3: debugfs: Add and remove endpoint dirs dynamicallyJack Pham
2021-06-03usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen
2021-05-28usb: dwc3: gadget: Enable suspend eventsJack Pham
2021-05-19usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng
2021-05-11usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen
2021-05-11usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng
2021-03-04usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen
2021-03-04usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen
2020-11-18usb: dwc3: gadget: Reclaim extra TRBs after request completionThinh Nguyen
2020-11-18usb: dwc3: gadget: Continue to process pending requestsThinh Nguyen
2020-11-05usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL commandThinh Nguyen
2020-11-05usb: dwc3: gadget: Resume pending requests after CLEAR_STALLThinh Nguyen
2020-11-05usb: dwc3: gadget: Check MPS of the request lengthThinh Nguyen
2020-10-01usb: dwc3: Increase timeout for CmdAct cleared by device controllerYu Chen
2020-09-03usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen
2020-09-03usb: dwc3: gadget: Fix handling ZLPThinh Nguyen
2020-09-03usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen
2020-06-24usb: dwc3: gadget: Properly handle failed kick_transferThinh Nguyen
2020-06-24usb: dwc3: gadget: Properly handle ClearFeature(halt)Thinh Nguyen
2020-05-20dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()John Stultz
2020-05-10usb: dwc3: gadget: Properly set maxpacket limitThinh Nguyen
2020-05-02usb: dwc3: gadget: Do link recovery for SS and SSPThinh Nguyen
2020-04-29usb: dwc3: gadget: Fix request completion checkThinh Nguyen
2020-04-21usb: dwc3: gadget: Don't clear flags before transfer endedThinh Nguyen
2020-04-13usb: dwc3: gadget: Wrap around when skip TRBsThinh Nguyen
2020-03-12usb: dwc3: gadget: Update chain bit correctly when using sg listPratham Pratap
2020-02-28usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha
2020-02-11usb: dwc3: gadget: Delay starting transferThinh Nguyen
2020-02-11usb: dwc3: gadget: Check END_TRANSFER completionThinh Nguyen
2020-01-12usb: dwc3: gadget: Fix request complete checkThinh Nguyen
2019-12-17usb: dwc3: gadget: Clear started flag for non-IOCThinh Nguyen
2019-12-17usb: dwc3: gadget: Fix logical conditionTejas Joglekar
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi
2019-10-07usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede
2019-10-07usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede
2019-08-30usb: dwc3: gadget: Workaround Mirosoft's BESL checkThinh Nguyen
2019-08-28usb: dwc3: gadget: Set BESL config parameterThinh Nguyen
2019-08-28usb: dwc3: Separate field holding multiple propertiesThinh Nguyen