summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2021-04-09usb: dwc2: Add exit partial power down when port reset is assertedArtur Petrosyan
2021-04-09usb: dwc2: Add exit partial power down when port is resumedArtur Petrosyan
2021-04-09usb: dwc2: Add enter partial power down when port is suspendedArtur Petrosyan
2021-04-09usb: dwc2: Update port suspend/resume function definitions.Artur Petrosyan
2021-04-09usb: dwc2: Add partial power down exit flow in wakeup intr.Artur Petrosyan
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan
2021-04-09usb: dwc2: Add host partial power down functionsArtur Petrosyan
2021-04-09usb: dwc2: Add device partial power down functionsArtur Petrosyan
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman
2021-04-02usb: dwc2: delete duplicate word in the commentTian Tao
2021-04-02usb: dwc2: add parenthess and space around *Tian Tao
2021-03-26usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan
2021-03-26usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan
2021-03-10usb: dwc2: Add STM32 related debugfs entriesMartin Devera
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-02-05usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner
2021-02-04usb: dwc2: pci: Drop the empty quirk functionHeikki Krogerus
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck
2021-01-12usb: dwc2: disable Link Power Management on STM32MP15 HS OTGAmelie Delaunay
2021-01-12usb: dwc2: enable FS/LS PHY clock select on STM32MP15 FS OTGAmelie Delaunay
2021-01-12usb: dwc2: set ahbcfg parameter for STM32MP15 OTG HS and FSAmelie Delaunay
2020-10-27usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan
2020-10-02usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay
2020-10-02usb: dwc2: Always disable regulators on driver teardownMarc Zyngier
2020-10-02usb: dwc2: add support for APM82181 USB OTGChristian Lamparter
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl
2020-09-24usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman
2020-07-27Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski
2020-07-23usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman
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-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman
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-06-18usb: dwc2: use well defined macros for power_downJisheng Zhang
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier
2020-05-05USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng