summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorLines
2020-10-27usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl-0/+3
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan-7/+33
2020-10-02usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay-1/+1
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay-4/+210
2020-10-02usb: dwc2: Always disable regulators on driver teardownMarc Zyngier-4/+13
2020-10-02usb: dwc2: add support for APM82181 USB OTGChristian Lamparter-0/+1
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl-1/+5
2020-09-24usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor-1/+1
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman-214/+2
2020-07-27Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman-3/+1
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski-1/+3
2020-07-23usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay-1/+3
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay-2/+214
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman-1/+2
2020-07-15usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones-2/+0
2020-07-15usb: dwc2: gadget: Make use of GINTMSK2Lee Jones-0/+1
2020-07-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan-1/+2
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones-2/+1
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman-1/+1
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman-6/+11
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman-15/+15
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan-6/+11
2020-06-18usb: dwc2: use well defined macros for power_downJisheng Zhang-8/+8
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan-23/+63
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier-2/+5
2020-05-05USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar-4/+4
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng-2/+1
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-4/+167
2020-03-15usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski-1/+3
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping-1/+23
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay-2/+141
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman-17/+23
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan-12/+16
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan-5/+7
2020-01-15usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner-6/+1
2020-01-15usb: dwc2: fix debugfs FIFO countJohn Keeping-1/+2
2020-01-15usb: dwc2: Fix IN FIFO allocationJohn Keeping-1/+2
2020-01-15usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan-1/+1
2020-01-15usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan-5/+17
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-1/+1
2019-11-14usb: dwc2: create debugfs directory under usb rootChunfeng Yun-1/+1
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven-1/+1
2019-10-22usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin-1/+1
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-4/+5
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig-3/+3
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman-1/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig-1/+1
2019-08-09usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko-4/+1
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping-4/+5