summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-081-7/+1
|\
| * usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner2021-02-051-7/+1
* | usb: dwc2: pci: Drop the empty quirk functionHeikki Krogerus2021-02-041-18/+0
* | usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck2021-01-261-1/+1
* | usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck2021-01-261-0/+12
* | usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck2021-01-261-7/+8
* | usb: dwc2: disable Link Power Management on STM32MP15 HS OTGAmelie Delaunay2021-01-121-0/+4
* | usb: dwc2: enable FS/LS PHY clock select on STM32MP15 FS OTGAmelie Delaunay2021-01-121-0/+2
* | usb: dwc2: set ahbcfg parameter for STM32MP15 OTG HS and FSAmelie Delaunay2021-01-121-0/+2
|/
* usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl2020-10-271-0/+3
* usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan2020-10-021-7/+33
* usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay2020-10-021-1/+1
* usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay2020-10-026-4/+210
* usb: dwc2: Always disable regulators on driver teardownMarc Zyngier2020-10-021-4/+13
* usb: dwc2: add support for APM82181 USB OTGChristian Lamparter2020-10-021-0/+1
* usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl2020-09-241-1/+5
* usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor2020-09-241-1/+1
* Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman2020-07-276-214/+2
* Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman2020-07-271-3/+1
* usb: dwc2: Fix error path in gadget registrationMarek Szyprowski2020-07-241-1/+3
* usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay2020-07-231-1/+3
* usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay2020-07-236-2/+214
* Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman2020-07-201-1/+2
|\
| * usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan2020-07-091-1/+2
* | usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones2020-07-151-2/+0
* | usb: dwc2: gadget: Make use of GINTMSK2Lee Jones2020-07-151-0/+1
* | usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones2020-07-031-2/+1
* | USB: Fix up terminologyGreg Kroah-Hartman2020-07-011-1/+1
* | Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2020-06-292-6/+11
|\|
| * usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2020-06-182-6/+11
* | USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2020-06-242-15/+15
* | usb: dwc2: use well defined macros for power_downJisheng Zhang2020-06-182-8/+8
|/
* usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan2020-05-255-23/+63
* usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier2020-05-251-2/+5
* USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-054-4/+4
* usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-03-241-2/+1
* Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-03-165-4/+167
|\
| * usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski2020-03-151-1/+3
| * usb: dwc2: Implement set_selfpowered()John Keeping2020-03-151-1/+23
| * usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay2020-03-154-2/+141
* | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-241-17/+23
|\|
| * usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan2020-02-111-12/+16
| * usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan2020-02-111-5/+7
* | USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-1/+1
|/
* usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner2020-01-151-6/+1
* usb: dwc2: fix debugfs FIFO countJohn Keeping2020-01-151-1/+2
* usb: dwc2: Fix IN FIFO allocationJohn Keeping2020-01-151-1/+2
* usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan2020-01-151-1/+1
* usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan2020-01-151-5/+17
* Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-11-181-1/+1
|\