summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2022-03-02usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier2-2/+6
2022-02-16Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"Greg Kroah-Hartman1-4/+2
2022-02-16usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier1-2/+4
2022-02-16usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay1-1/+1
2021-12-22usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay1-0/+3
2021-12-01usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor1-1/+1
2021-12-01usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan1-3/+14
2021-11-18usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay1-0/+2
2021-11-18usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay1-0/+18
2021-11-18usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay1-2/+2
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-09-30usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-09-30usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan1-83/+106
2021-07-28usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-28usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan1-0/+21
2021-07-14usb: dwc2: Don't reset the core after setting turnaround timeClément Lassieur1-9/+21
2021-06-10usb: dwc2: Fix build in periphal-only modePhil Elwell1-0/+4
2021-05-19usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2-1/+4
2021-05-14usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan1-71/+83
2021-05-14usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan1-1/+9
2021-05-11usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-04-07usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan1-1/+2
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan1-1/+1
2021-03-04usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-04usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-04usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-02-10usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2020-10-27usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl1-0/+3
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan1-7/+33
2020-10-02usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay1-1/+1
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay6-4/+210
2020-10-02usb: dwc2: Always disable regulators on driver teardownMarc Zyngier1-4/+13
2020-10-02usb: dwc2: add support for APM82181 USB OTGChristian Lamparter1-0/+1
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl1-1/+5
2020-09-24usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor1-1/+1
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman6-214/+2
2020-07-27Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman1-3/+1
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-07-23usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay1-1/+3
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay6-2/+214
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman1-1/+2
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-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones1-2/+1
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman1-1/+1
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2-6/+11
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2-15/+15
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-18usb: dwc2: use well defined macros for power_downJisheng Zhang2-8/+8