summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/ep0.c
AgeCommit message (Expand)Author
2024-04-18usb: dwc3: ep0: Don't reset resource alloc flagThinh Nguyen
2024-02-17usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen
2024-01-04usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal
2023-05-13usb: dwc3: Add error logs for unknown endpoint eventsRoy Luo
2023-03-29usb: dwc3: Add function suspend and function wakeup supportElson Roy Serrao
2023-03-29usb: dwc3: Add remote wakeup handlingElson Roy Serrao
2022-09-07usb: dwc3: Avoid unmapping USB requests if endxfer is not completeWesley Cheng
2022-08-31usb: dwc3: Do not service EP0 and conndone events if soft disconnectedWesley Cheng
2022-07-14usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stageWesley Cheng
2022-06-12usb: dwc3: Fix a repeated word checkpatch warningKushagra Verma
2022-05-19usb: dwc3: Fix ep0 handling when getting reset while doing control transferMayank Rana
2022-05-05usb: dwc3: ep0: Don't prepare beyond Setup stageThinh Nguyen
2022-04-23usb: dwc3: EP clear halt leading to clearing of delayed_statusWesley Cheng
2022-03-15usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeueThinh Nguyen
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-21usb: dwc3: avoid NULL access of usb_gadget_driverLinyu Yuan
2021-07-12usb: dwc3: Resize TX FIFOs to meet EP bursting requirementsWesley Cheng
2021-06-09usb: dwc3: ep0: fix NULL pointer exceptionMarian-Cristian Rotariu
2020-10-27usb: dwc3: ep0: Fix delay status handlingThinh Nguyen
2020-10-02usb: dwc3: Stop active transfers before halting the controllerWesley Cheng
2020-10-02usb: dwc3: ep0: Fix ZLP for OUT ep0 requestsThinh Nguyen
2020-10-02usb: dwc3: allocate gadget structure dynamicallyPeter Chen
2020-10-02usb: dwc3: ep0: fix checkpatch warningsFelipe Balbi
2020-09-24usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL commandThinh Nguyen
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman
2020-01-15usb: dwc3: gadget: Check END_TRANSFER completionThinh Nguyen
2019-12-10usb: dwc3: ep0: Clear started flag on completionThinh Nguyen
2019-06-18usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha
2018-07-17usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King
2018-05-21usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()Felipe Balbi
2018-05-21usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi
2018-05-21usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi
2018-03-19usb: dwc3: ep0: remove redundant assignmentHeinrich Schuchardt
2018-02-12usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen
2017-12-11usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay valueFelipe Balbi
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: dwc3: ep0: Clean up unused variablesChristos Gkekas
2017-09-18usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Felipe Balbi
2017-06-13usb: dwc3: ep0: make sure wValue is 0 on GetStatus()Felipe Balbi
2017-06-02usb: dwc3: update documentationFelipe Balbi
2017-04-11usb: dwc3: simplify ZLP handlingFelipe Balbi
2017-04-11usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi
2017-04-11usb: dwc3: ep0: pass dep as argument to internal functionsFelipe Balbi
2017-04-11usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi
2017-01-24usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phaseBaolin Wang
2017-01-02usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Felipe Balbi
2017-01-02usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Felipe Balbi
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann