summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2021-04-13usb: dwc2: Add exit clock gating from session request interruptArtur Petrosyan
2021-04-13usb: dwc2: Add exit clock gating from wakeup interruptArtur Petrosyan
2021-04-13usb: dwc2: Allow entering clock gating from USB_SUSPEND interruptArtur Petrosyan
2021-04-13usb: dwc2: Add host clock gating support functionsArtur Petrosyan
2021-04-13usb: dwc2: Add device clock gating support functionsArtur Petrosyan
2021-04-09usb: dwc2: Add exit partial power down before removing driverArtur Petrosyan
2021-04-09usb: dwc2: Fix partial power down exiting by system resumeArtur Petrosyan
2021-04-09usb: dwc2: Update partial power down entering by system suspendArtur Petrosyan
2021-04-09usb: dwc2: Fix session request interrupt handlerArtur Petrosyan
2021-04-09usb: dwc2: Allow exit partial power down in urb enqueueArtur Petrosyan
2021-04-09usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change().Artur Petrosyan
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