summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26usb: dwc2: gadget: LPM flow fixMinas Harutyunyan1-0/+4
2024-03-26usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan1-0/+6
2023-07-25usb: Explicitly include correct DT includesRob Herring1-1/+0
2023-03-23usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier1-4/+2
2022-12-08usb: dwc2: power on/off phy for peripheral mode in dual-role modeQuentin Schulz1-2/+4
2022-06-24usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchAmelie Delaunay1-1/+2
2022-05-05usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski1-1/+0
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay1-1/+1
2022-01-06usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping1-1/+12
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman1-3/+14
2021-11-23usb: dwc2: gadget: use existing helperJohn Keeping1-2/+2
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan1-3/+14
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier1-0/+1
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan1-83/+106
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Argishti Aleksanyan1-0/+23
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman1-4/+27
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan1-1/+27
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan1-0/+21
2021-05-27usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentationLee Jones1-1/+1
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold1-6/+6
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell1-1/+2
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan1-0/+4
2021-04-13usb: dwc2: Add device clock gating support functionsArtur Petrosyan1-0/+71
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan1-8/+12
2021-04-09usb: dwc2: Add device partial power down functionsArtur Petrosyan1-0/+128
2021-02-05usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan1-7/+33
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay1-1/+1
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman1-1/+1
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay1-1/+1
2020-07-15usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones1-2/+0
2020-07-15usb: dwc2: gadget: Make use of GINTMSK2Lee Jones1-0/+1
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones1-2/+1
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman1-6/+0
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-5/+5
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan1-6/+0
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping1-1/+23
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan1-12/+16
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-01-15usb: dwc2: Fix IN FIFO allocationJohn Keeping1-1/+2
2020-01-15usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan1-5/+17
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping1-4/+5
2019-06-06usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz1-8/+12
2019-06-06usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan1-0/+4
2019-05-03dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan1-0/+1
2019-05-03usb: dwc2: Set actual frame number for completed ISOC transferMinas Harutyunyan1-0/+5
2019-05-03usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan1-12/+15
2019-05-03usb: dwc2: Delayed status supportMinas Harutyunyan1-4/+27