aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2024-04-27usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan
2024-04-10usb: dwc2: gadget: LPM flow fixMinas Harutyunyan
2024-04-10usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan
2024-04-10usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan
2024-04-10usb: dwc2: host: Fix hibernation flowMinas Harutyunyan
2024-04-10usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan
2023-12-03USB: dwc2: write HCINT with INTMASK appliedOliver Neukum
2023-11-20usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai
2023-07-23usb: dwc2: Fix some error handling pathsChristophe JAILLET
2023-07-23usb: dwc2: platform: Improve error reporting for problems during .remove()Uwe Kleine-König
2023-03-30usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier
2022-09-08usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit
2022-08-25usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchAmelie Delaunay
2022-06-22usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin
2022-06-14usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski
2022-03-02usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier
2022-02-16Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"Greg Kroah-Hartman
2022-02-16usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier
2022-02-16usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay
2022-01-27usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping
2022-01-27usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen
2021-12-22usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay
2021-12-01usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor
2021-12-01usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan
2021-11-18usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay
2021-11-18usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay
2021-11-18usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan
2021-09-14usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang
2021-08-27usb: dwc2: Fix spelling mistake "was't" -> "wasn't"Colin Ian King
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Argishti Aleksanyan
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan
2021-06-09usb: dwc2: Don't reset the core after setting turnaround timeClément Lassieur
2021-05-27usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentationLee Jones
2021-05-27usb: dwc2: pci: Fix possible copy/paste issueLee Jones
2021-05-27usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'Lee Jones
2021-05-27usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docsLee Jones
2021-05-27usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Lee Jones
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan