summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman
2022-07-08usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik
2022-07-08usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik
2022-06-29usb: dwc3: gadget: Fix event pending checkThinh Nguyen
2022-06-29usb: dwc3: gadget: fix a kernel-doc warningMauro Carvalho Chehab
2022-06-10usb: dwc3: gadget: Fix IN endpoint max packet size allocationWesley Cheng
2022-05-19usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang
2022-05-19usb: dwc3: Fix ep0 handling when getting reset while doing control transferMayank Rana
2022-05-05usb: dwc3: gadget: Delay issuing End TransferThinh Nguyen
2022-05-05usb: dwc3: gadget: Only End Transfer for ep0 data phaseThinh Nguyen
2022-05-05usb: dwc3: ep0: Don't prepare beyond Setup stageThinh Nguyen
2022-05-05usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen
2022-05-05usb: dwc3: gadget: Refactor pullup()Thinh Nguyen
2022-05-05usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman
2022-04-26usb: dwc3: gadget: Return proper request statusThinh Nguyen
2022-04-23usb: dwc3: gadget: Replace list_for_each_entry_safe() if using givebackWesley Cheng
2022-04-23usb: dwc3: EP clear halt leading to clearing of delayed_statusWesley Cheng
2022-04-21usb: dwc3: gadget: increase tx fifo size for ss isoc endpointsDan Vacura
2022-04-21USB / dwc3: Fix three doc-build warningsKushagra Verma
2022-03-18usb: dwc3: Issue core soft reset before enabling run/stopWesley Cheng
2022-03-15usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeueThinh Nguyen
2022-03-15usb: dwc3: gadget: move cmd_endtransfer to extra functionMichael Grzeschik
2022-03-15usb: dwc3: gadget: ep_queue simplify isoc start conditionMichael Grzeschik
2022-03-15usb: dwc3: gadget: Give some time to schedule isocThinh Nguyen
2022-02-24usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior
2022-02-08usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami
2021-12-13usb: dwc3: gadget: Support Multi-Stream TransferThinh Nguyen
2021-12-03usb: dwc3: gadget: Skip reading GEVNTSIZnThinh Nguyen
2021-12-03usb: dwc3: gadget: Ignore Update Transfer cmd paramsThinh Nguyen
2021-12-03usb: dwc3: gadget: Skip checking Update Transfer statusThinh Nguyen
2021-11-17usb: dwc3: gadget: Fix null pointer exceptionAlbert Wang
2021-11-17usb: dwc3: gadget: Check for L1/L2/U3 for Start TransferThinh Nguyen
2021-11-17usb: dwc3: gadget: Ignore NoStream after End TransferThinh Nguyen
2021-10-22usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resizedJack Pham
2021-10-20usb: dwc3: gadget: Change to dev_dbg() when queuing to inactive gadget/epWesley Cheng
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman
2021-10-05usb: dwc3: gadget: Revert "set gadgets parent to the right controller"Andy Shevchenko
2021-09-21usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbindWesley Cheng
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-26usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng
2021-08-26usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen
2021-08-16Merge 5.14-rc6 into usb-nextGreg Kroah-Hartman
2021-08-10Revert "usb: dwc3: gadget: Use list_replace_init() before traversing lists"Greg Kroah-Hartman
2021-08-09Merge 5.14-rc5 into usb-nextGreg Kroah-Hartman
2021-08-05usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng
2021-08-05usb: dwc3: gadget: Use list_replace_init() before traversing listsWesley Cheng
2021-07-27usb: dwc3: gadget: set gadgets parent to the right controllerMichael Grzeschik
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-21usb: dwc3: avoid NULL access of usb_gadget_driverLinyu Yuan