summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan2024-05-021-1/+3
* usb: dwc2: gadget: LPM flow fixMinas Harutyunyan2024-04-133-21/+47
* usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan2024-04-133-9/+22
* usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2024-04-132-2/+28
* usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2024-04-132-4/+14
* USB: dwc2: write HCINT with INTMASK appliedOliver Neukum2023-12-081-8/+7
* usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai2023-11-201-1/+1
* usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit2022-09-151-4/+4
* usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin2022-06-251-1/+1
* usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski2022-06-141-1/+0
* usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-02-161-1/+1
* usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor2021-12-011-1/+1
* usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang2021-10-091-0/+4
* usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan2021-10-061-3/+1
* usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan2021-07-281-4/+6
* usb: dwc2: Fix build in periphal-only modePhil Elwell2021-06-101-0/+4
* usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2021-05-222-1/+4
* usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan2021-05-221-71/+83
* usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan2021-05-221-1/+9
* usb: dwc2: Fix session request interrupt handlerArtur Petrosyan2021-05-221-0/+8
* usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan2021-04-071-1/+1
* usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck2021-03-041-1/+1
* usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck2021-03-041-0/+12
* usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck2021-03-041-7/+8
* usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner2021-02-101-7/+1
* usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan2020-10-291-7/+33
* usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor2020-10-291-1/+1
* usb: dwc2: Fix error path in gadget registrationMarek Szyprowski2020-08-191-1/+3
* usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan2020-07-221-1/+2
* usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2020-06-302-6/+11
* usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier2020-06-251-2/+5
* usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan2020-02-281-5/+7
* usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan2020-02-281-12/+16
* usb: dwc2: Fix IN FIFO allocationJohn Keeping2020-02-241-1/+2
* dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan2020-01-271-0/+1
* usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin2019-12-051-1/+1
* usb: dwc2: disable power_down on rockchip devicesSolidHal2019-11-241-0/+1
* usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier2019-11-061-7/+26
* usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan2019-08-041-18/+23
* usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan2019-08-041-7/+23
* usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl2019-07-141-1/+1
* usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson2019-06-194-27/+37
* usb: dwc2: Fix DMA cache alignment issuesMartin Schiller2019-06-191-3/+7
* usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan2019-05-311-12/+15
* usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski2019-02-121-1/+9
* usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl2019-01-091-0/+1
* usb: dwc2: host: use hrtimer for NAK retriesTerin Stock2019-01-092-8/+13
* usb: dwc2: pci: Fix an error code in probeDan Carpenter2018-12-131-0/+1
* usb: dwc2: fix a race with external vbus supplyFabrice Gasnier2018-11-131-1/+9
* usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier2018-11-131-0/+2