summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
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
2020-07-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan
2020-06-18usb: dwc2: use well defined macros for power_downJisheng Zhang
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier
2020-05-05USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-03-15usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan
2020-01-15usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner
2020-01-15usb: dwc2: fix debugfs FIFO countJohn Keeping
2020-01-15usb: dwc2: Fix IN FIFO allocationJohn Keeping
2020-01-15usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan
2020-01-15usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-11-14usb: dwc2: create debugfs directory under usb rootChunfeng Yun
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven
2019-10-22usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig
2019-08-09usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping