aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 STM32MP15 SoCs"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
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan5-23/+63
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-05-05USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-4/+167
2020-03-15usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski1-1/+3
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping1-1/+23
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay4-2/+141
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-17/+23
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan1-12/+16
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-01-15usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner1-6/+1
2020-01-15usb: dwc2: fix debugfs FIFO countJohn Keeping1-1/+2
2020-01-15usb: dwc2: Fix IN FIFO allocationJohn Keeping1-1/+2
2020-01-15usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan1-1/+1
2020-01-15usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan1-5/+17
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2019-11-14usb: dwc2: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-22usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin1-1/+1
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-4/+5
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-3/+3
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-1/+1
2019-08-09usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko1-4/+1
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping1-4/+5
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-25usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko1-4/+1
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2019-07-03usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl1-1/+1
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-5/+48
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2-9/+9
2019-06-18Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck2-2/+0
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson3-3/+47