summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/gadget.c
AgeCommit message (Expand)Author
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Argishti Aleksanyan
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan
2021-05-27usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentationLee Jones
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan
2021-04-13usb: dwc2: Add device clock gating support functionsArtur Petrosyan
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan
2021-04-09usb: dwc2: Add device partial power down functionsArtur Petrosyan
2021-02-05usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay
2020-07-15usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones
2020-07-15usb: dwc2: gadget: Make use of GINTMSK2Lee Jones
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan
2020-01-15usb: dwc2: Fix IN FIFO allocationJohn Keeping
2020-01-15usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping
2019-06-06usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz
2019-06-06usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan
2019-05-03dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan
2019-05-03usb: dwc2: Set actual frame number for completed ISOC transferMinas Harutyunyan
2019-05-03usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan
2019-05-03usb: dwc2: Delayed status supportMinas Harutyunyan
2019-05-03usb: dwc2: gadget: Move gadget phy init into core phy initJules Maselbas
2019-05-03usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas
2019-05-03usb: dwc2: gadget: Remove duplicated phy initJules Maselbas
2019-05-03usb: dwc2: gadget: Reject LPM token during Control transfersMinas Harutyunyan
2019-02-07usb: dwc2: gadget: Add scatter-gather modeAndrzej Pietrasiewicz
2019-02-07usb: dwc2: Fix EP TxFIFO number settingMinas Harutyunyan
2019-01-17usb: dwc2: gadget: Fix Remote Wakeup interrupt bit clearingMinas Harutyunyan
2018-12-11usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan
2018-11-26usb: dwc2: gadget: Accept LPM token when TxFIFO is not emptyArtur Petrosyan
2018-11-26usb: dwc2: gadget: Fix WkupAlert interrupt handler.Artur Petrosyan
2018-10-02usb: dwc2: gadget: Add handler for WkupAlert interruptGrigor Tovmasyan