summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorLines
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor-1/+1
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan-3/+14
2021-10-25usb: dwc2: stm32mp15: set otg_revFabrice Gasnier-0/+2
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier-52/+57
2021-10-21usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay-0/+2
2021-10-21usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay-0/+18
2021-10-21usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay-2/+2
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan-3/+1
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan-83/+106
2021-09-14usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang-0/+4
2021-08-27usb: dwc2: Fix spelling mistake "was't" -> "wasn't"Colin Ian King-1/+1
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Argishti Aleksanyan-0/+23
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman-7/+38
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan-1/+29
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan-4/+6
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski-3/+11
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan-0/+21
2021-06-09usb: dwc2: Don't reset the core after setting turnaround timeClément Lassieur-9/+21
2021-05-27usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentationLee Jones-1/+1
2021-05-27usb: dwc2: pci: Fix possible copy/paste issueLee Jones-1/+1
2021-05-27usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'Lee Jones-1/+1
2021-05-27usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docsLee Jones-2/+2
2021-05-27usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Lee Jones-1/+1
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold-6/+6
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman-4/+0
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell-1/+4
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan-14/+7
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan-5/+7
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan-0/+15
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan-0/+10
2021-04-22usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan-0/+10
2021-04-22usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan-0/+14
2021-04-22usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan-6/+7
2021-04-22usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan-4/+14
2021-04-22usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Artur Petrosyan-0/+6
2021-04-22usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan-0/+19
2021-04-22usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan-5/+18
2021-04-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan-71/+83
2021-04-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan-1/+9
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan-0/+4
2021-04-22usb: dwc2: Update exit hibernation when port reset is assertedArtur Petrosyan-6/+11
2021-04-22usb: dwc2: Enable RPi in ACPI modeJeremy Linton-1/+20
2021-04-13usb: dwc2: Add exit clock gating before removing driverArtur Petrosyan-0/+9
2021-04-13usb: dwc2: Add clock gating exiting flow by system resumeArtur Petrosyan-0/+22
2021-04-13usb: dwc2: Add clock gating entering flow by system suspendArtur Petrosyan-0/+9
2021-04-13usb: dwc2: Allow exit clock gating in urb enqueueArtur Petrosyan-0/+8
2021-04-13usb: dwc2: Update exit clock gating when port is resumedArtur Petrosyan-25/+4
2021-04-13usb: dwc2: Update enter clock gating when port is suspendedArtur Petrosyan-15/+4
2021-04-13usb: dwc2: Add exit clock gating when port reset is assertedArtur Petrosyan-0/+4
2021-04-13usb: dwc2: Add exit clock gating from session request interruptArtur Petrosyan-6/+13