summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin2019-10-221-1/+1
* | usb: dwc2: create debugfs directory under usb rootChunfeng Yun2019-11-141-1/+1
* | usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven2019-11-041-1/+1
|/
* Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-09-021-4/+5
|\
| * usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko2019-08-091-4/+1
| * usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping2019-08-091-4/+5
* | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-3/+3
* | Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-191-1/+1
|\ \
| * | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-1/+1
| |/